Pull request #43300 updated Started by user Sebastiaan van Stijn Rebuilds build #7 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 06df530b6d63203684e5b350545d2a87a5fafef9+df664877e3fa194a8fd888bf3590aa1621145fc9 (9430a4820c5debbe1152d16915ef4ccf89285564) 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-43300@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-03-05T14:41:22.786Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-05T14:41:22.790Z] Trying to pass milestone 7 [Pipeline] milestone [2022-03-05T14:41:22.863Z] Trying to pass milestone 8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-05T14:41:23.050Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0da5fff07f64f6510) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] { [Pipeline] checkout [2022-03-05T14:41:23.089Z] The recommended git tool is: git [2022-03-05T14:41:23.107Z] using credential docker-jenkins-github-credentials [2022-03-05T14:41:23.118Z] Cloning the remote Git repository [2022-03-05T14:41:23.118Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:41:23.166Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:41:23.166Z] > git init /home/ubuntu/workspace/moby_PR-43300 # timeout=10 [2022-03-05T14:41:23.180Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:41:23.180Z] > git --version # timeout=10 [2022-03-05T14:41:23.188Z] > git --version # 'git version 2.17.1' [2022-03-05T14:41:23.188Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:41:23.189Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:41:38.416Z] Fetching without tags [2022-03-05T14:41:38.630Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:41:38.374Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:41:38.387Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:41:38.395Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:41:38.407Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:41:38.418Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:41:38.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:41:38.419Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:41:38.632Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:41:38.635Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:41:39.411Z] Merge succeeded, producing 4f5463caf05de8dd67c567a90ff3d0a68920584a [2022-03-05T14:41:39.412Z] Checking out Revision 4f5463caf05de8dd67c567a90ff3d0a68920584a (PR-43300) [2022-03-05T14:41:39.662Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:41:39.674Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T14:41:40.447Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2022-03-05T14:41:40.447Z] Unable to find image 'alpine:latest' locally [2022-03-05T14:41:40.447Z] latest: Pulling from library/alpine [2022-03-05T14:41:40.447Z] 59bf1c3509f3: Pulling fs layer [2022-03-05T14:41:40.704Z] 59bf1c3509f3: Verifying Checksum [2022-03-05T14:41:40.704Z] 59bf1c3509f3: Download complete [2022-03-05T14:41:40.704Z] 59bf1c3509f3: Pull complete [2022-03-05T14:41:40.704Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-05T14:41:40.704Z] Status: Downloaded newer image for alpine:latest [2022-03-05T14:41:39.111Z] > git remote # timeout=10 [2022-03-05T14:41:39.117Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:41:39.122Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:41:39.123Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:41:39.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:41:39.413Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:41:39.426Z] > git checkout -f 4f5463caf05de8dd67c567a90ff3d0a68920584a # timeout=10 [2022-03-05T14:41:39.665Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:41:43.224Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2022-03-05T14:41:43.727Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0da5fff07f64f6510) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-03-05T14:41:43.790Z] The recommended git tool is: git [2022-03-05T14:41:43.797Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-05T14:41:43.811Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-03-05T14:41:43.820Z] 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 integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2022-03-05T14:41:44.087Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-05T14:41:44.365Z] Merge succeeded, producing 6a423d85d9559a2d3a73637679a645dc4ebcb923 [2022-03-05T14:41:44.366Z] Checking out Revision 6a423d85d9559a2d3a73637679a645dc4ebcb923 (PR-43300) [2022-03-05T14:41:44.444Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:41:44.460Z] First time build. Skipping changelog. [2022-03-05T14:41:43.802Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43300/.git # timeout=10 [2022-03-05T14:41:43.813Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:41:43.863Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:41:43.863Z] > git --version # timeout=10 [2022-03-05T14:41:43.869Z] > git --version # 'git version 2.17.1' [2022-03-05T14:41:43.869Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:41:43.869Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:41:44.089Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:41:44.096Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:41:44.263Z] > git remote # timeout=10 [2022-03-05T14:41:44.269Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:41:44.272Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:41:44.273Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:41:44.362Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:41:44.367Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:41:44.372Z] > git checkout -f 6a423d85d9559a2d3a73637679a645dc4ebcb923 # timeout=10 [2022-03-05T14:41:44.445Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T14:41:45.139Z] + [ PR != PR ] [2022-03-05T14:41:45.139Z] + [ master != master ] [2022-03-05T14:41:45.139Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T14:41:45.496Z] + docker version [2022-03-05T14:41:45.497Z] Client: Docker Engine - Community [2022-03-05T14:41:45.497Z] Version: 20.10.12 [2022-03-05T14:41:45.497Z] API version: 1.41 [2022-03-05T14:41:45.497Z] Go version: go1.16.12 [2022-03-05T14:41:45.497Z] Git commit: e91ed57 [2022-03-05T14:41:45.497Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T14:41:45.497Z] OS/Arch: linux/amd64 [2022-03-05T14:41:45.497Z] Context: default [2022-03-05T14:41:45.497Z] Experimental: true [2022-03-05T14:41:45.497Z] [2022-03-05T14:41:45.497Z] Server: Docker Engine - Community [2022-03-05T14:41:45.497Z] Engine: [2022-03-05T14:41:45.497Z] Version: 20.10.12 [2022-03-05T14:41:45.497Z] API version: 1.41 (minimum version 1.12) [2022-03-05T14:41:45.497Z] Go version: go1.16.12 [2022-03-05T14:41:45.497Z] Git commit: 459d0df [2022-03-05T14:41:45.497Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T14:41:45.497Z] OS/Arch: linux/amd64 [2022-03-05T14:41:45.497Z] Experimental: true [2022-03-05T14:41:45.497Z] containerd: [2022-03-05T14:41:45.497Z] Version: 1.4.12 [2022-03-05T14:41:45.497Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:41:45.497Z] runc: [2022-03-05T14:41:45.497Z] Version: 1.0.2 [2022-03-05T14:41:45.497Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T14:41:45.497Z] docker-init: [2022-03-05T14:41:45.497Z] Version: 0.19.0 [2022-03-05T14:41:45.497Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T14:41:45.772Z] + docker info [2022-03-05T14:41:46.701Z] Client: [2022-03-05T14:41:46.701Z] Context: default [2022-03-05T14:41:46.701Z] Debug Mode: false [2022-03-05T14:41:46.701Z] Plugins: [2022-03-05T14:41:46.701Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T14:41:46.701Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T14:41:46.701Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T14:41:46.701Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T14:41:46.701Z] [2022-03-05T14:41:46.701Z] Server: [2022-03-05T14:41:46.701Z] Containers: 0 [2022-03-05T14:41:46.701Z] Running: 0 [2022-03-05T14:41:46.701Z] Paused: 0 [2022-03-05T14:41:46.701Z] Stopped: 0 [2022-03-05T14:41:46.701Z] Images: 3 [2022-03-05T14:41:46.701Z] Server Version: 20.10.12 [2022-03-05T14:41:46.701Z] Storage Driver: overlay2 [2022-03-05T14:41:46.701Z] Backing Filesystem: extfs [2022-03-05T14:41:46.701Z] Supports d_type: true [2022-03-05T14:41:46.701Z] Native Overlay Diff: true [2022-03-05T14:41:46.701Z] userxattr: false [2022-03-05T14:41:46.701Z] Logging Driver: json-file [2022-03-05T14:41:46.701Z] Cgroup Driver: cgroupfs [2022-03-05T14:41:46.701Z] Cgroup Version: 1 [2022-03-05T14:41:46.701Z] Plugins: [2022-03-05T14:41:46.701Z] Volume: local [2022-03-05T14:41:46.701Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T14:41:46.701Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T14:41:46.701Z] Swarm: inactive [2022-03-05T14:41:46.701Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T14:41:46.701Z] Default Runtime: runc [2022-03-05T14:41:46.701Z] Init Binary: docker-init [2022-03-05T14:41:46.701Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:41:46.701Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T14:41:46.701Z] init version: de40ad0 [2022-03-05T14:41:46.701Z] Security Options: [2022-03-05T14:41:46.701Z] apparmor [2022-03-05T14:41:46.701Z] seccomp [2022-03-05T14:41:46.701Z] Profile: default [2022-03-05T14:41:46.701Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T14:41:46.701Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T14:41:46.701Z] OSType: linux [2022-03-05T14:41:46.701Z] Architecture: x86_64 [2022-03-05T14:41:46.701Z] CPUs: 2 [2022-03-05T14:41:46.701Z] Total Memory: 7.565GiB [2022-03-05T14:41:46.701Z] Name: ip-10-100-82-69 [2022-03-05T14:41:46.701Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T14:41:46.701Z] Docker Root Dir: /var/lib/docker [2022-03-05T14:41:46.701Z] Debug Mode: false [2022-03-05T14:41:46.701Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:41:46.701Z] Labels: [2022-03-05T14:41:46.701Z] Experimental: true [2022-03-05T14:41:46.701Z] Insecure Registries: [2022-03-05T14:41:46.701Z] 127.0.0.0/8 [2022-03-05T14:41:46.701Z] Live Restore Enabled: true [2022-03-05T14:41:46.701Z] [2022-03-05T14:41:46.701Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T14:41:47.025Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:41:47.025Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:41:47.025Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43300/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T14:41:47.025Z] + bash /home/ubuntu/workspace/moby_PR-43300/check-config.sh [2022-03-05T14:41:47.025Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T14:41:47.025Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T14:41:47.025Z] [2022-03-05T14:41:47.025Z] Generally Necessary: [2022-03-05T14:41:47.025Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T14:41:47.025Z] - apparmor: enabled and tools installed [2022-03-05T14:41:47.025Z] - CONFIG_NAMESPACES: enabled [2022-03-05T14:41:47.025Z] - CONFIG_NET_NS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_PID_NS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_IPC_NS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_UTS_NS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CGROUPS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T14:41:47.025Z] - CONFIG_CPUSETS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_MEMCG: enabled [2022-03-05T14:41:47.025Z] - CONFIG_KEYS: enabled [2022-03-05T14:41:47.025Z] - CONFIG_VETH: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T14:41:47.025Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T14:41:47.281Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T14:41:47.282Z] [2022-03-05T14:41:47.282Z] Optional Features: [2022-03-05T14:41:47.282Z] - CONFIG_USER_NS: enabled [2022-03-05T14:41:47.282Z] - CONFIG_SECCOMP: enabled [2022-03-05T14:41:47.282Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T14:41:47.282Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T14:41:47.282Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T14:41:47.282Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T14:41:47.282Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T14:41:47.282Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T14:41:47.282Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T14:41:47.282Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T14:41:47.282Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T14:41:47.282Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T14:41:47.282Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T14:41:47.282Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T14:41:47.282Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T14:41:47.282Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T14:41:47.282Z] - CONFIG_EXT4_FS: enabled [2022-03-05T14:41:47.282Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T14:41:47.282Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T14:41:47.282Z] - Network Drivers: [2022-03-05T14:41:47.282Z] - "overlay": [2022-03-05T14:41:47.282Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T14:41:47.282Z] Optional (for encrypted networks): [2022-03-05T14:41:47.282Z] - CONFIG_CRYPTO: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T14:41:47.282Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T14:41:47.282Z] - CONFIG_XFRM: enabled [2022-03-05T14:41:47.282Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T14:41:47.282Z] - "ipvlan": [2022-03-05T14:41:47.282Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T14:41:47.282Z] - "macvlan": [2022-03-05T14:41:47.282Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T14:41:47.282Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T14:41:47.282Z] - "ftp,tftp client in container": [2022-03-05T14:41:47.538Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T14:41:47.538Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T14:41:47.538Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T14:41:47.538Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T14:41:47.538Z] - Storage Drivers: [2022-03-05T14:41:47.538Z] - "aufs": [2022-03-05T14:41:47.538Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T14:41:47.538Z] - "btrfs": [2022-03-05T14:41:47.538Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T14:41:47.538Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T14:41:47.538Z] - "devicemapper": [2022-03-05T14:41:47.538Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T14:41:47.538Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T14:41:47.538Z] - "overlay": [2022-03-05T14:41:47.538Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T14:41:47.538Z] - "zfs": [2022-03-05T14:41:47.538Z] - /dev/zfs: present [2022-03-05T14:41:47.538Z] - zfs command: missing [2022-03-05T14:41:47.538Z] - zpool command: missing [2022-03-05T14:41:47.538Z] [2022-03-05T14:41:47.538Z] Limits: [2022-03-05T14:41:47.538Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T14:41:47.538Z] [2022-03-05T14:41:47.538Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T14:41:47.901Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 . [2022-03-05T14:41:47.901Z] #1 [internal] load build definition from Dockerfile [2022-03-05T14:41:47.901Z] #1 sha256:fc513b53f40546edda27d666e330ef81c834b3467b0224c61140626c46b298a0 [2022-03-05T14:41:47.901Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-05T14:41:47.901Z] #1 DONE 0.0s [2022-03-05T14:41:47.901Z] [2022-03-05T14:41:47.901Z] #2 [internal] load .dockerignore [2022-03-05T14:41:47.901Z] #2 sha256:c3d9394820a1e18223365344076a603d898b8b6a3c7783ded7a7442ac5ed6c5e [2022-03-05T14:41:47.901Z] #2 transferring context: 87B done [2022-03-05T14:41:47.901Z] #2 DONE 0.0s [2022-03-05T14:41:47.901Z] [2022-03-05T14:41:47.901Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T14:41:47.901Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T14:41:48.463Z] #3 DONE 0.3s [2022-03-05T14:41:48.463Z] [2022-03-05T14:41:48.463Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T14:41:48.463Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T14:41:48.463Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T14:41:48.463Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T14:41:48.463Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-05T14:41:48.463Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-05T14:41:48.463Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done [2022-03-05T14:41:48.463Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-05T14:41:48.721Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-05T14:41:48.721Z] #4 DONE 0.4s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #5 [internal] load .dockerignore [2022-03-05T14:41:48.984Z] #5 sha256:e9c65c5173a661ce27cc2190bce047762ef782c07c28005d68ab99555de365f2 [2022-03-05T14:41:48.984Z] #5 DONE 0.0s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #6 [internal] load build definition from Dockerfile [2022-03-05T14:41:48.984Z] #6 sha256:239aadb813d68fa08b0adc101447edfc98be933f07e3e22e5ffd9b4417c7d4d9 [2022-03-05T14:41:48.984Z] #6 DONE 0.0s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:41:48.984Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T14:41:48.984Z] #10 DONE 0.1s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:41:48.984Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:41:48.984Z] #9 DONE 0.1s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:41:48.984Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T14:41:48.984Z] #7 DONE 0.2s [2022-03-05T14:41:48.984Z] [2022-03-05T14:41:48.984Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:41:48.984Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T14:41:49.241Z] #8 DONE 0.2s [2022-03-05T14:41:49.241Z] [2022-03-05T14:41:49.241Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:41:49.241Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:41:49.241Z] #76 DONE 0.0s [2022-03-05T14:41:49.241Z] [2022-03-05T14:41:49.241Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:41:49.241Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:41:49.241Z] #74 DONE 0.0s [2022-03-05T14:41:49.241Z] [2022-03-05T14:41:49.241Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:41:49.241Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:41:49.241Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-05T14:41:49.502Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T14:41:49.502Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-05T14:41:49.502Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-05T14:41:49.502Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-05T14:41:49.502Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.19MB / 54.92MB 0.2s [2022-03-05T14:41:49.760Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 13.63MB / 54.92MB 0.3s [2022-03-05T14:41:49.760Z] #35 ... [2022-03-05T14:41:49.760Z] [2022-03-05T14:41:49.760Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:41:49.760Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:41:49.760Z] #52 DONE 0.0s [2022-03-05T14:41:49.760Z] [2022-03-05T14:41:49.760Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:41:49.760Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:41:49.760Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 24.07MB / 54.92MB 0.4s [2022-03-05T14:41:50.018Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 38.29MB / 54.92MB 0.6s [2022-03-05T14:41:50.018Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 0.7s [2022-03-05T14:41:50.018Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 49.60MB / 54.92MB 0.8s [2022-03-05T14:41:50.277Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 0.9s [2022-03-05T14:41:50.277Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 0.9s done [2022-03-05T14:41:53.571Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.1s [2022-03-05T14:41:53.828Z] #35 ... [2022-03-05T14:41:53.828Z] [2022-03-05T14:41:53.828Z] #31 [internal] load build context [2022-03-05T14:41:53.828Z] #31 sha256:05fa51e65ce51b9e9f75f757ec2aa020dfd19645131e2a29c8c87b9170bfb6ed [2022-03-05T14:41:53.828Z] #31 transferring context: 57.21MB 4.4s done [2022-03-05T14:41:53.828Z] #31 DONE 4.5s [2022-03-05T14:41:53.828Z] [2022-03-05T14:41:53.828Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:41:53.828Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:41:53.828Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-05T14:41:53.828Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-05T14:41:53.828Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.3s done [2022-03-05T14:41:53.828Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T14:41:53.828Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-05T14:41:53.828Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s done [2022-03-05T14:41:53.828Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.3s done [2022-03-05T14:41:53.828Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.3s done [2022-03-05T14:41:53.828Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 1.9s done [2022-03-05T14:41:53.828Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 2.8s done [2022-03-05T14:41:53.828Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 1.4s done [2022-03-05T14:41:55.198Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.3s done [2022-03-05T14:41:55.198Z] #11 ... [2022-03-05T14:41:55.198Z] [2022-03-05T14:41:55.198Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:41:55.198Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:41:55.198Z] #35 DONE 5.7s [2022-03-05T14:41:55.198Z] [2022-03-05T14:41:55.198Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:41:55.198Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:41:55.198Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.1s [2022-03-05T14:41:55.198Z] #11 ... [2022-03-05T14:41:55.198Z] [2022-03-05T14:41:55.198Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:41:55.198Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:41:56.127Z] #36 0.961 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:41:56.127Z] #36 0.961 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:41:56.127Z] #36 0.967 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:41:56.127Z] #36 1.090 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:41:56.383Z] #36 1.270 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:41:56.640Z] #36 1.473 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:41:58.010Z] #36 2.855 Fetched 8505 kB in 2s (3938 kB/s) [2022-03-05T14:41:58.574Z] #36 2.855 Reading package lists... [2022-03-05T14:41:58.726Z] Still waiting to schedule task [2022-03-05T14:41:58.726Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0da5fff07f64f6510)’ [2022-03-05T14:41:58.728Z] Still waiting to schedule task [2022-03-05T14:41:58.728Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0da5fff07f64f6510)’ [2022-03-05T14:41:58.729Z] Still waiting to schedule task [2022-03-05T14:41:58.729Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-03-05T14:41:58.731Z] Still waiting to schedule task [2022-03-05T14:41:58.731Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-03-05T14:41:58.732Z] Still waiting to schedule task [2022-03-05T14:41:58.732Z] Waiting for next available executor on ‘azwin-2-9d86f0’ [2022-03-05T14:41:58.733Z] Still waiting to schedule task [2022-03-05T14:41:58.733Z] All nodes of label ‘windows-2022’ are offline [2022-03-05T14:41:58.734Z] Still waiting to schedule task [2022-03-05T14:41:58.734Z] All nodes of label ‘windows-2022’ are offline [2022-03-05T14:41:59.504Z] #36 3.661 Reading package lists... [2022-03-05T14:41:59.504Z] #36 4.450 Building dependency tree... [2022-03-05T14:41:59.760Z] #36 4.626 Reading state information... [2022-03-05T14:41:59.760Z] #36 4.810 The following additional packages will be installed: [2022-03-05T14:41:59.760Z] #36 4.810 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T14:41:59.760Z] #36 4.810 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T14:41:59.760Z] #36 4.813 Recommended packages: [2022-03-05T14:41:59.760Z] #36 4.813 libldap-common publicsuffix libsasl2-modules [2022-03-05T14:42:00.017Z] #36 5.021 The following NEW packages will be installed: [2022-03-05T14:42:00.017Z] #36 5.022 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T14:42:00.017Z] #36 5.022 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T14:42:00.017Z] #36 5.023 libssh2-1 openssl [2022-03-05T14:42:00.274Z] #36 5.310 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:42:00.274Z] #36 5.310 Need to get 3038 kB of archives. [2022-03-05T14:42:00.274Z] #36 5.310 After this operation, 6650 kB of additional disk space will be used. [2022-03-05T14:42:00.274Z] #36 5.310 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-05T14:42:00.274Z] #36 5.312 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-05T14:42:00.274Z] #36 5.318 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-05T14:42:00.274Z] #36 5.324 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-05T14:42:00.274Z] #36 5.324 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-05T14:42:00.274Z] #36 5.333 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-05T14:42:00.274Z] #36 5.333 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-05T14:42:00.274Z] #36 5.333 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-05T14:42:00.274Z] #36 5.333 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-05T14:42:00.274Z] #36 5.333 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-05T14:42:00.274Z] #36 5.340 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-05T14:42:00.274Z] #36 5.349 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-05T14:42:00.274Z] #36 5.352 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:42:00.274Z] #36 5.353 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:42:00.274Z] #36 5.355 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:42:00.532Z] #36 5.530 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:42:00.532Z] #36 5.563 Fetched 3038 kB in 0s (9397 kB/s) [2022-03-05T14:42:00.532Z] #36 5.589 Selecting previously unselected package openssl. [2022-03-05T14:42:00.532Z] #36 5.589 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-05T14:42:00.532Z] #36 5.593 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-05T14:42:00.532Z] #36 5.598 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:42:00.791Z] #36 5.738 Selecting previously unselected package ca-certificates. [2022-03-05T14:42:00.791Z] #36 5.740 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T14:42:00.791Z] #36 5.743 Unpacking ca-certificates (20210119) ... [2022-03-05T14:42:00.791Z] #36 5.824 Selecting previously unselected package libbrotli1:amd64. [2022-03-05T14:42:00.791Z] #36 5.824 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-05T14:42:00.791Z] #36 5.831 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:42:00.791Z] #36 5.899 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-05T14:42:00.791Z] #36 5.899 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:42:01.048Z] #36 5.902 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:42:01.048Z] #36 5.942 Selecting previously unselected package libsasl2-2:amd64. [2022-03-05T14:42:01.048Z] #36 5.942 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:42:01.048Z] #36 5.946 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:42:01.048Z] #36 5.991 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-05T14:42:01.048Z] #36 5.991 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-05T14:42:01.048Z] #36 5.995 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:42:01.048Z] #36 6.068 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-05T14:42:01.048Z] #36 6.068 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-05T14:42:01.048Z] #36 6.073 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:42:01.048Z] #36 6.109 Selecting previously unselected package libpsl5:amd64. [2022-03-05T14:42:01.048Z] #36 6.109 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-05T14:42:01.048Z] #36 6.112 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:42:01.305Z] #36 6.152 Selecting previously unselected package librtmp1:amd64. [2022-03-05T14:42:01.305Z] #36 6.152 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-05T14:42:01.305Z] #36 6.156 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:42:01.305Z] #36 6.196 Selecting previously unselected package libssh2-1:amd64. [2022-03-05T14:42:01.305Z] #36 6.196 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-05T14:42:01.305Z] #36 6.199 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:42:01.305Z] #36 6.258 Selecting previously unselected package libcurl4:amd64. [2022-03-05T14:42:01.305Z] #36 6.258 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:42:01.305Z] #36 6.261 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:42:01.305Z] #36 6.327 Selecting previously unselected package curl. [2022-03-05T14:42:01.305Z] #36 6.327 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:42:01.305Z] #36 6.335 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:42:01.305Z] #36 6.385 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:42:01.305Z] #36 6.385 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:42:01.562Z] #36 6.388 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:42:01.562Z] #36 6.452 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:42:01.562Z] #36 6.452 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:42:01.562Z] #36 6.455 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:42:01.562Z] #36 6.506 Selecting previously unselected package jq. [2022-03-05T14:42:01.562Z] #36 6.506 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:42:01.562Z] #36 6.510 Unpacking jq (1.6-2.1) ... [2022-03-05T14:42:01.562Z] #36 6.546 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:42:01.562Z] #36 6.558 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:42:01.562Z] #36 6.568 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:42:01.562Z] #36 6.579 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:42:01.562Z] #36 6.589 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:42:01.562Z] #36 6.601 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:42:01.562Z] #36 6.608 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:42:01.819Z] #36 6.619 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:42:01.819Z] #36 6.634 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:42:01.819Z] #36 6.644 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:42:01.819Z] #36 6.654 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:42:01.819Z] #36 6.672 Setting up ca-certificates (20210119) ... [2022-03-05T14:42:02.382Z] #36 7.284 Updating certificates in /etc/ssl/certs... [2022-03-05T14:42:03.312Z] #36 8.060 129 added, 0 removed; done. [2022-03-05T14:42:03.312Z] #36 8.089 Setting up jq (1.6-2.1) ... [2022-03-05T14:42:03.312Z] #36 8.099 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:42:03.312Z] #36 8.110 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:42:03.312Z] #36 8.120 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:42:03.312Z] #36 8.135 Processing triggers for ca-certificates (20210119) ... [2022-03-05T14:42:03.312Z] #36 8.144 Updating certificates in /etc/ssl/certs... [2022-03-05T14:42:03.876Z] #36 8.716 0 added, 0 removed; done. [2022-03-05T14:42:03.876Z] #36 8.716 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T14:42:03.876Z] #36 8.717 done. [2022-03-05T14:42:05.247Z] #36 ... [2022-03-05T14:42:05.247Z] [2022-03-05T14:42:05.247Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:42:05.247Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:42:05.247Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.4s done [2022-03-05T14:42:05.247Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.4s done [2022-03-05T14:42:05.247Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 4.6s done [2022-03-05T14:42:05.247Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.2s done [2022-03-05T14:42:05.247Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-05T14:42:05.503Z] #11 ... [2022-03-05T14:42:05.503Z] [2022-03-05T14:42:05.503Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:42:05.503Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:42:05.503Z] #36 DONE 10.5s [2022-03-05T14:42:05.503Z] [2022-03-05T14:42:05.503Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:42:05.503Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:42:05.503Z] #11 ... [2022-03-05T14:42:05.503Z] [2022-03-05T14:42:05.503Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T14:42:05.503Z] #37 sha256:bf21926bb033f508f2464d32649df0379e9c6b960b643d14b5620659cb58f722 [2022-03-05T14:42:05.503Z] #37 DONE 0.1s [2022-03-05T14:42:05.503Z] [2022-03-05T14:42:05.503Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:42:05.503Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:42:10.755Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-05T14:42:13.283Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 8.0s done [2022-03-05T14:42:13.556Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-05T14:42:13.556Z] #11 DONE 24.3s [2022-03-05T14:42:13.556Z] [2022-03-05T14:42:13.556Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:42:13.556Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T14:42:14.955Z] #12 ... [2022-03-05T14:42:14.955Z] [2022-03-05T14:42:14.955Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:42:14.955Z] #38 sha256:d26669b0b5c266a5b370eecb6ecfaaa6fe76a5a45373fa62a206aa55b65e594e [2022-03-05T14:42:14.955Z] #38 1.597 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T14:42:14.955Z] #38 1.840 [2022-03-05T14:42:14.955Z] #38 2.054 #=#=# ######################################################################## 100.0% [2022-03-05T14:42:14.955Z] #38 2.395 [2022-03-05T14:42:14.955Z] #38 3.257 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T14:42:14.955Z] #38 3.530 [2022-03-05T14:42:14.955Z] #38 3.748 #=#=# ######################################## 56.6% ######################################################################## 100.0% [2022-03-05T14:42:14.955Z] #38 4.059 [2022-03-05T14:42:14.955Z] #38 4.913 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T14:42:14.955Z] #38 5.173 [2022-03-05T14:42:14.955Z] #38 5.398 #=#=# ################### 26.7% ########################################## 59.0% ################################################################# 90.8% ######################################################################## 100.0% [2022-03-05T14:42:14.955Z] #38 5.928 [2022-03-05T14:42:14.955Z] #38 6.899 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T14:42:14.955Z] #38 7.260 [2022-03-05T14:42:14.955Z] #38 7.485 #=#=# ######################################################################## 100.0% [2022-03-05T14:42:14.955Z] #38 7.732 [2022-03-05T14:42:14.955Z] #38 8.331 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T14:42:14.955Z] #38 8.558 [2022-03-05T14:42:14.955Z] #38 8.772 #=#=# ######################################################################## 100.0% [2022-03-05T14:42:14.955Z] #38 8.976 [2022-03-05T14:42:14.955Z] #38 9.021 Download of images into '/build' complete. [2022-03-05T14:42:14.955Z] #38 9.021 Use something like the following to load the result into a Docker daemon: [2022-03-05T14:42:14.955Z] #38 9.021 tar -cC '/build' . | docker load [2022-03-05T14:42:14.955Z] #38 DONE 9.1s [2022-03-05T14:42:14.955Z] [2022-03-05T14:42:14.955Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:42:14.955Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T14:42:14.955Z] #12 DONE 1.2s [2022-03-05T14:42:14.955Z] [2022-03-05T14:42:14.955Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:42:14.955Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T14:42:15.526Z] #13 DONE 0.6s [2022-03-05T14:42:15.526Z] [2022-03-05T14:42:15.526Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:42:15.526Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T14:42:15.526Z] #40 DONE 0.1s [2022-03-05T14:42:15.526Z] [2022-03-05T14:42:15.526Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:42:15.526Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:42:15.526Z] #43 ... [2022-03-05T14:42:15.526Z] [2022-03-05T14:42:15.526Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T14:42:15.526Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T14:42:15.526Z] #53 DONE 0.2s [2022-03-05T14:42:15.785Z] [2022-03-05T14:42:15.785Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T14:42:15.785Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T14:42:15.785Z] #49 DONE 0.3s [2022-03-05T14:42:15.785Z] [2022-03-05T14:42:15.785Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:42:15.785Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:42:17.678Z] #50 ... [2022-03-05T14:42:17.678Z] [2022-03-05T14:42:17.679Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-05T14:42:17.679Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-05T14:42:17.679Z] #14 DONE 2.2s [2022-03-05T14:42:17.679Z] [2022-03-05T14:42:17.679Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-05T14:42:17.679Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-05T14:42:18.612Z] #15 DONE 1.1s [2022-03-05T14:42:18.612Z] [2022-03-05T14:42:18.612Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:42:18.612Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:42:18.612Z] #43 3.036 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T14:42:19.983Z] #43 ... [2022-03-05T14:42:19.983Z] [2022-03-05T14:42:19.983Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-05T14:42:19.983Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-05T14:42:19.983Z] #16 DONE 1.1s [2022-03-05T14:42:19.983Z] [2022-03-05T14:42:19.983Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-05T14:42:19.983Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-05T14:42:20.915Z] #17 DONE 1.1s [2022-03-05T14:42:20.916Z] [2022-03-05T14:42:20.916Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-05T14:42:20.916Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-05T14:42:22.286Z] #18 DONE 1.1s [2022-03-05T14:42:22.287Z] [2022-03-05T14:42:22.287Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:42:22.287Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:42:22.287Z] #56 1.856 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:42:22.287Z] #56 3.119 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:42:22.287Z] #56 3.120 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:42:22.287Z] #56 3.125 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:42:22.287Z] #56 3.137 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:42:22.287Z] #56 3.336 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:42:22.287Z] #56 3.423 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:42:22.287Z] #56 3.431 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:42:22.287Z] #56 3.468 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:42:22.287Z] #56 3.506 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:42:22.287Z] #56 5.549 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:42:22.287Z] #56 5.605 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:42:22.287Z] #56 5.698 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:42:22.287Z] #56 ... [2022-03-05T14:42:22.287Z] [2022-03-05T14:42:22.287Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:42:22.287Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:42:23.657Z] #19 1.263 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:42:23.657Z] #19 1.311 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:42:23.657Z] #19 1.315 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:42:23.914Z] #19 1.807 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:42:24.480Z] #19 2.335 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:42:25.410Z] #19 3.201 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T14:42:25.410Z] #19 ... [2022-03-05T14:42:25.410Z] [2022-03-05T14:42:25.410Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:42:25.410Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:42:25.410Z] #60 2.395 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T14:42:25.410Z] #60 9.497 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T14:42:25.410Z] #60 9.506 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T14:42:25.410Z] #60 9.533 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T14:42:25.666Z] #60 ... [2022-03-05T14:42:25.666Z] [2022-03-05T14:42:25.666Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:25.666Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:25.666Z] #58 2.728 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T14:42:25.666Z] #58 ... [2022-03-05T14:42:25.666Z] [2022-03-05T14:42:25.666Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:42:25.666Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:42:25.666Z] #41 2.115 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T14:42:25.666Z] #41 2.116 Cloning into '.'... [2022-03-05T14:42:25.922Z] #41 ... [2022-03-05T14:42:25.922Z] [2022-03-05T14:42:25.922Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:42:25.922Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:42:25.922Z] #54 2.731 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:42:25.922Z] #54 2.835 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:42:25.922Z] #54 2.934 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:42:25.922Z] #54 3.152 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T14:42:25.922Z] #54 3.234 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:42:25.922Z] #54 4.876 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:42:25.922Z] #54 6.050 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:42:25.922Z] #54 7.443 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T14:42:25.922Z] #54 ... [2022-03-05T14:42:25.922Z] [2022-03-05T14:42:25.922Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:42:25.922Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:42:25.922Z] #60 10.63 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T14:42:26.852Z] #60 ... [2022-03-05T14:42:26.852Z] [2022-03-05T14:42:26.852Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:42:26.852Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:42:26.852Z] #43 11.22 tomll can be used in two ways: [2022-03-05T14:42:26.852Z] #43 11.23 Writing to STDIN and reading from STDOUT: [2022-03-05T14:42:26.852Z] #43 11.23 cat file.toml | tomll > file.toml [2022-03-05T14:42:26.852Z] #43 11.23 [2022-03-05T14:42:26.852Z] #43 11.23 Reading and updating a list of files: [2022-03-05T14:42:26.852Z] #43 11.23 tomll a.toml b.toml c.toml [2022-03-05T14:42:26.852Z] #43 11.23 [2022-03-05T14:42:26.852Z] #43 11.23 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T14:42:26.852Z] #43 DONE 11.4s [2022-03-05T14:42:27.109Z] [2022-03-05T14:42:27.109Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:42:27.109Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:42:27.109Z] #54 11.00 Fetched 8509 kB in 9s (984 kB/s) [2022-03-05T14:42:28.040Z] #54 11.00 Reading package lists... [2022-03-05T14:42:28.040Z] #54 ... [2022-03-05T14:42:28.040Z] [2022-03-05T14:42:28.040Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:42:28.040Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:42:28.040Z] #50 2.331 + git clone https://github.com/docker/distribution.git . [2022-03-05T14:42:28.040Z] #50 2.331 Cloning into '.'... [2022-03-05T14:42:28.297Z] #50 ... [2022-03-05T14:42:28.297Z] [2022-03-05T14:42:28.297Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:42:28.297Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:42:28.297Z] #19 3.983 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T14:42:28.297Z] #19 5.012 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T14:42:28.297Z] #19 5.950 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T14:42:28.554Z] #19 6.570 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:42:28.811Z] #19 6.571 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T14:42:28.811Z] #19 6.577 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:42:28.811Z] #19 6.577 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T14:42:28.811Z] #19 6.578 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T14:42:28.811Z] #19 6.600 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T14:42:28.811Z] #19 6.603 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:42:28.811Z] #19 6.603 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T14:42:28.811Z] #19 6.604 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T14:42:28.811Z] #19 6.605 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T14:42:28.811Z] #19 6.606 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:42:28.811Z] #19 6.607 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T14:42:33.026Z] #19 ... [2022-03-05T14:42:33.026Z] [2022-03-05T14:42:33.026Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:42:33.026Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:42:33.026Z] #50 14.80 + git checkout -q v2.3.0 [2022-03-05T14:42:33.026Z] #50 15.97 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T14:42:33.026Z] #50 ... [2022-03-05T14:42:33.026Z] [2022-03-05T14:42:33.026Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:42:33.026Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:42:33.026Z] #56 7.383 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:42:33.026Z] #56 7.383 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:42:33.026Z] #56 ... [2022-03-05T14:42:33.026Z] [2022-03-05T14:42:33.026Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:42:33.026Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:42:33.026Z] #54 11.00 Reading package lists... [2022-03-05T14:42:33.026Z] #54 14.56 Reading package lists... [2022-03-05T14:42:33.848Z] #54 17.55 Building dependency tree... [2022-03-05T14:42:33.848Z] #54 18.30 Reading state information... [2022-03-05T14:42:35.218Z] #54 19.38 The following additional packages will be installed: [2022-03-05T14:42:35.218Z] #54 19.38 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:42:35.218Z] #54 19.38 python3-protobuf python3-six [2022-03-05T14:42:35.218Z] #54 19.39 Suggested packages: [2022-03-05T14:42:35.218Z] #54 19.39 python3-setuptools [2022-03-05T14:42:35.218Z] #54 19.39 Recommended packages: [2022-03-05T14:42:35.218Z] #54 19.39 iproute2 | iproute [2022-03-05T14:42:35.476Z] #54 19.84 The following NEW packages will be installed: [2022-03-05T14:42:35.476Z] #54 19.84 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:42:35.476Z] #54 19.84 python3-protobuf python3-six [2022-03-05T14:42:35.476Z] #54 ... [2022-03-05T14:42:35.476Z] [2022-03-05T14:42:35.476Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:35.476Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:35.476Z] #58 20.19 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T14:42:35.733Z] #58 20.20 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:42:35.733Z] #58 20.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T14:42:35.733Z] #58 20.22 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T14:42:35.733Z] #58 20.31 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T14:42:35.733Z] #58 20.42 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T14:42:35.733Z] #58 20.51 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T14:42:35.733Z] #58 20.53 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T14:42:36.666Z] #58 21.18 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T14:42:36.666Z] #58 21.22 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T14:42:38.562Z] #58 22.81 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T14:42:38.562Z] #58 22.82 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:42:38.562Z] #58 22.82 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T14:42:38.562Z] #58 22.90 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T14:42:38.562Z] #58 22.91 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T14:42:38.562Z] #58 22.94 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T14:42:38.562Z] #58 23.03 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T14:42:38.562Z] #58 23.04 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T14:42:38.562Z] #58 23.15 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T14:42:38.562Z] #58 23.15 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T14:42:38.562Z] #58 23.21 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T14:42:38.562Z] #58 23.24 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T14:42:38.562Z] #58 23.26 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T14:42:38.820Z] #58 23.27 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T14:42:38.820Z] #58 23.29 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T14:42:38.820Z] #58 23.31 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T14:42:38.820Z] #58 23.32 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T14:42:38.820Z] #58 23.34 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T14:42:38.820Z] #58 23.35 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T14:42:38.820Z] #58 23.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T14:42:38.820Z] #58 23.37 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T14:42:38.820Z] #58 23.38 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T14:42:38.820Z] #58 23.39 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T14:42:38.820Z] #58 23.51 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T14:42:39.078Z] #58 23.53 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T14:42:39.078Z] #58 23.57 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T14:42:39.078Z] #58 23.59 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T14:42:39.078Z] #58 23.61 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T14:42:39.078Z] #58 23.65 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T14:42:39.078Z] #58 23.68 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T14:42:39.078Z] #58 23.71 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T14:42:39.078Z] #58 23.73 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T14:42:39.078Z] #58 23.76 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T14:42:39.078Z] #58 23.80 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T14:42:39.078Z] #58 23.81 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T14:42:39.078Z] #58 23.86 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T14:42:39.335Z] #58 23.92 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T14:42:39.335Z] #58 23.94 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T14:42:39.335Z] #58 23.96 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T14:42:39.335Z] #58 23.98 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T14:42:39.335Z] #58 24.01 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T14:42:39.335Z] #58 24.02 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T14:42:39.335Z] #58 24.03 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T14:42:39.335Z] #58 24.05 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T14:42:39.335Z] #58 24.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T14:42:39.592Z] #58 24.11 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T14:42:39.592Z] #58 24.12 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T14:42:39.592Z] #58 24.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T14:42:39.592Z] #58 24.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T14:42:39.592Z] #58 24.29 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T14:42:39.592Z] #58 24.31 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T14:42:39.592Z] #58 24.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T14:42:39.592Z] #58 24.35 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T14:42:39.849Z] #58 24.38 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T14:42:39.849Z] #58 24.39 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T14:42:39.849Z] #58 24.42 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T14:42:39.849Z] #58 24.42 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T14:42:39.849Z] #58 24.44 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T14:42:39.849Z] #58 24.47 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T14:42:39.849Z] #58 24.50 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T14:42:39.849Z] #58 24.51 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T14:42:39.849Z] #58 24.54 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T14:42:39.849Z] #58 24.57 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T14:42:39.849Z] #58 24.59 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T14:42:40.106Z] #58 24.60 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T14:42:40.106Z] #58 24.63 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T14:42:40.106Z] #58 24.66 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T14:42:40.106Z] #58 24.70 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T14:42:40.106Z] #58 24.71 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T14:42:40.106Z] #58 24.71 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T14:42:40.106Z] #58 24.72 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T14:42:40.363Z] #58 25.02 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T14:42:40.363Z] #58 25.02 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T14:42:40.363Z] #58 25.05 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T14:42:40.363Z] #58 25.07 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T14:42:40.619Z] #58 25.11 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T14:42:40.619Z] #58 25.14 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T14:42:40.619Z] #58 25.14 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T14:42:40.619Z] #58 25.18 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T14:42:40.619Z] #58 25.20 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T14:42:40.876Z] #58 25.39 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T14:42:40.876Z] #58 25.41 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T14:42:40.876Z] #58 25.43 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T14:42:40.876Z] #58 25.45 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T14:42:40.876Z] #58 25.46 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T14:42:40.876Z] #58 25.56 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T14:42:41.133Z] #58 ... [2022-03-05T14:42:41.133Z] [2022-03-05T14:42:41.133Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:42:41.133Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:42:41.133Z] #60 25.26 v3.0.2 [2022-03-05T14:42:41.133Z] #60 DONE 25.6s [2022-03-05T14:42:41.133Z] [2022-03-05T14:42:41.133Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:41.133Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:41.133Z] #58 25.57 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T14:42:41.133Z] #58 25.62 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T14:42:41.133Z] #58 25.68 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T14:42:41.133Z] #58 ... [2022-03-05T14:42:41.133Z] [2022-03-05T14:42:41.133Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:42:41.133Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:42:41.133Z] #54 20.20 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:42:41.133Z] #54 20.20 Need to get 2292 kB of archives. [2022-03-05T14:42:41.133Z] #54 20.20 After this operation, 11.0 MB of additional disk space will be used. [2022-03-05T14:42:41.133Z] #54 20.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-05T14:42:41.133Z] #54 20.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:42:41.133Z] #54 20.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T14:42:41.133Z] #54 20.24 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-05T14:42:41.133Z] #54 20.25 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:42:41.133Z] #54 20.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:42:41.133Z] #54 20.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:42:41.133Z] #54 23.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-05T14:42:41.133Z] #54 24.41 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:42:41.133Z] #54 24.60 Fetched 2292 kB in 4s (590 kB/s) [2022-03-05T14:42:41.133Z] #54 24.68 Selecting previously unselected package libprotobuf23:amd64. [2022-03-05T14:42:41.133Z] #54 24.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:42:41.133Z] #54 24.73 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-05T14:42:41.133Z] #54 24.74 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:42:41.133Z] #54 25.34 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:42:41.133Z] #54 25.35 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:42:41.133Z] #54 25.36 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:42:41.390Z] #54 25.60 Selecting previously unselected package python3-six. [2022-03-05T14:42:41.390Z] #54 25.60 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T14:42:41.390Z] #54 25.63 Unpacking python3-six (1.16.0-2) ... [2022-03-05T14:42:41.390Z] #54 25.81 Selecting previously unselected package python3-protobuf. [2022-03-05T14:42:41.390Z] #54 25.81 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-05T14:42:41.646Z] #54 25.83 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T14:42:42.215Z] #54 26.49 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:42:42.215Z] #54 26.53 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:42:42.215Z] #54 26.53 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:42:42.215Z] #54 26.74 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:42:42.215Z] #54 26.76 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:42:42.215Z] #54 26.76 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:42:42.473Z] #54 26.90 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:42:42.730Z] #54 26.90 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:42:42.730Z] #54 26.90 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:42:42.730Z] #54 26.97 Selecting previously unselected package criu. [2022-03-05T14:42:42.730Z] #54 26.98 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-05T14:42:42.730Z] #54 26.98 Unpacking criu (3.16.1-3) ... [2022-03-05T14:42:42.987Z] #54 27.46 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:42:43.918Z] #54 28.37 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:42:43.918Z] #54 28.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:42:43.918Z] #54 28.40 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:42:43.918Z] #54 28.45 Setting up python3-six (1.16.0-2) ... [2022-03-05T14:42:44.848Z] #54 29.19 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:42:44.848Z] #54 29.21 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T14:42:46.743Z] #54 31.18 Setting up criu (3.16.1-3) ... [2022-03-05T14:42:46.910Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01a20d24adb093f4c) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] { [Pipeline] checkout [2022-03-05T14:42:47.000Z] #54 ... [2022-03-05T14:42:47.000Z] [2022-03-05T14:42:47.000Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:47.000Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:47.000Z] #58 25.70 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T14:42:47.000Z] #58 25.76 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T14:42:47.000Z] #58 25.82 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T14:42:47.000Z] #58 25.96 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T14:42:47.000Z] #58 25.98 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T14:42:47.000Z] #58 25.99 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T14:42:47.000Z] #58 26.00 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T14:42:47.000Z] #58 26.01 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T14:42:47.000Z] #58 26.49 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T14:42:47.000Z] #58 26.59 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T14:42:47.000Z] #58 27.47 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T14:42:47.000Z] #58 27.48 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T14:42:47.000Z] #58 27.50 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T14:42:47.000Z] #58 27.54 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T14:42:47.000Z] #58 28.25 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T14:42:47.000Z] #58 28.28 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T14:42:47.000Z] #58 28.28 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T14:42:47.000Z] #58 28.29 go: downloading golang.org/x/text v0.3.7 [2022-03-05T14:42:47.000Z] #58 31.19 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T14:42:47.000Z] #58 31.35 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T14:42:47.000Z] #58 31.35 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T14:42:47.000Z] #58 31.46 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T14:42:47.000Z] #58 31.52 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T14:42:47.000Z] #58 31.53 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T14:42:47.000Z] #58 31.56 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T14:42:47.000Z] #58 31.59 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T14:42:47.000Z] #58 31.60 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T14:42:47.000Z] #58 31.64 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T14:42:47.000Z] #58 31.68 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T14:42:47.000Z] #58 31.70 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T14:42:47.000Z] #58 31.77 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T14:42:47.000Z] #58 31.79 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T14:42:47.098Z] The recommended git tool is: git [2022-03-05T14:42:47.257Z] #58 31.81 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T14:42:47.513Z] #58 32.06 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T14:42:47.513Z] #58 32.09 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T14:42:47.769Z] #58 32.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T14:42:47.769Z] #58 32.28 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T14:42:47.769Z] #58 32.29 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T14:42:47.769Z] #58 32.38 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T14:42:47.769Z] #58 32.40 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T14:42:47.769Z] #58 32.42 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T14:42:47.769Z] #58 32.46 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T14:42:47.769Z] #58 ... [2022-03-05T14:42:47.769Z] [2022-03-05T14:42:47.769Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:42:47.769Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:42:48.026Z] #54 32.23 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:42:48.283Z] #54 DONE 32.6s [2022-03-05T14:42:48.283Z] [2022-03-05T14:42:48.283Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:48.283Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:48.283Z] #58 32.57 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T14:42:48.283Z] #58 32.70 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T14:42:48.283Z] #58 32.76 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T14:42:48.283Z] #58 32.90 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T14:42:49.649Z] #58 ... [2022-03-05T14:42:49.649Z] [2022-03-05T14:42:49.649Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:42:49.649Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:42:49.649Z] #56 33.91 gotestsum version dev [2022-03-05T14:42:49.649Z] #56 DONE 34.0s [2022-03-05T14:42:49.649Z] [2022-03-05T14:42:49.649Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:42:49.649Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:42:49.649Z] #58 33.95 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T14:42:49.668Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08010162970a083d9) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] { [Pipeline] checkout [2022-03-05T14:42:49.792Z] The recommended git tool is: git [2022-03-05T14:42:50.411Z] using credential docker-jenkins-github-credentials [2022-03-05T14:42:50.420Z] Cloning the remote Git repository [2022-03-05T14:42:50.420Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:42:50.329Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:42:50.411Z] > git init /home/ubuntu/workspace/moby_PR-43300 # timeout=10 [2022-03-05T14:42:50.616Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:42:50.616Z] > git --version # timeout=10 [2022-03-05T14:42:50.630Z] > git --version # 'git version 2.17.1' [2022-03-05T14:42:50.630Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:42:50.632Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:42:51.016Z] #58 ... [2022-03-05T14:42:51.016Z] [2022-03-05T14:42:51.016Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:42:51.016Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:42:51.016Z] #41 25.40 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T14:42:51.016Z] #41 26.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:42:51.271Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b292fd69cd224c77) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] { [Pipeline] checkout [2022-03-05T14:42:51.514Z] The recommended git tool is: git [2022-03-05T14:42:52.569Z] using credential docker-jenkins-github-credentials [2022-03-05T14:42:52.580Z] Cloning the remote Git repository [2022-03-05T14:42:52.580Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:42:52.017Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:42:52.079Z] > git init /home/ubuntu/workspace/moby_PR-43300 # timeout=10 [2022-03-05T14:42:52.306Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:42:52.306Z] > git --version # timeout=10 [2022-03-05T14:42:52.327Z] > git --version # 'git version 2.17.1' [2022-03-05T14:42:52.327Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:42:52.329Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:42:53.572Z] #41 ... [2022-03-05T14:42:53.572Z] [2022-03-05T14:42:53.572Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:42:53.572Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:42:53.572Z] #19 31.51 Fetched 48.9 MB in 31s (1602 kB/s) [2022-03-05T14:42:55.441Z] using credential docker-jenkins-github-credentials [2022-03-05T14:42:55.448Z] Cloning the remote Git repository [2022-03-05T14:42:55.448Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:42:55.481Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:42:55.551Z] > git init /home/ubuntu/workspace/moby_PR-43300 # timeout=10 [2022-03-05T14:42:56.222Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:42:56.222Z] > git --version # timeout=10 [2022-03-05T14:42:56.241Z] > git --version # 'git version 2.25.1' [2022-03-05T14:42:56.242Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:42:56.243Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:01.031Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e813c8013e05daaa) in /home/ubuntu/workspace/moby_PR-43300 [Pipeline] { [Pipeline] checkout [2022-03-05T14:43:01.252Z] The recommended git tool is: git [2022-03-05T14:43:03.525Z] #19 31.51 Reading package lists... [2022-03-05T14:43:05.016Z] using credential docker-jenkins-github-credentials [2022-03-05T14:43:05.024Z] Cloning the remote Git repository [2022-03-05T14:43:05.024Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:43:05.105Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:43:05.177Z] > git init /home/ubuntu/workspace/moby_PR-43300 # timeout=10 [2022-03-05T14:43:05.681Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:43:05.681Z] > git --version # timeout=10 [2022-03-05T14:43:05.721Z] > git --version # 'git version 2.25.1' [2022-03-05T14:43:05.722Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:05.724Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:11.622Z] #19 40.68 Reading package lists... [2022-03-05T14:43:13.517Z] #19 49.20 Building dependency tree... [2022-03-05T14:43:13.644Z] Fetching without tags [2022-03-05T14:43:14.027Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:43:15.414Z] #19 53.17 The following additional packages will be installed: [2022-03-05T14:43:15.414Z] #19 53.17 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-05T14:43:15.414Z] #19 53.17 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.17 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.17 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-05T14:43:15.414Z] #19 53.17 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.17 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.18 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-05T14:43:15.414Z] #19 53.18 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-05T14:43:15.414Z] #19 53.18 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.18 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.18 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-05T14:43:15.414Z] #19 53.18 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-05T14:43:15.414Z] #19 53.18 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-05T14:43:15.414Z] #19 53.18 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-05T14:43:15.414Z] #19 53.18 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.18 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.18 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-05T14:43:15.414Z] #19 53.18 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-05T14:43:15.414Z] #19 53.18 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-05T14:43:15.414Z] #19 53.18 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.18 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.18 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.18 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-05T14:43:15.414Z] #19 53.18 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-05T14:43:15.414Z] #19 53.18 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.18 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-05T14:43:15.414Z] #19 53.18 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.18 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.18 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-05T14:43:15.414Z] #19 53.19 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-05T14:43:15.414Z] #19 53.19 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.19 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.20 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.20 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-05T14:43:15.414Z] #19 53.20 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.20 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-05T14:43:15.414Z] #19 53.20 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-05T14:43:15.414Z] #19 53.20 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-05T14:43:15.414Z] #19 53.20 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.21 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-05T14:43:15.414Z] #19 53.21 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-05T14:43:15.414Z] #19 53.21 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-05T14:43:15.414Z] #19 53.21 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-05T14:43:15.414Z] #19 53.21 linux-libc-dev-s390x-cross patch xz-utils [2022-03-05T14:43:15.414Z] #19 53.26 Suggested packages: [2022-03-05T14:43:15.414Z] #19 53.26 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-05T14:43:15.414Z] #19 53.26 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.26 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-05T14:43:15.414Z] #19 53.26 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-05T14:43:15.414Z] #19 53.26 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-05T14:43:15.414Z] #19 53.26 libyaml-shell-perl ed diffutils-doc [2022-03-05T14:43:15.414Z] #19 53.26 Recommended packages: [2022-03-05T14:43:15.414Z] #19 53.26 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-05T14:43:15.414Z] #19 53.26 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-05T14:43:13.516Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:13.524Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:43:13.543Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:13.575Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:13.616Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:43:13.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:13.617Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:14.009Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:14.036Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:43:14.933Z] > git remote # timeout=10 [2022-03-05T14:43:14.961Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:43:14.982Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:14.983Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:43:15.974Z] Merge succeeded, producing 691c667fa999c9e1e513bced327255ecc07aafca [2022-03-05T14:43:15.974Z] Checking out Revision 691c667fa999c9e1e513bced327255ecc07aafca (PR-43300) [2022-03-05T14:43:16.093Z] Fetching without tags [2022-03-05T14:43:16.404Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:43:17.508Z] Merge succeeded, producing 0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 [2022-03-05T14:43:17.508Z] Checking out Revision 0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 (PR-43300) [2022-03-05T14:43:17.565Z] Fetching without tags [2022-03-05T14:43:17.387Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:17.463Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:43:17.490Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:17.519Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:17.568Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:43:17.568Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:17.888Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:43:15.936Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:43:15.953Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:15.976Z] > git checkout -f 691c667fa999c9e1e513bced327255ecc07aafca # timeout=10 [2022-03-05T14:43:16.011Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:16.031Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:43:16.053Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:16.072Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:16.097Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:43:16.098Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:16.099Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:16.412Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:16.432Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:43:17.146Z] > git remote # timeout=10 [2022-03-05T14:43:17.169Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:43:17.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:17.192Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:43:17.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:43:17.517Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:17.544Z] > git checkout -f 0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 # timeout=10 [2022-03-05T14:43:19.592Z] #19 56.90 The following NEW packages will be installed: [2022-03-05T14:43:19.592Z] #19 56.90 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-05T14:43:19.592Z] #19 56.90 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-05T14:43:19.592Z] #19 56.90 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-05T14:43:19.592Z] #19 56.90 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-05T14:43:19.592Z] #19 56.90 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-05T14:43:19.592Z] #19 56.90 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-05T14:43:19.592Z] #19 56.90 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-05T14:43:19.592Z] #19 56.90 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-05T14:43:19.592Z] #19 56.90 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-05T14:43:19.592Z] #19 56.90 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-05T14:43:19.592Z] #19 56.90 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-05T14:43:19.592Z] #19 56.90 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-05T14:43:19.592Z] #19 56.90 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-05T14:43:19.592Z] #19 56.90 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-05T14:43:19.592Z] #19 56.90 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-05T14:43:19.592Z] #19 56.90 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.90 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.90 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.90 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-05T14:43:19.592Z] #19 56.90 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-05T14:43:19.592Z] #19 56.90 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.90 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-05T14:43:19.592Z] #19 56.90 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.90 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.91 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-05T14:43:19.592Z] #19 56.91 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-05T14:43:19.592Z] #19 56.91 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.91 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.91 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.91 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-05T14:43:19.592Z] #19 56.91 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.91 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-05T14:43:19.592Z] #19 56.91 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-05T14:43:19.592Z] #19 56.91 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-05T14:43:19.592Z] #19 56.91 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.91 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-05T14:43:19.592Z] #19 56.91 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-05T14:43:19.592Z] #19 56.91 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-05T14:43:19.592Z] #19 56.91 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-05T14:43:19.592Z] #19 56.92 linux-libc-dev-s390x-cross patch xz-utils [2022-03-05T14:43:19.592Z] #19 57.42 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:43:19.592Z] #19 57.42 Need to get 787 MB of archives. [2022-03-05T14:43:19.592Z] #19 57.42 After this operation, 3385 MB of additional disk space will be used. [2022-03-05T14:43:19.592Z] #19 57.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-05T14:43:19.592Z] #19 57.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T14:43:19.592Z] #19 57.42 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-05T14:43:19.592Z] #19 57.43 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-05T14:43:19.592Z] #19 57.43 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-05T14:43:19.592Z] #19 57.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T14:43:19.592Z] #19 57.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-05T14:43:19.592Z] #19 57.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-05T14:43:19.592Z] #19 57.60 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-05T14:43:19.808Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:43:19.841Z] First time build. Skipping changelog. [2022-03-05T14:43:19.849Z] #19 57.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-05T14:43:19.849Z] #19 57.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-05T14:43:19.849Z] #19 57.77 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-03-05T14:43:19.849Z] #19 57.78 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-03-05T14:43:17.604Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:17.897Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:17.906Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:43:19.113Z] > git remote # timeout=10 [2022-03-05T14:43:19.128Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:43:19.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:19.363Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T14:43:19.793Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:43:20.727Z] Merge succeeded, producing 9d482552d69122f5f7e62ac40049e3df4438623f [2022-03-05T14:43:20.727Z] Checking out Revision 9d482552d69122f5f7e62ac40049e3df4438623f (PR-43300) [2022-03-05T14:43:20.780Z] #19 58.72 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-03-05T14:43:20.780Z] #19 58.73 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-03-05T14:43:20.863Z] + docker version [2022-03-05T14:43:21.541Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:43:21.568Z] First time build. Skipping changelog. [2022-03-05T14:43:21.712Z] #19 59.64 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-03-05T14:43:21.712Z] #19 59.64 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] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T14:43:20.719Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:43:20.729Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:20.737Z] > git checkout -f 9d482552d69122f5f7e62ac40049e3df4438623f # timeout=10 [2022-03-05T14:43:22.538Z] + docker version [2022-03-05T14:43:23.084Z] #19 60.71 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-03-05T14:43:23.084Z] #19 60.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-03-05T14:43:21.545Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:43:23.655Z] #19 61.62 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-03-05T14:43:23.655Z] #19 61.63 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-03-05T14:43:24.350Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:43:24.360Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T14:43:24.352Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [Pipeline] sh [2022-03-05T14:43:25.046Z] #19 62.62 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-03-05T14:43:25.046Z] #19 62.62 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-03-05T14:43:25.046Z] #19 62.62 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-03-05T14:43:25.046Z] #19 62.63 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-03-05T14:43:25.046Z] #19 62.63 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-03-05T14:43:25.046Z] #19 62.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-05T14:43:25.046Z] #19 62.63 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-05T14:43:25.046Z] #19 62.63 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-05T14:43:25.046Z] #19 62.66 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-03-05T14:43:25.046Z] #19 62.66 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-05T14:43:25.046Z] #19 62.68 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-05T14:43:25.046Z] #19 62.68 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-05T14:43:25.046Z] #19 62.68 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-05T14:43:25.046Z] #19 62.73 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-05T14:43:25.046Z] #19 62.75 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-05T14:43:25.046Z] #19 62.85 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-05T14:43:25.046Z] #19 62.86 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-05T14:43:25.046Z] #19 62.88 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-03-05T14:43:25.046Z] #19 62.94 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-03-05T14:43:25.605Z] + docker version [2022-03-05T14:43:25.974Z] #19 63.98 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-03-05T14:43:25.974Z] #19 63.98 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-03-05T14:43:25.974Z] #19 64.03 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-05T14:43:26.231Z] #19 64.08 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-03-05T14:43:26.231Z] #19 64.12 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-03-05T14:43:26.759Z] Client: Docker Engine - Community [2022-03-05T14:43:26.759Z] Version: 20.10.12 [2022-03-05T14:43:26.759Z] API version: 1.41 [2022-03-05T14:43:26.759Z] Go version: go1.16.12 [2022-03-05T14:43:26.759Z] Git commit: e91ed57 [2022-03-05T14:43:26.759Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T14:43:26.759Z] OS/Arch: linux/amd64 [2022-03-05T14:43:26.759Z] Context: default [2022-03-05T14:43:26.759Z] Experimental: true [2022-03-05T14:43:26.759Z] [2022-03-05T14:43:26.759Z] Server: Docker Engine - Community [2022-03-05T14:43:26.759Z] Engine: [2022-03-05T14:43:26.759Z] Version: 20.10.12 [2022-03-05T14:43:26.759Z] API version: 1.41 (minimum version 1.12) [2022-03-05T14:43:26.759Z] Go version: go1.16.12 [2022-03-05T14:43:26.759Z] Git commit: 459d0df [2022-03-05T14:43:26.759Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T14:43:26.759Z] OS/Arch: linux/amd64 [2022-03-05T14:43:26.759Z] Experimental: true [2022-03-05T14:43:26.759Z] containerd: [2022-03-05T14:43:26.759Z] Version: 1.4.12 [2022-03-05T14:43:26.759Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:26.759Z] runc: [2022-03-05T14:43:26.759Z] Version: 1.0.2 [2022-03-05T14:43:26.759Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T14:43:26.759Z] docker-init: [2022-03-05T14:43:26.759Z] Version: 0.19.0 [2022-03-05T14:43:26.759Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T14:43:27.082Z] + docker info [2022-03-05T14:43:27.161Z] #19 65.23 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-05T14:43:27.419Z] #19 65.24 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T14:43:27.419Z] #19 65.24 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-05T14:43:27.419Z] #19 65.30 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-05T14:43:27.419Z] #19 65.30 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-05T14:43:27.419Z] #19 65.30 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:43:27.419Z] #19 65.47 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T14:43:27.419Z] #19 65.48 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-05T14:43:27.419Z] #19 65.48 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-03-05T14:43:27.419Z] #19 65.48 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-05T14:43:27.419Z] #19 65.48 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-05T14:43:27.419Z] #19 65.49 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-05T14:43:27.435Z] Client: Docker Engine - Community [2022-03-05T14:43:27.435Z] Version: 20.10.12 [2022-03-05T14:43:27.435Z] API version: 1.41 [2022-03-05T14:43:27.435Z] Go version: go1.16.12 [2022-03-05T14:43:27.435Z] Git commit: e91ed57 [2022-03-05T14:43:27.435Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-05T14:43:27.435Z] OS/Arch: linux/amd64 [2022-03-05T14:43:27.435Z] Context: default [2022-03-05T14:43:27.435Z] Experimental: true [2022-03-05T14:43:27.435Z] [2022-03-05T14:43:27.435Z] Server: Docker Engine - Community [2022-03-05T14:43:27.435Z] Engine: [2022-03-05T14:43:27.435Z] Version: 20.10.12 [2022-03-05T14:43:27.435Z] API version: 1.41 (minimum version 1.12) [2022-03-05T14:43:27.435Z] Go version: go1.16.12 [2022-03-05T14:43:27.435Z] Git commit: 459d0df [2022-03-05T14:43:27.435Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-05T14:43:27.435Z] OS/Arch: linux/amd64 [2022-03-05T14:43:27.435Z] Experimental: true [2022-03-05T14:43:27.435Z] containerd: [2022-03-05T14:43:27.435Z] Version: 1.4.12 [2022-03-05T14:43:27.435Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:27.435Z] runc: [2022-03-05T14:43:27.435Z] Version: 1.0.2 [2022-03-05T14:43:27.435Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T14:43:27.435Z] docker-init: [2022-03-05T14:43:27.435Z] Version: 0.19.0 [2022-03-05T14:43:27.435Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T14:43:27.676Z] #19 65.49 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-05T14:43:27.676Z] #19 65.49 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-05T14:43:27.676Z] #19 65.49 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-05T14:43:27.676Z] #19 65.50 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-05T14:43:27.676Z] #19 65.50 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-05T14:43:27.676Z] #19 65.50 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-05T14:43:27.676Z] #19 65.50 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-05T14:43:27.676Z] #19 65.51 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-05T14:43:27.676Z] #19 65.53 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-03-05T14:43:27.676Z] #19 65.53 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-05T14:43:27.676Z] #19 65.54 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-05T14:43:27.676Z] #19 65.54 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-05T14:43:27.676Z] #19 65.58 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-05T14:43:27.676Z] #19 65.59 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-05T14:43:27.676Z] #19 65.59 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-03-05T14:43:27.676Z] #19 65.61 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-03-05T14:43:27.768Z] + docker info [2022-03-05T14:43:29.045Z] #19 66.75 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-03-05T14:43:29.045Z] #19 66.75 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-03-05T14:43:29.045Z] #19 66.78 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-05T14:43:29.045Z] #19 66.82 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-03-05T14:43:29.045Z] #19 66.86 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-03-05T14:43:29.976Z] #19 67.90 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-03-05T14:43:29.976Z] #19 67.90 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-05T14:43:29.976Z] #19 67.90 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-05T14:43:29.976Z] #19 67.92 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-03-05T14:43:29.976Z] #19 67.92 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-05T14:43:29.976Z] #19 67.92 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-05T14:43:29.976Z] #19 67.93 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-05T14:43:29.976Z] #19 67.99 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-05T14:43:29.976Z] #19 68.00 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-05T14:43:30.233Z] #19 68.01 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-03-05T14:43:30.233Z] #19 68.03 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-03-05T14:43:30.797Z] #19 ... [2022-03-05T14:43:30.797Z] [2022-03-05T14:43:30.797Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:43:30.797Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:43:30.797Z] #41 DONE 75.2s [2022-03-05T14:43:30.797Z] [2022-03-05T14:43:30.797Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:43:30.797Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:43:30.797Z] #50 ... [2022-03-05T14:43:30.797Z] [2022-03-05T14:43:30.797Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:43:30.797Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:43:30.797Z] #19 68.84 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-03-05T14:43:30.797Z] #19 68.84 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-03-05T14:43:31.042Z] Fetching without tags [2022-03-05T14:43:31.054Z] #19 68.85 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-05T14:43:31.054Z] #19 68.91 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-03-05T14:43:31.054Z] #19 68.96 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-03-05T14:43:31.362Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:43:31.984Z] #19 69.93 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-03-05T14:43:31.984Z] #19 69.93 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-05T14:43:31.984Z] #19 69.93 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-05T14:43:31.984Z] #19 69.96 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-03-05T14:43:31.984Z] #19 69.96 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-05T14:43:31.984Z] #19 69.96 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-05T14:43:31.984Z] #19 69.96 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-05T14:43:31.984Z] #19 69.96 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-05T14:43:31.984Z] #19 69.99 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-05T14:43:32.165Z] Client: Docker Engine - Community [2022-03-05T14:43:32.165Z] Version: 20.10.12 [2022-03-05T14:43:32.165Z] API version: 1.41 [2022-03-05T14:43:32.165Z] Go version: go1.16.12 [2022-03-05T14:43:32.165Z] Git commit: e91ed57 [2022-03-05T14:43:32.165Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-05T14:43:32.165Z] OS/Arch: linux/arm64 [2022-03-05T14:43:32.165Z] Context: default [2022-03-05T14:43:32.165Z] Experimental: true [2022-03-05T14:43:32.165Z] [2022-03-05T14:43:32.165Z] Server: Docker Engine - Community [2022-03-05T14:43:32.165Z] Engine: [2022-03-05T14:43:32.165Z] Version: 20.10.12 [2022-03-05T14:43:32.165Z] API version: 1.41 (minimum version 1.12) [2022-03-05T14:43:32.165Z] Go version: go1.16.12 [2022-03-05T14:43:32.165Z] Git commit: 459d0df [2022-03-05T14:43:32.165Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-05T14:43:32.165Z] OS/Arch: linux/arm64 [2022-03-05T14:43:32.165Z] Experimental: true [2022-03-05T14:43:32.165Z] containerd: [2022-03-05T14:43:32.165Z] Version: 1.4.12 [2022-03-05T14:43:32.165Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:32.165Z] runc: [2022-03-05T14:43:32.165Z] Version: 1.0.2 [2022-03-05T14:43:32.165Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T14:43:32.165Z] docker-init: [2022-03-05T14:43:32.165Z] Version: 0.19.0 [2022-03-05T14:43:32.165Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T14:43:30.942Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:31.003Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:43:31.023Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:31.046Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:43:31.063Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:43:31.064Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:31.064Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:43:31.428Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:31.458Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:43:32.240Z] #19 70.01 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-05T14:43:32.240Z] #19 70.04 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-05T14:43:32.240Z] #19 70.05 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-05T14:43:32.240Z] #19 70.06 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-05T14:43:32.240Z] #19 70.06 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-03-05T14:43:32.240Z] #19 70.08 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-03-05T14:43:32.467Z] + docker info [2022-03-05T14:43:32.804Z] #19 70.82 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-03-05T14:43:32.804Z] #19 70.82 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-03-05T14:43:32.804Z] #19 70.84 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-05T14:43:32.804Z] #19 70.88 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-03-05T14:43:33.061Z] #19 70.90 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-03-05T14:43:33.404Z] Merge succeeded, producing e4692ee4f521cf5774c1bdc974b2afb959f576c0 [2022-03-05T14:43:33.404Z] Checking out Revision e4692ee4f521cf5774c1bdc974b2afb959f576c0 (PR-43300) [2022-03-05T14:43:33.624Z] #19 71.49 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-03-05T14:43:33.624Z] #19 71.49 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-05T14:43:33.624Z] #19 71.49 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-05T14:43:33.624Z] #19 71.50 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-03-05T14:43:33.624Z] #19 71.50 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-05T14:43:33.624Z] #19 71.51 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-05T14:43:33.624Z] #19 71.51 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-05T14:43:33.624Z] #19 71.51 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-05T14:43:33.624Z] #19 71.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-03-05T14:43:33.624Z] #19 71.54 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-05T14:43:33.624Z] #19 71.55 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-03-05T14:43:33.624Z] #19 71.56 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-03-05T14:43:34.555Z] #19 72.28 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-03-05T14:43:34.555Z] #19 72.29 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-03-05T14:43:34.555Z] #19 72.32 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-05T14:43:34.555Z] #19 72.36 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-03-05T14:43:34.555Z] #19 72.39 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-03-05T14:43:33.090Z] > git remote # timeout=10 [2022-03-05T14:43:33.108Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:43:33.134Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:43:33.135Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:43:33.399Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-05T14:43:33.423Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:43:33.443Z] > git checkout -f e4692ee4f521cf5774c1bdc974b2afb959f576c0 # timeout=10 [2022-03-05T14:43:35.485Z] #19 73.13 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-03-05T14:43:35.485Z] #19 73.13 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-05T14:43:35.742Z] #19 73.67 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:43:35.999Z] #19 73.93 Fetched 787 MB in 16s (49.2 MB/s) [2022-03-05T14:43:35.999Z] #19 73.97 Selecting previously unselected package liblocale-gettext-perl. [2022-03-05T14:43:35.999Z] #19 73.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 ... 15709 files and directories currently installed.) [2022-03-05T14:43:35.999Z] #19 74.00 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-05T14:43:35.999Z] #19 74.00 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-05T14:43:36.256Z] #19 74.04 Selecting previously unselected package bzip2. [2022-03-05T14:43:36.256Z] #19 74.05 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T14:43:36.256Z] #19 74.05 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T14:43:36.256Z] #19 74.11 Selecting previously unselected package libmagic-mgc. [2022-03-05T14:43:36.256Z] #19 74.11 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-05T14:43:36.256Z] #19 74.11 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-05T14:43:36.256Z] #19 74.30 Selecting previously unselected package libmagic1:amd64. [2022-03-05T14:43:36.513Z] #19 74.30 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-05T14:43:36.513Z] #19 74.31 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-05T14:43:36.513Z] #19 74.38 Selecting previously unselected package file. [2022-03-05T14:43:36.513Z] #19 74.39 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-05T14:43:36.513Z] #19 74.40 Unpacking file (1:5.39-3) ... [2022-03-05T14:43:36.513Z] #19 74.46 Selecting previously unselected package xz-utils. [2022-03-05T14:43:36.513Z] #19 74.47 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T14:43:36.513Z] #19 74.47 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T14:43:36.770Z] #19 74.57 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-05T14:43:36.770Z] #19 74.57 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T14:43:36.770Z] #19 74.57 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-05T14:43:37.379Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:43:37.404Z] First time build. Skipping changelog. [2022-03-05T14:43:37.702Z] #19 75.34 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-05T14:43:37.702Z] #19 75.34 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-05T14:43:37.702Z] #19 75.35 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-05T14:43:38.265Z] #19 75.97 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-05T14:43:38.266Z] #19 75.97 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-05T14:43:38.266Z] #19 75.98 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-05T14:43:38.675Z] + docker version [2022-03-05T14:43:38.829Z] #19 76.72 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-05T14:43:38.829Z] #19 76.72 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T14:43:38.829Z] #19 76.73 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-05T14:43:39.392Z] #19 77.38 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-05T14:43:39.648Z] #19 77.38 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-05T14:43:39.648Z] #19 77.39 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-05T14:43:39.905Z] #19 77.90 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-05T14:43:39.905Z] #19 77.91 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:39.905Z] #19 77.91 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:43:39.905Z] #19 77.97 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-05T14:43:39.998Z] Client: [2022-03-05T14:43:39.998Z] Context: default [2022-03-05T14:43:39.998Z] Debug Mode: false [2022-03-05T14:43:39.998Z] Plugins: [2022-03-05T14:43:39.998Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T14:43:39.998Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T14:43:39.998Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T14:43:39.998Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T14:43:39.998Z] [2022-03-05T14:43:39.998Z] Server: [2022-03-05T14:43:39.998Z] Containers: 0 [2022-03-05T14:43:39.998Z] Running: 0 [2022-03-05T14:43:39.998Z] Paused: 0 [2022-03-05T14:43:39.998Z] Stopped: 0 [2022-03-05T14:43:39.998Z] Images: 0 [2022-03-05T14:43:39.998Z] Server Version: 20.10.12 [2022-03-05T14:43:39.998Z] Storage Driver: overlay2 [2022-03-05T14:43:39.998Z] Backing Filesystem: extfs [2022-03-05T14:43:39.998Z] Supports d_type: true [2022-03-05T14:43:39.998Z] Native Overlay Diff: true [2022-03-05T14:43:39.998Z] userxattr: false [2022-03-05T14:43:39.998Z] Logging Driver: json-file [2022-03-05T14:43:39.998Z] Cgroup Driver: cgroupfs [2022-03-05T14:43:39.998Z] Cgroup Version: 1 [2022-03-05T14:43:39.998Z] Plugins: [2022-03-05T14:43:39.998Z] Volume: local [2022-03-05T14:43:39.998Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T14:43:39.998Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T14:43:39.998Z] Swarm: inactive [2022-03-05T14:43:39.998Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T14:43:39.998Z] Default Runtime: runc [2022-03-05T14:43:39.998Z] Init Binary: docker-init [2022-03-05T14:43:39.998Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:39.998Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T14:43:39.998Z] init version: de40ad0 [2022-03-05T14:43:39.998Z] Security Options: [2022-03-05T14:43:39.998Z] apparmor [2022-03-05T14:43:39.998Z] seccomp [2022-03-05T14:43:39.998Z] Profile: default [2022-03-05T14:43:39.998Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T14:43:39.998Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T14:43:39.998Z] OSType: linux [2022-03-05T14:43:39.998Z] Architecture: x86_64 [2022-03-05T14:43:39.998Z] CPUs: 2 [2022-03-05T14:43:39.998Z] Total Memory: 7.565GiB [2022-03-05T14:43:39.998Z] Name: ip-10-100-107-185 [2022-03-05T14:43:39.998Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T14:43:39.998Z] Docker Root Dir: /var/lib/docker [2022-03-05T14:43:39.998Z] Debug Mode: false [2022-03-05T14:43:39.998Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:43:39.998Z] Labels: [2022-03-05T14:43:39.999Z] Experimental: true [2022-03-05T14:43:39.999Z] Insecure Registries: [2022-03-05T14:43:39.999Z] 127.0.0.0/8 [2022-03-05T14:43:39.999Z] Live Restore Enabled: true [2022-03-05T14:43:39.999Z] [2022-03-05T14:43:39.999Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T14:43:37.396Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:43:40.162Z] #19 77.97 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:40.162Z] #19 77.98 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:43:40.283Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:40.283Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:40.283Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43300/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T14:43:40.283Z] + bash /home/ubuntu/workspace/moby_PR-43300/check-config.sh [2022-03-05T14:43:40.283Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T14:43:40.283Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T14:43:40.283Z] [2022-03-05T14:43:40.283Z] Generally Necessary: [2022-03-05T14:43:40.283Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T14:43:40.283Z] - apparmor: enabled and tools installed [2022-03-05T14:43:40.283Z] - CONFIG_NAMESPACES: enabled [2022-03-05T14:43:40.283Z] - CONFIG_NET_NS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_PID_NS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_IPC_NS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_UTS_NS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUPS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CPUSETS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_MEMCG: enabled [2022-03-05T14:43:40.283Z] - CONFIG_KEYS: enabled [2022-03-05T14:43:40.283Z] - CONFIG_VETH: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T14:43:40.283Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T14:43:40.283Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T14:43:40.283Z] [2022-03-05T14:43:40.283Z] Optional Features: [2022-03-05T14:43:40.283Z] - CONFIG_USER_NS: enabled [2022-03-05T14:43:40.543Z] - CONFIG_SECCOMP: enabled [2022-03-05T14:43:40.543Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T14:43:40.543Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T14:43:40.543Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T14:43:40.543Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T14:43:40.543Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T14:43:40.543Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T14:43:40.543Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T14:43:40.543Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T14:43:40.543Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T14:43:40.543Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T14:43:40.543Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T14:43:40.543Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T14:43:40.543Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T14:43:40.543Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T14:43:40.543Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T14:43:40.543Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T14:43:40.543Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T14:43:40.543Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T14:43:40.543Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T14:43:40.543Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T14:43:40.543Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T14:43:40.543Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T14:43:40.543Z] - CONFIG_EXT4_FS: enabled [2022-03-05T14:43:40.543Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T14:43:40.543Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T14:43:40.543Z] - Network Drivers: [2022-03-05T14:43:40.543Z] - "overlay": [2022-03-05T14:43:40.543Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T14:43:40.543Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T14:43:40.543Z] Optional (for encrypted networks): [2022-03-05T14:43:40.808Z] - CONFIG_CRYPTO: enabled [2022-03-05T14:43:40.808Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T14:43:40.808Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T14:43:40.808Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T14:43:40.808Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T14:43:40.808Z] - CONFIG_XFRM: enabled [2022-03-05T14:43:40.808Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T14:43:40.808Z] - "ipvlan": [2022-03-05T14:43:40.808Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T14:43:40.808Z] - "macvlan": [2022-03-05T14:43:40.808Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T14:43:40.808Z] - "ftp,tftp client in container": [2022-03-05T14:43:40.808Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T14:43:40.808Z] - Storage Drivers: [2022-03-05T14:43:40.808Z] - "aufs": [2022-03-05T14:43:40.808Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T14:43:40.808Z] - "btrfs": [2022-03-05T14:43:40.808Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T14:43:40.808Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T14:43:40.808Z] - "devicemapper": [2022-03-05T14:43:40.808Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T14:43:40.808Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T14:43:40.808Z] - "overlay": [2022-03-05T14:43:40.808Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T14:43:40.808Z] - "zfs": [2022-03-05T14:43:40.808Z] - /dev/zfs: present [2022-03-05T14:43:40.808Z] - zfs command: missing [2022-03-05T14:43:40.808Z] - zpool command: missing [2022-03-05T14:43:40.808Z] [2022-03-05T14:43:40.808Z] Limits: [2022-03-05T14:43:40.808Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T14:43:40.808Z] [2022-03-05T14:43:40.808Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T14:43:41.216Z] + sudo modprobe ip_vs [2022-03-05T14:43:41.216Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 . [2022-03-05T14:43:41.478Z] #1 [internal] load build definition from Dockerfile [2022-03-05T14:43:41.478Z] #1 sha256:deb3c4c0eea0eac33dd689234802e8bbe2b7088865ae33caf7e3d9340c754725 [2022-03-05T14:43:41.478Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T14:43:41.478Z] #1 DONE 0.1s [2022-03-05T14:43:41.478Z] [2022-03-05T14:43:41.478Z] #2 [internal] load .dockerignore [2022-03-05T14:43:41.478Z] #2 sha256:1346915535b1e5ccac506f292b3d1b618877cdd02f996cb9526a6b3c5b468fbf [2022-03-05T14:43:41.478Z] #2 transferring context: 87B done [2022-03-05T14:43:41.478Z] #2 DONE 0.1s [2022-03-05T14:43:41.478Z] [2022-03-05T14:43:41.478Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T14:43:41.478Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T14:43:42.016Z] Client: [2022-03-05T14:43:42.016Z] Context: default [2022-03-05T14:43:42.016Z] Debug Mode: false [2022-03-05T14:43:42.016Z] Plugins: [2022-03-05T14:43:42.016Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T14:43:42.016Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T14:43:42.016Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T14:43:42.016Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T14:43:42.016Z] [2022-03-05T14:43:42.016Z] Server: [2022-03-05T14:43:42.016Z] Containers: 0 [2022-03-05T14:43:42.016Z] Running: 0 [2022-03-05T14:43:42.016Z] Paused: 0 [2022-03-05T14:43:42.016Z] Stopped: 0 [2022-03-05T14:43:42.016Z] Images: 0 [2022-03-05T14:43:42.016Z] Server Version: 20.10.12 [2022-03-05T14:43:42.016Z] Storage Driver: overlay2 [2022-03-05T14:43:42.016Z] Backing Filesystem: extfs [2022-03-05T14:43:42.016Z] Supports d_type: true [2022-03-05T14:43:42.016Z] Native Overlay Diff: true [2022-03-05T14:43:42.016Z] userxattr: false [2022-03-05T14:43:42.016Z] Logging Driver: json-file [2022-03-05T14:43:42.016Z] Cgroup Driver: cgroupfs [2022-03-05T14:43:42.016Z] Cgroup Version: 1 [2022-03-05T14:43:42.016Z] Plugins: [2022-03-05T14:43:42.016Z] Volume: local [2022-03-05T14:43:42.016Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T14:43:42.016Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T14:43:42.016Z] Swarm: inactive [2022-03-05T14:43:42.016Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T14:43:42.016Z] Default Runtime: runc [2022-03-05T14:43:42.016Z] Init Binary: docker-init [2022-03-05T14:43:42.016Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:42.016Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T14:43:42.016Z] init version: de40ad0 [2022-03-05T14:43:42.016Z] Security Options: [2022-03-05T14:43:42.016Z] apparmor [2022-03-05T14:43:42.016Z] seccomp [2022-03-05T14:43:42.016Z] Profile: default [2022-03-05T14:43:42.016Z] Kernel Version: 5.4.0-1061-aws [2022-03-05T14:43:42.016Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-05T14:43:42.016Z] OSType: linux [2022-03-05T14:43:42.016Z] Architecture: x86_64 [2022-03-05T14:43:42.016Z] CPUs: 2 [2022-03-05T14:43:42.016Z] Total Memory: 7.483GiB [2022-03-05T14:43:42.016Z] Name: ip-10-100-35-84 [2022-03-05T14:43:42.016Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-05T14:43:42.016Z] Docker Root Dir: /var/lib/docker [2022-03-05T14:43:42.016Z] Debug Mode: false [2022-03-05T14:43:42.016Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:43:42.016Z] Labels: [2022-03-05T14:43:42.016Z] Experimental: true [2022-03-05T14:43:42.016Z] Insecure Registries: [2022-03-05T14:43:42.016Z] 127.0.0.0/8 [2022-03-05T14:43:42.016Z] Live Restore Enabled: true [2022-03-05T14:43:42.016Z] [2022-03-05T14:43:42.016Z] WARNING: No swap limit support [Pipeline] sh [2022-03-05T14:43:42.051Z] #3 DONE 0.4s [2022-03-05T14:43:42.051Z] [2022-03-05T14:43:42.051Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T14:43:42.051Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T14:43:42.051Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T14:43:42.051Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0B / 9.67MB 0.1s [2022-03-05T14:43:42.051Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T14:43:42.051Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-05T14:43:42.051Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-05T14:43:42.051Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.2s [2022-03-05T14:43:42.310Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-03-05T14:43:42.310Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-05T14:43:42.310Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-03-05T14:43:42.321Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:42.321Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:42.321Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43300/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T14:43:42.321Z] + bash /home/ubuntu/workspace/moby_PR-43300/check-config.sh [2022-03-05T14:43:42.321Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T14:43:42.321Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-05T14:43:42.321Z] [2022-03-05T14:43:42.321Z] Generally Necessary: [2022-03-05T14:43:42.321Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T14:43:42.321Z] - apparmor: enabled and tools installed [2022-03-05T14:43:42.321Z] - CONFIG_NAMESPACES: enabled [2022-03-05T14:43:42.321Z] - CONFIG_NET_NS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_PID_NS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_IPC_NS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_UTS_NS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CGROUPS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T14:43:42.321Z] - CONFIG_CPUSETS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_MEMCG: enabled [2022-03-05T14:43:42.321Z] - CONFIG_KEYS: enabled [2022-03-05T14:43:42.321Z] - CONFIG_VETH: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T14:43:42.321Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T14:43:42.590Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T14:43:42.590Z] [2022-03-05T14:43:42.590Z] Optional Features: [2022-03-05T14:43:42.590Z] - CONFIG_USER_NS: enabled [2022-03-05T14:43:42.590Z] - CONFIG_SECCOMP: enabled [2022-03-05T14:43:42.590Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T14:43:42.590Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T14:43:42.590Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T14:43:42.590Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-05T14:43:42.590Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-05T14:43:42.590Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T14:43:42.590Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T14:43:42.590Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T14:43:42.590Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T14:43:42.590Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T14:43:42.590Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T14:43:42.590Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T14:43:42.590Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T14:43:42.590Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T14:43:42.590Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T14:43:42.590Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T14:43:42.590Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T14:43:42.590Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T14:43:42.590Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T14:43:42.590Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T14:43:42.590Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T14:43:42.590Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T14:43:42.590Z] - CONFIG_EXT4_FS: enabled [2022-03-05T14:43:42.590Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T14:43:42.590Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T14:43:42.590Z] - Network Drivers: [2022-03-05T14:43:42.590Z] - "overlay": [2022-03-05T14:43:42.590Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T14:43:42.590Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T14:43:42.590Z] Optional (for encrypted networks): [2022-03-05T14:43:42.855Z] - CONFIG_CRYPTO: enabled [2022-03-05T14:43:42.855Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T14:43:42.855Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T14:43:42.855Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T14:43:42.855Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T14:43:42.855Z] - CONFIG_XFRM: enabled [2022-03-05T14:43:42.855Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T14:43:42.855Z] - "ipvlan": [2022-03-05T14:43:42.855Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T14:43:42.855Z] - "macvlan": [2022-03-05T14:43:42.855Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T14:43:42.855Z] - "ftp,tftp client in container": [2022-03-05T14:43:42.855Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T14:43:42.855Z] - Storage Drivers: [2022-03-05T14:43:42.855Z] - "aufs": [2022-03-05T14:43:42.855Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-05T14:43:42.855Z] - "btrfs": [2022-03-05T14:43:42.855Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T14:43:42.855Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T14:43:42.855Z] - "devicemapper": [2022-03-05T14:43:42.855Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T14:43:42.855Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T14:43:42.855Z] - "overlay": [2022-03-05T14:43:42.855Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T14:43:42.855Z] - "zfs": [2022-03-05T14:43:42.855Z] - /dev/zfs: present [2022-03-05T14:43:42.855Z] - zfs command: missing [2022-03-05T14:43:42.855Z] - zpool command: missing [2022-03-05T14:43:42.855Z] [2022-03-05T14:43:42.855Z] Limits: [2022-03-05T14:43:42.855Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T14:43:42.855Z] [2022-03-05T14:43:42.855Z] + true [Pipeline] } [2022-03-05T14:43:42.880Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-05T14:43:42.880Z] #4 DONE 1.1s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T14:43:43.239Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9d482552d69122f5f7e62ac40049e3df4438623f . [2022-03-05T14:43:43.449Z] [2022-03-05T14:43:43.449Z] #5 [internal] load .dockerignore [2022-03-05T14:43:43.449Z] #5 sha256:4898dc5065c13291a6258954a059342a5bc16fdc960e26bdb712a10b133c954f [2022-03-05T14:43:43.449Z] #5 DONE 0.0s [2022-03-05T14:43:43.449Z] [2022-03-05T14:43:43.449Z] #6 [internal] load build definition from Dockerfile [2022-03-05T14:43:43.449Z] #6 sha256:3aeb0a73ff77e365f57338b9add12a95abc76876d2ffd22513570296912f1f44 [2022-03-05T14:43:43.449Z] #6 DONE 0.0s [2022-03-05T14:43:43.449Z] [2022-03-05T14:43:43.449Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:43:43.449Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T14:43:43.520Z] #1 [internal] load build definition from Dockerfile [2022-03-05T14:43:43.520Z] #1 sha256:b5e56cc9f714addfe478e852b6d79fe111083bc66086a0fdb322d01f5f2fed1d [2022-03-05T14:43:43.520Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T14:43:43.520Z] #1 DONE 0.1s [2022-03-05T14:43:43.520Z] [2022-03-05T14:43:43.520Z] #2 [internal] load .dockerignore [2022-03-05T14:43:43.520Z] #2 sha256:dd9d42f0771710b3de751ab2d0b5e28d27796c740f84bef5ec209180fb0deea7 [2022-03-05T14:43:43.520Z] #2 transferring context: 87B done [2022-03-05T14:43:43.520Z] #2 DONE 0.1s [2022-03-05T14:43:43.783Z] [2022-03-05T14:43:43.783Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T14:43:43.783Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T14:43:44.356Z] #3 DONE 0.4s [2022-03-05T14:43:44.356Z] [2022-03-05T14:43:44.356Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T14:43:44.356Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T14:43:44.356Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T14:43:44.356Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-03-05T14:43:44.356Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T14:43:44.356Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-05T14:43:44.356Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-05T14:43:44.356Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-05T14:43:44.387Z] #10 DONE 1.1s [2022-03-05T14:43:44.387Z] [2022-03-05T14:43:44.387Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:44.387Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:43:44.387Z] #9 DONE 1.2s [2022-03-05T14:43:44.387Z] [2022-03-05T14:43:44.387Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:44.387Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T14:43:44.618Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-05T14:43:44.618Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-05T14:43:44.647Z] Client: [2022-03-05T14:43:44.647Z] Context: default [2022-03-05T14:43:44.647Z] Debug Mode: false [2022-03-05T14:43:44.647Z] Plugins: [2022-03-05T14:43:44.647Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T14:43:44.647Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T14:43:44.647Z] [2022-03-05T14:43:44.647Z] Server: [2022-03-05T14:43:44.647Z] Containers: 0 [2022-03-05T14:43:44.647Z] Running: 0 [2022-03-05T14:43:44.647Z] Paused: 0 [2022-03-05T14:43:44.647Z] Stopped: 0 [2022-03-05T14:43:44.647Z] Images: 0 [2022-03-05T14:43:44.647Z] Server Version: 20.10.12 [2022-03-05T14:43:44.647Z] Storage Driver: overlay2 [2022-03-05T14:43:44.647Z] Backing Filesystem: extfs [2022-03-05T14:43:44.647Z] Supports d_type: true [2022-03-05T14:43:44.647Z] Native Overlay Diff: true [2022-03-05T14:43:44.647Z] userxattr: false [2022-03-05T14:43:44.647Z] Logging Driver: json-file [2022-03-05T14:43:44.647Z] Cgroup Driver: cgroupfs [2022-03-05T14:43:44.647Z] Cgroup Version: 1 [2022-03-05T14:43:44.647Z] Plugins: [2022-03-05T14:43:44.647Z] Volume: local [2022-03-05T14:43:44.647Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T14:43:44.647Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T14:43:44.647Z] Swarm: inactive [2022-03-05T14:43:44.647Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T14:43:44.647Z] Default Runtime: runc [2022-03-05T14:43:44.647Z] Init Binary: docker-init [2022-03-05T14:43:44.647Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:44.647Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T14:43:44.647Z] init version: de40ad0 [2022-03-05T14:43:44.647Z] Security Options: [2022-03-05T14:43:44.647Z] apparmor [2022-03-05T14:43:44.647Z] seccomp [2022-03-05T14:43:44.647Z] Profile: default [2022-03-05T14:43:44.647Z] Kernel Version: 5.11.0-1023-aws [2022-03-05T14:43:44.647Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-05T14:43:44.647Z] OSType: linux [2022-03-05T14:43:44.647Z] Architecture: aarch64 [2022-03-05T14:43:44.647Z] CPUs: 2 [2022-03-05T14:43:44.647Z] Total Memory: 7.576GiB [2022-03-05T14:43:44.647Z] Name: ip-10-100-71-198 [2022-03-05T14:43:44.647Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-05T14:43:44.647Z] Docker Root Dir: /var/lib/docker [2022-03-05T14:43:44.647Z] Debug Mode: false [2022-03-05T14:43:44.647Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:43:44.647Z] Labels: [2022-03-05T14:43:44.647Z] Experimental: true [2022-03-05T14:43:44.647Z] Insecure Registries: [2022-03-05T14:43:44.647Z] 127.0.0.0/8 [2022-03-05T14:43:44.647Z] Live Restore Enabled: true [2022-03-05T14:43:44.647Z] [Pipeline] sh [2022-03-05T14:43:44.926Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:44.926Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:43:44.926Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43300/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-05T14:43:44.926Z] + bash /home/ubuntu/workspace/moby_PR-43300/check-config.sh [2022-03-05T14:43:44.926Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-05T14:43:44.926Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-05T14:43:44.926Z] [2022-03-05T14:43:44.926Z] Generally Necessary: [2022-03-05T14:43:44.926Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-05T14:43:44.926Z] - apparmor: enabled and tools installed [2022-03-05T14:43:44.926Z] - CONFIG_NAMESPACES: enabled [2022-03-05T14:43:44.926Z] - CONFIG_NET_NS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_PID_NS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_IPC_NS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_UTS_NS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CGROUPS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-05T14:43:44.926Z] - CONFIG_CPUSETS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_MEMCG: enabled [2022-03-05T14:43:44.926Z] - CONFIG_KEYS: enabled [2022-03-05T14:43:44.926Z] - CONFIG_VETH: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-05T14:43:44.926Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-05T14:43:44.927Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-05T14:43:44.927Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-05T14:43:44.927Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-05T14:43:44.927Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-05T14:43:44.927Z] - CONFIG_CGROUP_BPF: enabled [2022-03-05T14:43:44.927Z] [2022-03-05T14:43:44.927Z] Optional Features: [2022-03-05T14:43:44.927Z] - CONFIG_USER_NS: enabled [2022-03-05T14:43:44.927Z] - CONFIG_SECCOMP: enabled [2022-03-05T14:43:44.927Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-05T14:43:44.957Z] #8 DONE 1.5s [2022-03-05T14:43:44.957Z] [2022-03-05T14:43:44.957Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:43:44.957Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T14:43:44.957Z] #7 DONE 1.7s [2022-03-05T14:43:45.188Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-05T14:43:45.188Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-05T14:43:45.188Z] (cgroup swap accounting is currently enabled) [2022-03-05T14:43:45.188Z] - CONFIG_BLK_CGROUP: enabled [2022-03-05T14:43:45.188Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CGROUP_PERF: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-05T14:43:45.188Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-05T14:43:45.188Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-05T14:43:45.188Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-05T14:43:45.188Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_IP_VS: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-05T14:43:45.188Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-05T14:43:45.188Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-05T14:43:45.188Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-05T14:43:45.188Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-05T14:43:45.188Z] - CONFIG_EXT4_FS: enabled [2022-03-05T14:43:45.188Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-05T14:43:45.188Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-05T14:43:45.188Z] - Network Drivers: [2022-03-05T14:43:45.188Z] - "overlay": [2022-03-05T14:43:45.188Z] - CONFIG_VXLAN: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-05T14:43:45.188Z] Optional (for encrypted networks): [2022-03-05T14:43:45.188Z] - CONFIG_CRYPTO: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-05T14:43:45.188Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-05T14:43:45.188Z] - CONFIG_XFRM: enabled [2022-03-05T14:43:45.188Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-05T14:43:45.188Z] - "ipvlan": [2022-03-05T14:43:45.188Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-05T14:43:45.188Z] - "macvlan": [2022-03-05T14:43:45.188Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_DUMMY: enabled (as module) [2022-03-05T14:43:45.188Z] - "ftp,tftp client in container": [2022-03-05T14:43:45.188Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-05T14:43:45.188Z] - Storage Drivers: [2022-03-05T14:43:45.188Z] - "aufs": [2022-03-05T14:43:45.188Z] - CONFIG_AUFS_FS: missing [2022-03-05T14:43:45.188Z] - "btrfs": [2022-03-05T14:43:45.188Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-05T14:43:45.188Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-05T14:43:45.188Z] - "devicemapper": [2022-03-05T14:43:45.190Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-05T14:43:45.190Z] #4 DONE 1.0s [2022-03-05T14:43:45.445Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-05T14:43:45.445Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-05T14:43:45.445Z] - "overlay": [2022-03-05T14:43:45.445Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-05T14:43:45.445Z] - "zfs": [2022-03-05T14:43:45.445Z] - /dev/zfs: present [2022-03-05T14:43:45.445Z] - zfs command: missing [2022-03-05T14:43:45.445Z] - zpool command: missing [2022-03-05T14:43:45.445Z] [2022-03-05T14:43:45.445Z] Limits: [2022-03-05T14:43:45.445Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-05T14:43:45.445Z] [2022-03-05T14:43:45.445Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T14:43:45.769Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9d482552d69122f5f7e62ac40049e3df4438623f . [2022-03-05T14:43:46.031Z] #1 [internal] load build definition from Dockerfile [2022-03-05T14:43:46.031Z] #1 sha256:917e1b24268e8d2b332ad6bdf780c3b0f5633375024d30eef1292c1b5469d75e [2022-03-05T14:43:46.031Z] #1 transferring dockerfile: 16.77kB 0.1s done [2022-03-05T14:43:46.031Z] #1 DONE 0.1s [2022-03-05T14:43:46.031Z] [2022-03-05T14:43:46.031Z] #2 [internal] load .dockerignore [2022-03-05T14:43:46.031Z] #2 sha256:722af30e42d459f65003f31a024049bf01ed9f8e1d6ec85d9fa024689c2ccceb [2022-03-05T14:43:46.031Z] #2 transferring context: 87B done [2022-03-05T14:43:46.031Z] #2 DONE 0.1s [2022-03-05T14:43:46.031Z] [2022-03-05T14:43:46.031Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T14:43:46.031Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-05T14:43:46.133Z] [2022-03-05T14:43:46.133Z] #6 [internal] load build definition from Dockerfile [2022-03-05T14:43:46.133Z] #6 sha256:1b2d2cac743ef36e56bf40568dc64b71f7b1f32c0a9060e3165c529766b6c2c3 [2022-03-05T14:43:46.133Z] #6 DONE 0.0s [2022-03-05T14:43:46.133Z] [2022-03-05T14:43:46.133Z] #5 [internal] load .dockerignore [2022-03-05T14:43:46.133Z] #5 sha256:42cd4e2aed21691a35d17556d6213e0fec433ad6623553c300fbc0be1a0323e1 [2022-03-05T14:43:46.133Z] #5 DONE 0.0s [2022-03-05T14:43:46.133Z] [2022-03-05T14:43:46.133Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:43:46.133Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T14:43:46.288Z] #3 DONE 0.4s [2022-03-05T14:43:46.545Z] [2022-03-05T14:43:46.545Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T14:43:46.545Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-05T14:43:46.545Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T14:43:46.545Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T14:43:46.545Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-05T14:43:46.545Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-05T14:43:46.545Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-03-05T14:43:46.545Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 6.29MB / 9.06MB 0.2s [2022-03-05T14:43:46.802Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2022-03-05T14:43:46.802Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2022-03-05T14:43:46.802Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-03-05T14:43:46.804Z] Client: Docker Engine - Community [2022-03-05T14:43:46.804Z] Version: 20.10.12 [2022-03-05T14:43:46.804Z] API version: 1.41 [2022-03-05T14:43:46.804Z] Go version: go1.16.12 [2022-03-05T14:43:46.804Z] Git commit: e91ed57 [2022-03-05T14:43:46.804Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-05T14:43:46.804Z] OS/Arch: linux/amd64 [2022-03-05T14:43:46.804Z] Context: default [2022-03-05T14:43:46.804Z] Experimental: true [2022-03-05T14:43:46.804Z] [2022-03-05T14:43:46.804Z] Server: Docker Engine - Community [2022-03-05T14:43:46.804Z] Engine: [2022-03-05T14:43:46.804Z] Version: 20.10.12 [2022-03-05T14:43:46.804Z] API version: 1.41 (minimum version 1.12) [2022-03-05T14:43:46.804Z] Go version: go1.16.12 [2022-03-05T14:43:46.804Z] Git commit: 459d0df [2022-03-05T14:43:46.804Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-05T14:43:46.804Z] OS/Arch: linux/amd64 [2022-03-05T14:43:46.804Z] Experimental: true [2022-03-05T14:43:46.804Z] containerd: [2022-03-05T14:43:46.804Z] Version: 1.4.12 [2022-03-05T14:43:46.804Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:43:46.804Z] runc: [2022-03-05T14:43:46.804Z] Version: 1.0.2 [2022-03-05T14:43:46.804Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-05T14:43:46.804Z] docker-init: [2022-03-05T14:43:46.804Z] Version: 0.19.0 [2022-03-05T14:43:46.804Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-05T14:43:47.061Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-03-05T14:43:47.061Z] #4 DONE 0.6s [2022-03-05T14:43:47.061Z] [2022-03-05T14:43:47.061Z] #6 [internal] load build definition from Dockerfile [2022-03-05T14:43:47.061Z] #6 sha256:be6bb6526923a8d497c048078288bb04e55fce2a22bf16ff7ea65a12d8392049 [2022-03-05T14:43:47.061Z] #6 DONE 0.0s [2022-03-05T14:43:47.061Z] [2022-03-05T14:43:47.061Z] #5 [internal] load .dockerignore [2022-03-05T14:43:47.061Z] #5 sha256:404ad45ec051c33a89ebe0baab42d6eddef39d05ceff5af06ee2f34682d7b886 [2022-03-05T14:43:47.061Z] #5 DONE 0.0s [2022-03-05T14:43:47.061Z] [2022-03-05T14:43:47.061Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:43:47.061Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-05T14:43:47.079Z] #10 ... [2022-03-05T14:43:47.079Z] [2022-03-05T14:43:47.079Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:43:47.079Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T14:43:47.079Z] #7 DONE 1.1s [2022-03-05T14:43:47.079Z] [2022-03-05T14:43:47.079Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:47.079Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:43:47.079Z] #8 DONE 1.2s [2022-03-05T14:43:47.079Z] [2022-03-05T14:43:47.079Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:43:47.079Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T14:43:47.079Z] #10 DONE 1.2s [2022-03-05T14:43:47.079Z] [2022-03-05T14:43:47.079Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:47.079Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T14:43:47.079Z] #9 DONE 1.2s [2022-03-05T14:43:47.112Z] + docker info [2022-03-05T14:43:47.507Z] [2022-03-05T14:43:47.507Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:47.507Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:47.507Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:47.507Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-05T14:43:47.507Z] #28 ... [2022-03-05T14:43:47.507Z] [2022-03-05T14:43:47.507Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:47.507Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:47.507Z] #45 DONE 0.4s [2022-03-05T14:43:47.507Z] [2022-03-05T14:43:47.507Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:47.507Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:47.507Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T14:43:47.507Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-05T14:43:47.507Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-05T14:43:47.507Z] #28 ... [2022-03-05T14:43:47.507Z] [2022-03-05T14:43:47.507Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:47.507Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:47.507Z] #45 DONE 0.0s [2022-03-05T14:43:47.507Z] [2022-03-05T14:43:47.507Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:47.507Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:47.507Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 1.05MB / 54.92MB 0.3s [2022-03-05T14:43:47.626Z] #10 ... [2022-03-05T14:43:47.626Z] [2022-03-05T14:43:47.626Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:47.626Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T14:43:47.626Z] #8 DONE 0.6s [2022-03-05T14:43:47.768Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.34MB / 54.92MB 0.4s [2022-03-05T14:43:47.768Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 10.60MB / 54.92MB 0.5s [2022-03-05T14:43:47.883Z] [2022-03-05T14:43:47.883Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:43:47.883Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:43:47.883Z] #7 DONE 0.6s [2022-03-05T14:43:47.883Z] [2022-03-05T14:43:47.883Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:43:47.883Z] #9 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-05T14:43:47.883Z] #9 DONE 0.6s [2022-03-05T14:43:47.883Z] [2022-03-05T14:43:47.883Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:43:47.883Z] #10 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-05T14:43:47.883Z] #10 DONE 0.6s [2022-03-05T14:43:48.028Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.83MB / 54.92MB 0.7s [2022-03-05T14:43:48.142Z] [2022-03-05T14:43:48.142Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:48.142Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:48.142Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 done [2022-03-05T14:43:48.142Z] #11 sha256:d80e32befb841fa5525c17e346f26c95a9396bb65ca8a85c30c7949d7f9081d4 1.80kB / 1.80kB done [2022-03-05T14:43:48.142Z] #11 sha256:7b3ca1a8bf94691e70f0b1c15456c9a289fea29d6a42209904d36338ae46e1f7 7.06kB / 7.06kB done [2022-03-05T14:43:48.142Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T14:43:48.288Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 22.02MB / 54.92MB 0.9s [2022-03-05T14:43:48.406Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 2.10MB / 5.14MB 0.4s [2022-03-05T14:43:48.406Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0B / 53.61MB 0.4s [2022-03-05T14:43:48.548Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 26.21MB / 54.92MB 1.1s [2022-03-05T14:43:48.548Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 34.60MB / 54.92MB 1.3s [2022-03-05T14:43:48.674Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.5s [2022-03-05T14:43:48.674Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0B / 10.66MB 0.5s [2022-03-05T14:43:48.674Z] #11 ... [2022-03-05T14:43:48.674Z] [2022-03-05T14:43:48.674Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:48.674Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:48.674Z] #45 DONE 0.7s [2022-03-05T14:43:48.674Z] [2022-03-05T14:43:48.674Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:48.674Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:48.674Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 10.49MB / 53.61MB 0.6s [2022-03-05T14:43:48.806Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 37.75MB / 54.92MB 1.5s [2022-03-05T14:43:48.958Z] #11 ... [2022-03-05T14:43:48.958Z] [2022-03-05T14:43:48.958Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:48.958Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:48.958Z] #45 DONE 0.0s [2022-03-05T14:43:48.958Z] [2022-03-05T14:43:48.958Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:48.958Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:48.958Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.6s done [2022-03-05T14:43:48.958Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 19.92MB / 53.61MB 0.7s [2022-03-05T14:43:48.958Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.7s [2022-03-05T14:43:48.958Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 0B / 54.67MB 0.7s [2022-03-05T14:43:48.958Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 28.18MB / 53.61MB 0.8s [2022-03-05T14:43:49.065Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 46.14MB / 54.92MB 1.9s [2022-03-05T14:43:49.215Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 51.68MB / 53.61MB 0.9s [2022-03-05T14:43:49.215Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 10.49MB / 54.67MB 0.9s [2022-03-05T14:43:49.215Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.9s done [2022-03-05T14:43:49.215Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 40.89MB / 54.67MB 1.1s [2022-03-05T14:43:49.215Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0B / 81.02MB 1.1s [2022-03-05T14:43:49.325Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 50.33MB / 54.92MB 2.0s [2022-03-05T14:43:49.475Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.53MB / 54.67MB 1.2s [2022-03-05T14:43:49.475Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 13.63MB / 81.02MB 1.2s [2022-03-05T14:43:49.475Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 20.97MB / 81.02MB 1.3s [2022-03-05T14:43:49.585Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 53.48MB / 54.92MB 2.4s [2022-03-05T14:43:49.652Z] [2022-03-05T14:43:49.653Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:49.653Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:43:49.653Z] #69 DONE 0.0s [2022-03-05T14:43:49.653Z] [2022-03-05T14:43:49.653Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:49.653Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:49.653Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-05T14:43:49.653Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:49.653Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-05T14:43:49.653Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-05T14:43:49.653Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2022-03-05T14:43:49.653Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.19MB / 9.86MB 0.3s [2022-03-05T14:43:49.653Z] #67 ... [2022-03-05T14:43:49.653Z] [2022-03-05T14:43:49.653Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:49.653Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:49.653Z] #45 DONE 0.6s [2022-03-05T14:43:49.653Z] [2022-03-05T14:43:49.653Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:49.653Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:49.653Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.4s [2022-03-05T14:43:49.736Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 32.51MB / 81.02MB 1.4s [2022-03-05T14:43:49.736Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 50.33MB / 81.02MB 1.6s [2022-03-05T14:43:49.736Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 66.06MB / 81.02MB 1.7s [2022-03-05T14:43:49.915Z] #67 ... [2022-03-05T14:43:49.915Z] [2022-03-05T14:43:49.915Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:43:49.915Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:43:49.915Z] #45 DONE 0.0s [2022-03-05T14:43:49.915Z] [2022-03-05T14:43:49.915Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:49.915Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:49.915Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s [2022-03-05T14:43:50.000Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 1.9s done [2022-03-05T14:43:50.000Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 1.9s [2022-03-05T14:43:50.143Z] #19 87.54 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-05T14:43:50.143Z] #19 87.55 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:50.143Z] #19 87.55 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:43:50.143Z] #19 87.60 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-05T14:43:50.143Z] #19 87.61 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:50.143Z] #19 87.61 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:43:50.177Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-03-05T14:43:50.177Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-03-05T14:43:50.256Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0.1s [2022-03-05T14:43:50.533Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 3.1s done [2022-03-05T14:43:51.101Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-05T14:43:51.187Z] #11 ... [2022-03-05T14:43:51.187Z] [2022-03-05T14:43:51.187Z] #24 [internal] load build context [2022-03-05T14:43:51.187Z] #24 sha256:3bdffd2e27f6b720cfa49825d5cd414ac7bfc41e77336d775cd4ba316d239af3 [2022-03-05T14:43:51.187Z] #24 transferring context: 57.21MB 1.8s done [2022-03-05T14:43:51.187Z] #24 DONE 2.8s [2022-03-05T14:43:51.187Z] [2022-03-05T14:43:51.187Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:51.187Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:51.187Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 2.8s done [2022-03-05T14:43:51.187Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 0B / 126B 2.9s [2022-03-05T14:43:51.187Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 3.0s [2022-03-05T14:43:51.754Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 1.7s done [2022-03-05T14:43:52.729Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.1s [2022-03-05T14:43:52.729Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 4.3s done [2022-03-05T14:43:52.729Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 4.3s done [2022-03-05T14:43:52.729Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 0B / 102.69MB 4.4s [2022-03-05T14:43:52.729Z] #11 ... [2022-03-05T14:43:52.729Z] [2022-03-05T14:43:52.729Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:52.729Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-05T14:43:52.729Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-05T14:43:52.729Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T14:43:52.729Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-05T14:43:52.729Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-05T14:43:52.729Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 1.2s done [2022-03-05T14:43:52.729Z] #28 DONE 4.4s [2022-03-05T14:43:52.729Z] [2022-03-05T14:43:52.729Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:52.729Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:52.729Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.2s done [2022-03-05T14:43:52.729Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 10.49MB / 102.69MB 4.6s [2022-03-05T14:43:52.729Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac [2022-03-05T14:43:52.986Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 17.56MB / 102.69MB 4.7s [2022-03-05T14:43:52.986Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 32.51MB / 102.69MB 4.8s [2022-03-05T14:43:52.986Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 38.80MB / 102.69MB 4.9s [2022-03-05T14:43:53.245Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 46.17MB / 102.69MB 5.0s [2022-03-05T14:43:53.245Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.5s done [2022-03-05T14:43:53.245Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 56.77MB / 102.69MB 5.1s [2022-03-05T14:43:53.504Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 80.74MB / 102.69MB 5.3s [2022-03-05T14:43:53.504Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 85.98MB / 102.69MB 5.4s [2022-03-05T14:43:53.504Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e [2022-03-05T14:43:53.637Z] #28 ... [2022-03-05T14:43:53.637Z] [2022-03-05T14:43:53.637Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:53.637Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:53.637Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-05T14:43:53.637Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T14:43:53.637Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-05T14:43:53.637Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-05T14:43:53.637Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 3.1s done [2022-03-05T14:43:53.637Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.8s done [2022-03-05T14:43:53.637Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 2.0s done [2022-03-05T14:43:53.637Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 4.3s done [2022-03-05T14:43:53.637Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.0s [2022-03-05T14:43:53.637Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 88.08MB / 134.90MB 6.0s [2022-03-05T14:43:53.637Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.5s done [2022-03-05T14:43:53.637Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 96.78MB / 134.90MB 6.4s [2022-03-05T14:43:53.895Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.5s done [2022-03-05T14:43:53.895Z] #11 ... [2022-03-05T14:43:53.895Z] [2022-03-05T14:43:53.895Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:53.895Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:53.895Z] #28 ... [2022-03-05T14:43:53.895Z] [2022-03-05T14:43:53.895Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:53.895Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:53.895Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-05T14:43:53.895Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-05T14:43:53.895Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-05T14:43:53.895Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:53.895Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2022-03-05T14:43:53.895Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.0s done [2022-03-05T14:43:53.895Z] #67 DONE 6.8s [2022-03-05T14:43:54.111Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 5.8s [2022-03-05T14:43:54.154Z] [2022-03-05T14:43:54.154Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:54.154Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:54.154Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 103.81MB / 134.90MB 6.8s [2022-03-05T14:43:54.415Z] #11 ... [2022-03-05T14:43:54.415Z] [2022-03-05T14:43:54.415Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:54.415Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:43:54.415Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-05T14:43:54.415Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:54.415Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-05T14:43:54.415Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-05T14:43:54.415Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.2s done [2022-03-05T14:43:54.415Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.6s done [2022-03-05T14:43:54.415Z] #69 DONE 7.3s [2022-03-05T14:43:54.415Z] [2022-03-05T14:43:54.415Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:54.415Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:54.415Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 125.83MB / 134.90MB 7.2s [2022-03-05T14:43:54.674Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 7.3s [2022-03-05T14:43:55.486Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.1s [2022-03-05T14:43:55.486Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done [2022-03-05T14:43:55.757Z] #67 ... [2022-03-05T14:43:55.757Z] [2022-03-05T14:43:55.757Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:55.757Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:55.757Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-05T14:43:55.757Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-05T14:43:55.757Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-05T14:43:55.757Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T14:43:55.757Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.4s done [2022-03-05T14:43:55.757Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.1s done [2022-03-05T14:43:55.757Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.5s done [2022-03-05T14:43:55.757Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 4.1s done [2022-03-05T14:43:55.757Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.0s done [2022-03-05T14:43:55.757Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 6.3s [2022-03-05T14:43:55.757Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.6s [2022-03-05T14:43:55.757Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.3s done [2022-03-05T14:43:56.007Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 7.8s done [2022-03-05T14:43:56.068Z] #11 ... [2022-03-05T14:43:56.068Z] [2022-03-05T14:43:56.068Z] #24 [internal] load build context [2022-03-05T14:43:56.068Z] #24 sha256:037714810ad93cb22f42bf79edd2890288879785caf03d3f5c4c0712f424278d [2022-03-05T14:43:56.068Z] #24 transferring context: 57.21MB 8.1s done [2022-03-05T14:43:56.068Z] #24 DONE 8.8s [2022-03-05T14:43:56.068Z] [2022-03-05T14:43:56.068Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:56.068Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:56.269Z] #11 ... [2022-03-05T14:43:56.269Z] [2022-03-05T14:43:56.269Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:56.269Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:43:56.269Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-05T14:43:56.269Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:56.269Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-05T14:43:56.269Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-05T14:43:56.269Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.2s done [2022-03-05T14:43:56.269Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2022-03-05T14:43:56.269Z] #69 DONE 7.8s [2022-03-05T14:43:56.269Z] [2022-03-05T14:43:56.269Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:56.269Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:56.269Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-05T14:43:56.269Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-05T14:43:56.269Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:56.269Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-05T14:43:56.269Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.0s done [2022-03-05T14:43:56.269Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done [2022-03-05T14:43:56.269Z] #67 DONE 7.9s [2022-03-05T14:43:56.269Z] [2022-03-05T14:43:56.269Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:56.269Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:43:57.642Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 4.0s done [2022-03-05T14:43:57.676Z] #11 ... [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #24 [internal] load build context [2022-03-05T14:43:57.676Z] #24 sha256:6e40029e0963019f409dea88da5ad566e6c46d5bc6e60747e18c904c0c538818 [2022-03-05T14:43:57.676Z] #24 transferring context: 57.21MB 7.4s done [2022-03-05T14:43:57.676Z] #24 DONE 8.4s [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:57.676Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:43:57.676Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:43:57.676Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-05T14:43:57.676Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-05T14:43:57.676Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-03-05T14:43:57.676Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.1s done [2022-03-05T14:43:57.676Z] #69 DONE 8.3s [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:57.676Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:57.676Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 8.1s done [2022-03-05T14:43:57.676Z] #11 ... [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:57.676Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:57.676Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-05T14:43:57.676Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T14:43:57.676Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-05T14:43:57.676Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-05T14:43:57.676Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.4s done [2022-03-05T14:43:57.676Z] #28 ... [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:43:57.676Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:43:57.676Z] #67 DONE 8.4s [2022-03-05T14:43:57.676Z] [2022-03-05T14:43:57.676Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:57.676Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:58.205Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0.1s [2022-03-05T14:43:58.236Z] #19 96.17 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-05T14:43:58.236Z] #19 96.17 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:58.236Z] #19 96.18 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:43:58.236Z] #19 96.24 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-05T14:43:58.492Z] #19 96.24 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:43:58.492Z] #19 96.25 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:43:58.715Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 10.4s done [2022-03-05T14:43:58.715Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.7s done [2022-03-05T14:43:59.656Z] #11 ... [2022-03-05T14:43:59.656Z] [2022-03-05T14:43:59.656Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:43:59.656Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:43:59.656Z] #28 DONE 12.4s [2022-03-05T14:43:59.656Z] [2022-03-05T14:43:59.656Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:43:59.656Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:43:59.656Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-05T14:44:00.631Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.8s done [2022-03-05T14:44:00.987Z] #11 ... [2022-03-05T14:44:00.987Z] [2022-03-05T14:44:00.987Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T14:44:00.987Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T14:44:00.987Z] #68 DONE 0.3s [2022-03-05T14:44:00.987Z] [2022-03-05T14:44:00.987Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:00.987Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:00.987Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.3s done [2022-03-05T14:44:00.987Z] #11 ... [2022-03-05T14:44:00.987Z] [2022-03-05T14:44:00.987Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T14:44:00.987Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T14:44:00.987Z] #70 DONE 0.3s [2022-03-05T14:44:00.987Z] [2022-03-05T14:44:00.987Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:44:00.987Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:44:00.987Z] #28 DONE 11.6s [2022-03-05T14:44:00.987Z] [2022-03-05T14:44:00.987Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:00.987Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:00.987Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.1s [2022-03-05T14:44:01.201Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-05T14:44:01.935Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 1.0s done [2022-03-05T14:44:01.935Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-05T14:44:02.138Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.9s done [2022-03-05T14:44:02.138Z] #11 ... [2022-03-05T14:44:02.138Z] [2022-03-05T14:44:02.138Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T14:44:02.138Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T14:44:02.138Z] #68 DONE 1.0s [2022-03-05T14:44:02.389Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 3.5s done [2022-03-05T14:44:02.389Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e [2022-03-05T14:44:02.398Z] [2022-03-05T14:44:02.398Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:02.398Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:02.398Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-05T14:44:02.646Z] #11 ... [2022-03-05T14:44:02.646Z] [2022-03-05T14:44:02.646Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:02.646Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-05T14:44:02.646Z] #29 1.294 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:02.646Z] #29 1.294 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:02.646Z] #29 1.366 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:02.646Z] #29 1.462 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:44:02.646Z] #29 1.693 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:44:02.646Z] #29 2.025 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:44:02.646Z] #29 3.236 Fetched 8392 kB in 2s (3795 kB/s) [2022-03-05T14:44:02.646Z] #29 3.236 Reading package lists... [2022-03-05T14:44:02.646Z] #29 3.813 Reading package lists... [2022-03-05T14:44:02.646Z] #29 4.343 Building dependency tree... [2022-03-05T14:44:02.646Z] #29 4.678 The following additional packages will be installed: [2022-03-05T14:44:02.646Z] #29 4.678 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T14:44:02.646Z] #29 4.679 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T14:44:02.646Z] #29 4.681 Recommended packages: [2022-03-05T14:44:02.646Z] #29 4.681 libldap-common publicsuffix libsasl2-modules [2022-03-05T14:44:02.646Z] #29 4.800 The following NEW packages will be installed: [2022-03-05T14:44:02.646Z] #29 4.800 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T14:44:02.646Z] #29 4.800 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T14:44:02.646Z] #29 4.801 libssh2-1 openssl [2022-03-05T14:44:02.646Z] #29 5.076 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:02.646Z] #29 5.076 Need to get 2933 kB of archives. [2022-03-05T14:44:02.646Z] #29 5.076 After this operation, 6483 kB of additional disk space will be used. [2022-03-05T14:44:02.646Z] #29 5.076 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-03-05T14:44:02.646Z] #29 5.077 Get:2 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-05T14:44:02.646Z] #29 5.085 Get:3 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-03-05T14:44:02.646Z] #29 5.135 Get:4 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-05T14:44:02.646Z] #29 5.142 Get:5 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-05T14:44:02.646Z] #29 5.144 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-05T14:44:02.646Z] #29 5.195 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-05T14:44:02.646Z] #29 5.198 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-05T14:44:02.646Z] #29 5.202 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-05T14:44:02.646Z] #29 5.209 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-05T14:44:02.646Z] #29 5.257 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-05T14:44:02.646Z] #29 5.267 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-05T14:44:02.646Z] #29 5.335 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-05T14:44:02.646Z] #29 5.339 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-05T14:44:02.646Z] #29 5.339 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-05T14:44:02.646Z] #29 5.679 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:02.646Z] #29 5.720 Fetched 2933 kB in 1s (5506 kB/s) [2022-03-05T14:44:02.646Z] #29 5.890 Selecting previously unselected package openssl. [2022-03-05T14:44:02.646Z] #29 5.890 (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-03-05T14:44:02.646Z] #29 5.890 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-05T14:44:02.646Z] #29 5.901 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:02.646Z] #29 6.070 Selecting previously unselected package ca-certificates. [2022-03-05T14:44:02.646Z] #29 6.070 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T14:44:02.646Z] #29 6.089 Unpacking ca-certificates (20210119) ... [2022-03-05T14:44:02.646Z] #29 6.183 Selecting previously unselected package libbrotli1:arm64. [2022-03-05T14:44:02.646Z] #29 6.183 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 6.208 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-05T14:44:02.647Z] #29 6.291 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-05T14:44:02.647Z] #29 6.291 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 6.298 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:02.647Z] #29 6.596 Selecting previously unselected package libsasl2-2:arm64. [2022-03-05T14:44:02.647Z] #29 6.596 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 6.819 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:02.647Z] #29 7.279 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-05T14:44:02.647Z] #29 7.279 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 7.369 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:02.647Z] #29 8.061 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-05T14:44:02.647Z] #29 8.061 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 8.071 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-05T14:44:02.647Z] #29 8.284 Selecting previously unselected package libpsl5:arm64. [2022-03-05T14:44:02.647Z] #29 8.284 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 8.362 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-05T14:44:02.647Z] #29 8.545 Selecting previously unselected package librtmp1:arm64. [2022-03-05T14:44:02.647Z] #29 8.545 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 8.557 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:02.647Z] #29 8.721 Selecting previously unselected package libssh2-1:arm64. [2022-03-05T14:44:02.647Z] #29 8.721 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 8.757 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-05T14:44:02.647Z] #29 8.883 Selecting previously unselected package libcurl4:arm64. [2022-03-05T14:44:02.647Z] #29 8.885 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 8.898 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:02.647Z] #29 9.424 Selecting previously unselected package curl. [2022-03-05T14:44:02.647Z] #29 9.424 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 9.433 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:02.647Z] #29 9.696 Selecting previously unselected package libonig5:arm64. [2022-03-05T14:44:02.647Z] #29 9.696 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-05T14:44:02.647Z] #29 9.721 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T14:44:02.647Z] #29 9.969 Selecting previously unselected package libjq1:arm64. [2022-03-05T14:44:02.647Z] #29 9.971 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-05T14:44:02.903Z] #29 10.05 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-05T14:44:02.903Z] #29 ... [2022-03-05T14:44:02.903Z] [2022-03-05T14:44:02.903Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:02.903Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:44:03.343Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.2s done [2022-03-05T14:44:03.351Z] #11 ... [2022-03-05T14:44:03.351Z] [2022-03-05T14:44:03.351Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T14:44:03.351Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T14:44:03.351Z] #70 DONE 1.3s [2022-03-05T14:44:03.351Z] [2022-03-05T14:44:03.351Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:03.351Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:03.605Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-05T14:44:05.177Z] Client: [2022-03-05T14:44:05.177Z] Context: default [2022-03-05T14:44:05.177Z] Debug Mode: false [2022-03-05T14:44:05.177Z] Plugins: [2022-03-05T14:44:05.177Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-05T14:44:05.177Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-05T14:44:05.177Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-05T14:44:05.177Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-05T14:44:05.177Z] [2022-03-05T14:44:05.177Z] Server: [2022-03-05T14:44:05.177Z] Containers: 0 [2022-03-05T14:44:05.177Z] Running: 0 [2022-03-05T14:44:05.177Z] Paused: 0 [2022-03-05T14:44:05.177Z] Stopped: 0 [2022-03-05T14:44:05.177Z] Images: 0 [2022-03-05T14:44:05.177Z] Server Version: 20.10.12 [2022-03-05T14:44:05.177Z] Storage Driver: overlay2 [2022-03-05T14:44:05.177Z] Backing Filesystem: extfs [2022-03-05T14:44:05.177Z] Supports d_type: true [2022-03-05T14:44:05.177Z] Native Overlay Diff: true [2022-03-05T14:44:05.177Z] userxattr: false [2022-03-05T14:44:05.177Z] Logging Driver: json-file [2022-03-05T14:44:05.177Z] Cgroup Driver: systemd [2022-03-05T14:44:05.177Z] Cgroup Version: 2 [2022-03-05T14:44:05.177Z] Plugins: [2022-03-05T14:44:05.177Z] Volume: local [2022-03-05T14:44:05.177Z] Network: bridge host ipvlan macvlan null overlay [2022-03-05T14:44:05.177Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-05T14:44:05.177Z] Swarm: inactive [2022-03-05T14:44:05.177Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-05T14:44:05.177Z] Default Runtime: runc [2022-03-05T14:44:05.177Z] Init Binary: docker-init [2022-03-05T14:44:05.177Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-05T14:44:05.177Z] runc version: v1.0.2-0-g52b36a2 [2022-03-05T14:44:05.177Z] init version: de40ad0 [2022-03-05T14:44:05.177Z] Security Options: [2022-03-05T14:44:05.177Z] apparmor [2022-03-05T14:44:05.177Z] seccomp [2022-03-05T14:44:05.177Z] Profile: default [2022-03-05T14:44:05.177Z] cgroupns [2022-03-05T14:44:05.177Z] Kernel Version: 5.11.0-1023-aws [2022-03-05T14:44:05.177Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-05T14:44:05.177Z] OSType: linux [2022-03-05T14:44:05.177Z] Architecture: x86_64 [2022-03-05T14:44:05.177Z] CPUs: 2 [2022-03-05T14:44:05.177Z] Total Memory: 7.477GiB [2022-03-05T14:44:05.177Z] Name: ip-10-100-92-78 [2022-03-05T14:44:05.177Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-05T14:44:05.177Z] Docker Root Dir: /var/lib/docker [2022-03-05T14:44:05.177Z] Debug Mode: false [2022-03-05T14:44:05.177Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:44:05.177Z] Labels: [2022-03-05T14:44:05.177Z] Experimental: true [2022-03-05T14:44:05.177Z] Insecure Registries: [2022-03-05T14:44:05.177Z] 127.0.0.0/8 [2022-03-05T14:44:05.177Z] Live Restore Enabled: true [2022-03-05T14:44:05.177Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-05T14:44:05.515Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:e4692ee4f521cf5774c1bdc974b2afb959f576c0 . [2022-03-05T14:44:05.774Z] #2 [internal] load .dockerignore [2022-03-05T14:44:05.774Z] #2 sha256:a688e96c2d05dadabcbc08fc190b191328b0e42b7ba7fad562eb3d8abca28bdc [2022-03-05T14:44:06.339Z] #2 ... [2022-03-05T14:44:06.339Z] [2022-03-05T14:44:06.339Z] #1 [internal] load build definition from Dockerfile [2022-03-05T14:44:06.339Z] #1 sha256:a1f20dfbd3d9f53777e29849f6afc7cb57df443eebaba32c8b072df66af50a6f [2022-03-05T14:44:06.339Z] #1 transferring dockerfile: 16.77kB done [2022-03-05T14:44:06.339Z] #1 DONE 0.7s [2022-03-05T14:44:06.339Z] [2022-03-05T14:44:06.339Z] #2 [internal] load .dockerignore [2022-03-05T14:44:06.339Z] #2 sha256:a688e96c2d05dadabcbc08fc190b191328b0e42b7ba7fad562eb3d8abca28bdc [2022-03-05T14:44:06.339Z] #2 transferring context: 87B done [2022-03-05T14:44:06.339Z] #2 DONE 0.7s [2022-03-05T14:44:06.339Z] [2022-03-05T14:44:06.339Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-05T14:44:06.339Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-05T14:44:06.906Z] #3 DONE 0.4s [2022-03-05T14:44:06.906Z] [2022-03-05T14:44:06.906Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-05T14:44:06.906Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-05T14:44:06.906Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-05T14:44:06.906Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-05T14:44:06.906Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-05T14:44:06.906Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-05T14:44:06.906Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.1s [2022-03-05T14:44:06.906Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-05T14:44:07.085Z] #11 ... [2022-03-05T14:44:07.085Z] [2022-03-05T14:44:07.085Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T14:44:07.085Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-05T14:44:07.085Z] #68 DONE 1.1s [2022-03-05T14:44:07.085Z] [2022-03-05T14:44:07.085Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:07.085Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:44:07.163Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-05T14:44:07.163Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-05T14:44:07.341Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 5.1s done [2022-03-05T14:44:07.421Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-05T14:44:07.421Z] #4 DONE 0.7s [2022-03-05T14:44:07.680Z] [2022-03-05T14:44:07.680Z] #6 [internal] load build definition from Dockerfile [2022-03-05T14:44:07.680Z] #6 sha256:ffe3837cd025038812e61c579d1728a8523a0a082bf2e2fddf584ce9bf375f0b [2022-03-05T14:44:07.680Z] #6 DONE 0.0s [2022-03-05T14:44:07.680Z] [2022-03-05T14:44:07.680Z] #5 [internal] load .dockerignore [2022-03-05T14:44:07.680Z] #5 sha256:784127c82c95754cde84c42d3a44f5b72c2c800d70e85bb271525f7b45273cb5 [2022-03-05T14:44:07.680Z] #5 DONE 0.0s [2022-03-05T14:44:07.680Z] [2022-03-05T14:44:07.680Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:44:07.680Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:44:07.692Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.0s [2022-03-05T14:44:07.903Z] #11 extracting sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 done [2022-03-05T14:44:08.161Z] #11 ... [2022-03-05T14:44:08.161Z] [2022-03-05T14:44:08.161Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T14:44:08.161Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-05T14:44:08.161Z] #70 DONE 1.3s [2022-03-05T14:44:08.161Z] [2022-03-05T14:44:08.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:08.161Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-05T14:44:08.161Z] #11 DONE 20.0s [2022-03-05T14:44:08.161Z] [2022-03-05T14:44:08.161Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:44:08.161Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-05T14:44:08.417Z] #12 DONE 0.3s [2022-03-05T14:44:08.417Z] [2022-03-05T14:44:08.417Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:44:08.417Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-05T14:44:08.439Z] #19 105.1 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-05T14:44:08.439Z] #19 105.1 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:08.439Z] #19 105.1 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:44:08.439Z] #19 105.1 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-05T14:44:08.439Z] #19 105.1 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:08.439Z] #19 105.1 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:44:08.674Z] #13 ... [2022-03-05T14:44:08.674Z] [2022-03-05T14:44:08.674Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:08.674Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-05T14:44:08.674Z] #29 10.41 Selecting previously unselected package jq. [2022-03-05T14:44:08.674Z] #29 10.41 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-05T14:44:08.674Z] #29 10.45 Unpacking jq (1.6-2.1) ... [2022-03-05T14:44:08.674Z] #29 10.91 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-05T14:44:08.674Z] #29 11.09 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-05T14:44:08.674Z] #29 11.11 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-05T14:44:08.674Z] #29 11.25 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:08.674Z] #29 11.42 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:08.674Z] #29 11.63 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:08.674Z] #29 11.66 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-05T14:44:08.674Z] #29 11.95 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:08.674Z] #29 12.02 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T14:44:08.674Z] #29 12.07 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-05T14:44:08.674Z] #29 12.43 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:08.674Z] #29 12.76 Setting up ca-certificates (20210119) ... [2022-03-05T14:44:08.674Z] #29 13.49 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:08.674Z] #29 14.13 129 added, 0 removed; done. [2022-03-05T14:44:08.674Z] #29 14.66 Setting up jq (1.6-2.1) ... [2022-03-05T14:44:08.674Z] #29 15.04 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:08.674Z] #29 15.15 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:08.674Z] #29 15.22 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:08.674Z] #29 15.26 Processing triggers for ca-certificates (20210119) ... [2022-03-05T14:44:08.674Z] #29 15.27 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:08.674Z] #29 15.79 0 added, 0 removed; done. [2022-03-05T14:44:08.674Z] #29 15.79 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T14:44:08.674Z] #29 15.79 done. [2022-03-05T14:44:08.674Z] #29 DONE 15.9s [2022-03-05T14:44:08.934Z] [2022-03-05T14:44:08.934Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T14:44:08.934Z] #30 sha256:f8b4f0a632cbf68fa11d179e2f5e025a4134c7aa77abc91743f14c1c473f142b [2022-03-05T14:44:08.934Z] #30 DONE 0.1s [2022-03-05T14:44:08.934Z] [2022-03-05T14:44:08.934Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:08.934Z] #31 sha256:ae16ed3a1c2a9c2117b3e4f90c86e8d0ff417c200262235cf279c60ea1f317a5 [2022-03-05T14:44:08.962Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-05T14:44:09.048Z] #10 ... [2022-03-05T14:44:09.048Z] [2022-03-05T14:44:09.048Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:44:09.048Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-05T14:44:09.048Z] #9 DONE 1.1s [2022-03-05T14:44:09.048Z] [2022-03-05T14:44:09.048Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-05T14:44:09.048Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-05T14:44:09.048Z] #8 DONE 1.2s [2022-03-05T14:44:09.048Z] [2022-03-05T14:44:09.048Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-05T14:44:09.048Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-05T14:44:09.048Z] #10 DONE 1.2s [2022-03-05T14:44:09.048Z] [2022-03-05T14:44:09.048Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-05T14:44:09.048Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-05T14:44:09.048Z] #7 DONE 1.2s [2022-03-05T14:44:09.191Z] #31 ... [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:44:09.191Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-05T14:44:09.191Z] #13 DONE 0.6s [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T14:44:09.191Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-05T14:44:09.191Z] #42 DONE 0.2s [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:44:09.191Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-05T14:44:09.191Z] #33 DONE 0.3s [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T14:44:09.191Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-05T14:44:09.191Z] #46 DONE 0.2s [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T14:44:09.191Z] #62 sha256:c7a2925358fdbe7371aafa4f3c445d672d031c7d5630f545b948a3fb0cf0cda5 [2022-03-05T14:44:09.191Z] #62 DONE 0.3s [2022-03-05T14:44:09.191Z] [2022-03-05T14:44:09.191Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:09.191Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T14:44:09.310Z] [2022-03-05T14:44:09.310Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:44:09.310Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:44:09.310Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-05T14:44:09.453Z] #34 ... [2022-03-05T14:44:09.453Z] [2022-03-05T14:44:09.453Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T14:44:09.453Z] #25 sha256:eb98df50262464c24b9d86ae47a0e2a60658d13af89cfaa478f52605e5fceac1 [2022-03-05T14:44:09.453Z] #25 DONE 0.4s [2022-03-05T14:44:09.569Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-05T14:44:09.569Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-05T14:44:09.569Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-05T14:44:09.569Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 126.98kB / 54.92MB 0.3s [2022-03-05T14:44:09.598Z] #11 ... [2022-03-05T14:44:09.598Z] [2022-03-05T14:44:09.598Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:09.598Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:09.598Z] #29 2.736 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:09.598Z] #29 2.740 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:09.598Z] #29 2.781 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:09.598Z] #29 3.020 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:09.598Z] #29 3.204 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:09.598Z] #29 3.587 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:09.598Z] #29 5.150 Fetched 8505 kB in 3s (3165 kB/s) [2022-03-05T14:44:09.598Z] #29 5.150 Reading package lists... [2022-03-05T14:44:09.598Z] #29 6.098 Reading package lists... [2022-03-05T14:44:09.598Z] #29 6.868 Building dependency tree... [2022-03-05T14:44:09.598Z] #29 7.232 The following additional packages will be installed: [2022-03-05T14:44:09.598Z] #29 7.232 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T14:44:09.598Z] #29 7.232 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T14:44:09.598Z] #29 7.232 Recommended packages: [2022-03-05T14:44:09.598Z] #29 7.232 libldap-common publicsuffix libsasl2-modules [2022-03-05T14:44:09.598Z] #29 7.473 The following NEW packages will be installed: [2022-03-05T14:44:09.598Z] #29 7.473 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T14:44:09.598Z] #29 7.473 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T14:44:09.598Z] #29 7.473 libssh2-1 openssl [2022-03-05T14:44:09.598Z] #29 7.757 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:09.598Z] #29 7.757 Need to get 3038 kB of archives. [2022-03-05T14:44:09.598Z] #29 7.757 After this operation, 6650 kB of additional disk space will be used. [2022-03-05T14:44:09.598Z] #29 7.757 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-05T14:44:09.598Z] #29 7.759 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-05T14:44:09.598Z] #29 7.763 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-05T14:44:09.598Z] #29 7.782 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-05T14:44:09.598Z] #29 7.783 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-05T14:44:09.598Z] #29 7.783 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-05T14:44:09.598Z] #29 7.783 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-05T14:44:09.598Z] #29 7.788 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-05T14:44:09.598Z] #29 7.788 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-05T14:44:09.598Z] #29 7.788 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-05T14:44:09.598Z] #29 7.788 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-05T14:44:09.598Z] #29 7.798 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-05T14:44:09.598Z] #29 7.824 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:44:09.598Z] #29 7.824 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:44:09.598Z] #29 7.824 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:44:09.598Z] #29 8.074 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:09.598Z] #29 8.117 Fetched 3038 kB in 0s (8533 kB/s) [2022-03-05T14:44:09.598Z] #29 8.144 Selecting previously unselected package openssl. [2022-03-05T14:44:09.598Z] #29 8.144 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-05T14:44:09.598Z] #29 8.155 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.159 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:09.598Z] #29 8.329 Selecting previously unselected package ca-certificates. [2022-03-05T14:44:09.598Z] #29 8.329 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T14:44:09.598Z] #29 8.334 Unpacking ca-certificates (20210119) ... [2022-03-05T14:44:09.598Z] #29 8.437 Selecting previously unselected package libbrotli1:amd64. [2022-03-05T14:44:09.598Z] #29 8.437 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.456 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:09.598Z] #29 8.530 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-05T14:44:09.598Z] #29 8.530 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.538 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:09.598Z] #29 8.582 Selecting previously unselected package libsasl2-2:amd64. [2022-03-05T14:44:09.598Z] #29 8.582 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.586 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:09.598Z] #29 8.641 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-05T14:44:09.598Z] #29 8.641 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.645 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:09.598Z] #29 8.743 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-05T14:44:09.598Z] #29 8.743 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.747 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:09.598Z] #29 8.821 Selecting previously unselected package libpsl5:amd64. [2022-03-05T14:44:09.598Z] #29 8.821 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.825 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:09.598Z] #29 8.897 Selecting previously unselected package librtmp1:amd64. [2022-03-05T14:44:09.598Z] #29 8.897 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-05T14:44:09.598Z] #29 8.897 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:09.598Z] #29 8.942 Selecting previously unselected package libssh2-1:amd64. [2022-03-05T14:44:09.598Z] #29 8.942 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 8.946 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:09.599Z] #29 9.011 Selecting previously unselected package libcurl4:amd64. [2022-03-05T14:44:09.599Z] #29 9.011 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 9.020 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:09.599Z] #29 9.088 Selecting previously unselected package curl. [2022-03-05T14:44:09.599Z] #29 9.088 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 9.093 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:09.599Z] #29 9.170 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:44:09.599Z] #29 9.171 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 9.177 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:09.599Z] #29 9.257 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:44:09.599Z] #29 9.258 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 9.262 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:09.599Z] #29 9.324 Selecting previously unselected package jq. [2022-03-05T14:44:09.599Z] #29 9.324 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:44:09.599Z] #29 9.328 Unpacking jq (1.6-2.1) ... [2022-03-05T14:44:09.599Z] #29 9.373 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:09.599Z] #29 9.385 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:09.599Z] #29 9.399 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:09.599Z] #29 9.482 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:09.599Z] #29 9.494 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:09.599Z] #29 9.576 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:09.599Z] #29 9.587 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:09.599Z] #29 9.598 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:09.599Z] #29 9.619 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:09.599Z] #29 9.630 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:09.599Z] #29 9.644 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:09.599Z] #29 9.654 Setting up ca-certificates (20210119) ... [2022-03-05T14:44:09.710Z] [2022-03-05T14:44:09.710Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:09.710Z] #26 sha256:9fd1ba7577fde28e3d071f50d3201cc2017fc681f726cf1e757f882d1d43f150 [2022-03-05T14:44:09.834Z] #28 ... [2022-03-05T14:44:09.834Z] [2022-03-05T14:44:09.834Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:44:09.834Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:44:09.834Z] #45 DONE 0.5s [2022-03-05T14:44:09.834Z] [2022-03-05T14:44:09.834Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-05T14:44:09.834Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-05T14:44:09.834Z] #45 DONE 0.0s [2022-03-05T14:44:09.834Z] [2022-03-05T14:44:09.834Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:09.834Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:09.834Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-05T14:44:09.834Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-05T14:44:09.834Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-05T14:44:09.834Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-05T14:44:09.834Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 18.87MB / 54.92MB 0.5s [2022-03-05T14:44:09.834Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 1.05MB / 5.15MB 0.5s [2022-03-05T14:44:09.862Z] #29 ... [2022-03-05T14:44:09.862Z] [2022-03-05T14:44:09.862Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:09.862Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:09.907Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 6.2s done [2022-03-05T14:44:10.100Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 36.70MB / 54.92MB 0.7s [2022-03-05T14:44:10.100Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.7s [2022-03-05T14:44:10.100Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 42.99MB / 54.92MB 0.8s [2022-03-05T14:44:10.171Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-05T14:44:10.364Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.0s [2022-03-05T14:44:10.364Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.9s done [2022-03-05T14:44:10.628Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.2s [2022-03-05T14:44:10.628Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 9.44MB / 10.87MB 1.2s [2022-03-05T14:44:10.628Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 6.29MB / 54.58MB 1.2s [2022-03-05T14:44:10.628Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.3s [2022-03-05T14:44:10.628Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 13.63MB / 54.58MB 1.3s [2022-03-05T14:44:10.750Z] #11 ... [2022-03-05T14:44:10.750Z] [2022-03-05T14:44:10.750Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:10.750Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:10.750Z] #29 1.211 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:10.751Z] #29 1.227 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:10.751Z] #29 1.227 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:10.751Z] #29 1.458 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:10.751Z] #29 1.634 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:10.751Z] #29 1.832 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:10.751Z] #29 3.238 Fetched 8505 kB in 2s (3692 kB/s) [2022-03-05T14:44:10.751Z] #29 3.238 Reading package lists... [2022-03-05T14:44:10.751Z] #29 4.107 Reading package lists... [2022-03-05T14:44:10.751Z] #29 5.005 Building dependency tree... [2022-03-05T14:44:10.751Z] #29 5.397 The following additional packages will be installed: [2022-03-05T14:44:10.751Z] #29 5.397 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T14:44:10.751Z] #29 5.405 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T14:44:10.751Z] #29 5.405 Recommended packages: [2022-03-05T14:44:10.751Z] #29 5.405 libldap-common publicsuffix libsasl2-modules [2022-03-05T14:44:10.751Z] #29 5.610 The following NEW packages will be installed: [2022-03-05T14:44:10.751Z] #29 5.610 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T14:44:10.751Z] #29 5.610 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T14:44:10.751Z] #29 5.610 libssh2-1 openssl [2022-03-05T14:44:10.751Z] #29 5.907 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:10.751Z] #29 5.907 Need to get 3038 kB of archives. [2022-03-05T14:44:10.751Z] #29 5.907 After this operation, 6650 kB of additional disk space will be used. [2022-03-05T14:44:10.751Z] #29 5.907 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-05T14:44:10.751Z] #29 5.907 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-05T14:44:10.751Z] #29 5.907 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-05T14:44:10.751Z] #29 5.916 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-05T14:44:10.751Z] #29 5.916 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-05T14:44:10.751Z] #29 5.918 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-05T14:44:10.751Z] #29 5.923 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-05T14:44:10.751Z] #29 5.930 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-05T14:44:10.751Z] #29 5.930 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-05T14:44:10.751Z] #29 5.930 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-05T14:44:10.751Z] #29 5.930 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-05T14:44:10.751Z] #29 5.937 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-05T14:44:10.751Z] #29 5.937 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:44:10.751Z] #29 5.944 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:44:10.751Z] #29 5.944 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:44:10.751Z] #29 6.166 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:10.751Z] #29 6.206 Fetched 3038 kB in 0s (9020 kB/s) [2022-03-05T14:44:10.751Z] #29 6.243 Selecting previously unselected package openssl. [2022-03-05T14:44:10.751Z] #29 6.243 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-05T14:44:10.751Z] #29 6.243 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.247 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 6.445 Selecting previously unselected package ca-certificates. [2022-03-05T14:44:10.751Z] #29 6.446 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T14:44:10.751Z] #29 6.450 Unpacking ca-certificates (20210119) ... [2022-03-05T14:44:10.751Z] #29 6.532 Selecting previously unselected package libbrotli1:amd64. [2022-03-05T14:44:10.751Z] #29 6.532 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.538 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:10.751Z] #29 6.652 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-05T14:44:10.751Z] #29 6.652 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.652 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 6.690 Selecting previously unselected package libsasl2-2:amd64. [2022-03-05T14:44:10.751Z] #29 6.690 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.693 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 6.760 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-05T14:44:10.751Z] #29 6.760 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.763 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:10.751Z] #29 6.838 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-05T14:44:10.751Z] #29 6.838 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.843 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:10.751Z] #29 6.894 Selecting previously unselected package libpsl5:amd64. [2022-03-05T14:44:10.751Z] #29 6.894 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 6.897 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:10.751Z] #29 7.094 Selecting previously unselected package librtmp1:amd64. [2022-03-05T14:44:10.751Z] #29 7.094 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.098 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:10.751Z] #29 7.145 Selecting previously unselected package libssh2-1:amd64. [2022-03-05T14:44:10.751Z] #29 7.145 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.239 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:10.751Z] #29 7.356 Selecting previously unselected package libcurl4:amd64. [2022-03-05T14:44:10.751Z] #29 7.356 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.367 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 7.535 Selecting previously unselected package curl. [2022-03-05T14:44:10.751Z] #29 7.535 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.555 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 7.832 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:44:10.751Z] #29 7.832 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.838 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:10.751Z] #29 7.940 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:44:10.751Z] #29 7.940 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 7.999 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:10.751Z] #29 8.053 Selecting previously unselected package jq. [2022-03-05T14:44:10.751Z] #29 8.053 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:44:10.751Z] #29 8.053 Unpacking jq (1.6-2.1) ... [2022-03-05T14:44:10.751Z] #29 8.117 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:10.751Z] #29 8.141 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:10.751Z] #29 8.147 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:10.751Z] #29 8.158 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 8.169 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:10.751Z] #29 8.178 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 8.188 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:10.751Z] #29 8.198 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 8.213 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:10.751Z] #29 8.221 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:10.751Z] #29 8.231 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:10.751Z] #29 8.241 Setting up ca-certificates (20210119) ... [2022-03-05T14:44:10.751Z] #29 8.890 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:10.751Z] #29 9.966 129 added, 0 removed; done. [2022-03-05T14:44:10.751Z] #29 10.03 Setting up jq (1.6-2.1) ... [2022-03-05T14:44:10.751Z] #29 10.04 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 10.05 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:10.751Z] #29 10.07 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:10.804Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 8.4s done [2022-03-05T14:44:10.899Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 22.02MB / 54.58MB 1.4s [2022-03-05T14:44:10.899Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 36.70MB / 54.58MB 1.6s [2022-03-05T14:44:10.899Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s done [2022-03-05T14:44:10.899Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 45.46MB / 54.58MB 1.7s [2022-03-05T14:44:11.014Z] #29 10.09 Processing triggers for ca-certificates (20210119) ... [2022-03-05T14:44:11.014Z] #29 10.10 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:11.014Z] #29 ... [2022-03-05T14:44:11.014Z] [2022-03-05T14:44:11.014Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:11.014Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:11.065Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-05T14:44:11.162Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 50.33MB / 54.58MB 1.8s [2022-03-05T14:44:11.162Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.8s done [2022-03-05T14:44:11.162Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.9s [2022-03-05T14:44:11.424Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 2.10MB / 134.90MB 2.0s [2022-03-05T14:44:11.424Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 18.87MB / 134.90MB 2.2s [2022-03-05T14:44:11.690Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 35.65MB / 134.90MB 2.4s [2022-03-05T14:44:11.951Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 46.14MB / 134.90MB 2.6s [2022-03-05T14:44:11.951Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0.7s [2022-03-05T14:44:11.951Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 2.6s done [2022-03-05T14:44:11.951Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 0B / 157B 2.7s [2022-03-05T14:44:11.951Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 0B / 85.81MB 2.7s [2022-03-05T14:44:12.223Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 66.06MB / 134.90MB 2.9s [2022-03-05T14:44:12.223Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 2.7s done [2022-03-05T14:44:12.223Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.29MB / 85.81MB 2.9s [2022-03-05T14:44:12.223Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 73.40MB / 134.90MB 3.0s [2022-03-05T14:44:12.223Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 14.83MB / 85.81MB 3.0s [2022-03-05T14:44:12.234Z] #26 2.651 + RM_GOPATH=0 [2022-03-05T14:44:12.234Z] #26 2.651 + TMP_GOPATH= [2022-03-05T14:44:12.234Z] #26 2.651 + : /build [2022-03-05T14:44:12.235Z] #26 2.651 + '[' -z '' ']' [2022-03-05T14:44:12.235Z] #26 2.651 ++ mktemp -d [2022-03-05T14:44:12.235Z] #26 2.651 + export GOPATH=/tmp/tmp.WKPMllfrHR [2022-03-05T14:44:12.235Z] #26 2.652 + GOPATH=/tmp/tmp.WKPMllfrHR [2022-03-05T14:44:12.235Z] #26 2.652 + RM_GOPATH=1 [2022-03-05T14:44:12.235Z] #26 2.652 + case "$(go env GOARCH)" in [2022-03-05T14:44:12.235Z] #26 2.654 ++ go env GOARCH [2022-03-05T14:44:12.235Z] #26 2.671 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:12.235Z] #26 2.671 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:12.235Z] #26 2.671 ++ dirname /install.sh [2022-03-05T14:44:12.235Z] #26 2.671 + dir=/ [2022-03-05T14:44:12.235Z] #26 2.671 + bin=dockercli [2022-03-05T14:44:12.235Z] #26 2.671 + shift [2022-03-05T14:44:12.235Z] #26 2.671 + '[' '!' -f //dockercli.installer ']' [2022-03-05T14:44:12.235Z] #26 2.671 + . //dockercli.installer [2022-03-05T14:44:12.235Z] #26 2.671 ++ : stable [2022-03-05T14:44:12.235Z] #26 2.671 ++ : 17.06.2-ce [2022-03-05T14:44:12.235Z] #26 2.671 + install_dockercli [2022-03-05T14:44:12.235Z] #26 2.671 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T14:44:12.235Z] #26 2.671 Install docker/cli version 17.06.2-ce from stable [2022-03-05T14:44:12.235Z] #26 2.680 ++ uname -m [2022-03-05T14:44:12.235Z] #26 2.680 + arch=aarch64 [2022-03-05T14:44:12.235Z] #26 2.680 + '[' aarch64 '!=' x86_64 ']' [2022-03-05T14:44:12.235Z] #26 2.680 + '[' aarch64 '!=' s390x ']' [2022-03-05T14:44:12.235Z] #26 2.680 + '[' aarch64 '!=' armhf ']' [2022-03-05T14:44:12.235Z] #26 2.680 + build_dockercli [2022-03-05T14:44:12.235Z] #26 2.680 + git clone https://github.com/docker/docker-ce /tmp/tmp.WKPMllfrHR/tmp/docker-ce [2022-03-05T14:44:12.235Z] #26 2.680 Cloning into '/tmp/tmp.WKPMllfrHR/tmp/docker-ce'... [2022-03-05T14:44:12.447Z] #11 ... [2022-03-05T14:44:12.447Z] [2022-03-05T14:44:12.447Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:12.447Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:12.447Z] #29 10.32 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:12.447Z] #29 11.28 129 added, 0 removed; done. [2022-03-05T14:44:12.447Z] #29 11.41 Setting up jq (1.6-2.1) ... [2022-03-05T14:44:12.447Z] #29 11.43 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:12.447Z] #29 11.44 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:12.447Z] #29 11.45 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:12.447Z] #29 11.47 Processing triggers for ca-certificates (20210119) ... [2022-03-05T14:44:12.447Z] #29 11.48 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:12.447Z] #29 12.22 0 added, 0 removed; done. [2022-03-05T14:44:12.447Z] #29 12.22 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T14:44:12.447Z] #29 12.22 done. [2022-03-05T14:44:12.447Z] #29 DONE 12.6s [2022-03-05T14:44:12.447Z] [2022-03-05T14:44:12.447Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T14:44:12.447Z] #30 sha256:b9447714da93537c7ae71507318e2c7758e426218830586ddf4349dc588adf9f [2022-03-05T14:44:12.447Z] #30 DONE 0.1s [2022-03-05T14:44:12.447Z] [2022-03-05T14:44:12.447Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:12.447Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:12.491Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 82.84MB / 134.90MB 3.2s [2022-03-05T14:44:12.491Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 23.20MB / 85.81MB 3.2s [2022-03-05T14:44:12.752Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 91.23MB / 134.90MB 3.4s [2022-03-05T14:44:12.752Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 32.51MB / 85.81MB 3.4s [2022-03-05T14:44:12.936Z] #11 ... [2022-03-05T14:44:12.936Z] [2022-03-05T14:44:12.936Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:12.936Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:12.936Z] #29 11.06 0 added, 0 removed; done. [2022-03-05T14:44:12.936Z] #29 11.06 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T14:44:12.936Z] #29 11.06 done. [2022-03-05T14:44:12.936Z] #29 DONE 11.8s [2022-03-05T14:44:12.936Z] [2022-03-05T14:44:12.936Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T14:44:12.936Z] #30 sha256:6c0fc1aeb5f565a7bd1b77e9d36cd29d88f87ed5eae734cf56c0a63ca42b2054 [2022-03-05T14:44:12.936Z] #30 DONE 0.0s [2022-03-05T14:44:12.936Z] [2022-03-05T14:44:12.936Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:12.936Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:13.011Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 102.76MB / 134.90MB 3.6s [2022-03-05T14:44:13.011Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 40.89MB / 85.81MB 3.6s [2022-03-05T14:44:13.275Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 113.25MB / 134.90MB 3.8s [2022-03-05T14:44:13.275Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 53.48MB / 85.81MB 3.8s [2022-03-05T14:44:13.275Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 124.78MB / 134.90MB 4.0s [2022-03-05T14:44:13.275Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 65.01MB / 85.81MB 4.0s [2022-03-05T14:44:13.275Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 71.30MB / 85.81MB 4.1s [2022-03-05T14:44:13.583Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 4.2s [2022-03-05T14:44:13.583Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 4.3s [2022-03-05T14:44:13.693Z] #19 ... [2022-03-05T14:44:13.693Z] [2022-03-05T14:44:13.693Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:13.693Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:13.693Z] #50 117.3 + dpkg --print-architecture [2022-03-05T14:44:13.693Z] #50 117.3 + git checkout -q v2.1.0 [2022-03-05T14:44:13.693Z] #50 117.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-05T14:44:13.693Z] #50 117.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-05T14:44:14.957Z] #11 ... [2022-03-05T14:44:14.957Z] [2022-03-05T14:44:14.957Z] #24 [internal] load build context [2022-03-05T14:44:14.957Z] #24 sha256:ac8f214fcbf211c121fce26567fa40eb23ae5f6af04f01128096375cc73360ea [2022-03-05T14:44:14.957Z] #24 transferring context: 57.20MB 4.8s done [2022-03-05T14:44:14.957Z] #24 DONE 5.6s [2022-03-05T14:44:14.957Z] [2022-03-05T14:44:14.957Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:14.957Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:14.957Z] #11 ... [2022-03-05T14:44:14.957Z] [2022-03-05T14:44:14.957Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:44:14.957Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:44:14.957Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-05T14:44:14.957Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-05T14:44:14.957Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:44:14.957Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-05T14:44:14.957Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-03-05T14:44:14.957Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.2s done [2022-03-05T14:44:14.957Z] #69 ... [2022-03-05T14:44:14.957Z] [2022-03-05T14:44:14.957Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:14.957Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:14.957Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 5.7s done [2022-03-05T14:44:15.490Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.1s [2022-03-05T14:44:15.513Z] #26 ... [2022-03-05T14:44:15.513Z] [2022-03-05T14:44:15.513Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:15.513Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:44:15.513Z] #63 2.797 + RM_GOPATH=0 [2022-03-05T14:44:15.513Z] #63 2.797 + TMP_GOPATH= [2022-03-05T14:44:15.513Z] #63 2.797 + : /build [2022-03-05T14:44:15.513Z] #63 2.797 + '[' -z '' ']' [2022-03-05T14:44:15.513Z] #63 2.797 ++ mktemp -d [2022-03-05T14:44:15.513Z] #63 2.799 + export GOPATH=/tmp/tmp.7KjmE7fP3N [2022-03-05T14:44:15.513Z] #63 2.799 + GOPATH=/tmp/tmp.7KjmE7fP3N [2022-03-05T14:44:15.513Z] #63 2.799 + RM_GOPATH=1 [2022-03-05T14:44:15.513Z] #63 2.799 + case "$(go env GOARCH)" in [2022-03-05T14:44:15.513Z] #63 2.802 ++ go env GOARCH [2022-03-05T14:44:15.513Z] #63 2.819 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:15.513Z] #63 2.819 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:15.513Z] #63 2.821 ++ dirname /install.sh [2022-03-05T14:44:15.513Z] #63 2.873 + dir=/ [2022-03-05T14:44:15.513Z] #63 2.873 + bin=rootlesskit [2022-03-05T14:44:15.513Z] #63 2.873 + shift [2022-03-05T14:44:15.513Z] #63 2.873 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T14:44:15.513Z] #63 2.873 + . //rootlesskit.installer [2022-03-05T14:44:15.513Z] #63 2.873 ++ : v0.14.6 [2022-03-05T14:44:15.513Z] #63 2.873 + install_rootlesskit [2022-03-05T14:44:15.513Z] #63 2.873 + case "$1" in [2022-03-05T14:44:15.513Z] #63 2.873 + export CGO_ENABLED=0 [2022-03-05T14:44:15.513Z] #63 2.873 + CGO_ENABLED=0 [2022-03-05T14:44:15.513Z] #63 2.873 + _install_rootlesskit [2022-03-05T14:44:15.513Z] #63 2.873 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T14:44:15.513Z] #63 2.873 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:44:15.513Z] #63 2.873 + GOBIN=/build [2022-03-05T14:44:15.513Z] #63 2.874 + GO111MODULE=on [2022-03-05T14:44:15.513Z] #63 2.874 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T14:44:15.513Z] #63 2.877 Install rootlesskit version v0.14.6 [2022-03-05T14:44:15.513Z] #63 3.349 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T14:44:15.775Z] #63 6.301 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:44:15.775Z] #63 6.318 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T14:44:16.040Z] #63 ... [2022-03-05T14:44:16.040Z] [2022-03-05T14:44:16.040Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:16.040Z] #31 sha256:ae16ed3a1c2a9c2117b3e4f90c86e8d0ff417c200262235cf279c60ea1f317a5 [2022-03-05T14:44:16.040Z] #31 1.731 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T14:44:16.040Z] #31 2.056 [2022-03-05T14:44:16.040Z] #31 2.276 #=#=# ########################################################### 83.0% ######################################################################## 100.0% [2022-03-05T14:44:16.040Z] #31 2.669 [2022-03-05T14:44:16.040Z] #31 5.549 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T14:44:16.040Z] #31 6.791 #=#=# [2022-03-05T14:44:16.040Z] #31 7.089 #=#=# 0.0% ######################################################################## 100.0% [2022-03-05T14:44:16.040Z] #31 ... [2022-03-05T14:44:16.040Z] [2022-03-05T14:44:16.040Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:16.040Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:44:16.040Z] #63 6.772 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T14:44:16.332Z] #11 ... [2022-03-05T14:44:16.332Z] [2022-03-05T14:44:16.332Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:44:16.332Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-05T14:44:16.332Z] #69 DONE 6.8s [2022-03-05T14:44:16.332Z] [2022-03-05T14:44:16.332Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:16.332Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:16.332Z] #11 ... [2022-03-05T14:44:16.332Z] [2022-03-05T14:44:16.332Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-05T14:44:16.332Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-05T14:44:16.332Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-05T14:44:16.332Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-05T14:44:16.332Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-05T14:44:16.332Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-05T14:44:16.332Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.0s done [2022-03-05T14:44:16.332Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done [2022-03-05T14:44:16.332Z] #67 DONE 6.8s [2022-03-05T14:44:16.332Z] [2022-03-05T14:44:16.332Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:44:16.332Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:44:16.332Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s done [2022-03-05T14:44:16.590Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.3s done [2022-03-05T14:44:16.648Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.1s [2022-03-05T14:44:16.847Z] #28 ... [2022-03-05T14:44:16.847Z] [2022-03-05T14:44:16.847Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:16.847Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:16.847Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-05T14:44:17.408Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.1s done [2022-03-05T14:44:17.408Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-05T14:44:17.416Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.2s done [2022-03-05T14:44:17.416Z] #11 ... [2022-03-05T14:44:17.416Z] [2022-03-05T14:44:17.416Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-05T14:44:17.416Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-05T14:44:17.416Z] #28 DONE 8.1s [2022-03-05T14:44:17.416Z] [2022-03-05T14:44:17.416Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:17.416Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:17.416Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-05T14:44:17.673Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.4s done [2022-03-05T14:44:18.239Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0.1s [2022-03-05T14:44:18.564Z] #63 8.983 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T14:44:18.564Z] #63 9.352 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T14:44:18.565Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.4s done [2022-03-05T14:44:18.565Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-05T14:44:18.820Z] #63 9.434 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T14:44:18.820Z] #63 9.446 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T14:44:19.077Z] #63 9.533 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:44:19.077Z] #63 9.640 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T14:44:19.077Z] #63 ... [2022-03-05T14:44:19.077Z] [2022-03-05T14:44:19.077Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:19.077Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-05T14:44:19.077Z] #36 3.320 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T14:44:19.336Z] #36 ... [2022-03-05T14:44:19.336Z] [2022-03-05T14:44:19.336Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:19.336Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T14:44:19.336Z] #47 3.473 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:19.336Z] #47 3.495 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:19.336Z] #47 3.496 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:19.336Z] #47 3.959 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:44:19.336Z] #47 4.059 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T14:44:19.336Z] #47 5.190 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:44:19.336Z] #47 7.396 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:44:19.336Z] #47 9.166 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T14:44:19.336Z] #47 ... [2022-03-05T14:44:19.336Z] [2022-03-05T14:44:19.336Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:19.336Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:19.336Z] #14 2.460 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:19.336Z] #14 2.555 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:19.336Z] #14 2.795 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:19.336Z] #14 2.795 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:44:19.336Z] #14 3.916 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:44:19.336Z] #14 5.237 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:44:19.336Z] #14 9.262 Fetched 8392 kB in 7s (1182 kB/s) [2022-03-05T14:44:19.593Z] #14 9.262 Reading package lists... [2022-03-05T14:44:19.593Z] #14 ... [2022-03-05T14:44:19.593Z] [2022-03-05T14:44:19.594Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:19.594Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T14:44:19.594Z] #43 3.100 + git clone https://github.com/docker/distribution.git . [2022-03-05T14:44:19.594Z] #43 3.104 Cloning into '.'... [2022-03-05T14:44:19.594Z] #43 ... [2022-03-05T14:44:19.594Z] [2022-03-05T14:44:19.594Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:19.594Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:19.594Z] #51 3.802 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T14:44:19.852Z] #51 ... [2022-03-05T14:44:19.852Z] [2022-03-05T14:44:19.852Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:19.852Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-05T14:44:19.852Z] #49 3.552 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:44:19.852Z] #49 4.568 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:44:19.852Z] #49 4.778 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:44:19.852Z] #49 4.781 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:44:19.852Z] #49 4.803 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:44:19.852Z] #49 4.924 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:44:19.852Z] #49 5.014 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:44:19.852Z] #49 5.144 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:44:19.852Z] #49 5.258 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:44:19.852Z] #49 5.459 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:44:19.852Z] #49 8.319 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:44:19.852Z] #49 8.392 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:44:19.852Z] #49 8.496 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:44:19.852Z] #49 9.560 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:44:19.852Z] #49 9.576 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:44:20.141Z] #11 ... [2022-03-05T14:44:20.141Z] [2022-03-05T14:44:20.141Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T14:44:20.141Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T14:44:20.141Z] #68 DONE 0.9s [2022-03-05T14:44:20.141Z] [2022-03-05T14:44:20.141Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:20.141Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:20.148Z] #49 ... [2022-03-05T14:44:20.148Z] [2022-03-05T14:44:20.148Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:20.148Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T14:44:20.148Z] #58 3.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:20.148Z] #58 3.442 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:20.148Z] #58 3.442 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:20.148Z] #58 3.890 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:44:20.148Z] #58 5.088 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:44:20.148Z] #58 6.990 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:44:20.148Z] #58 ... [2022-03-05T14:44:20.148Z] [2022-03-05T14:44:20.148Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:20.148Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-05T14:44:20.148Z] #53 3.601 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T14:44:20.148Z] #53 4.618 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T14:44:20.148Z] #53 4.629 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T14:44:20.148Z] #53 4.653 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T14:44:20.148Z] #53 6.028 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T14:44:20.411Z] #53 ... [2022-03-05T14:44:20.411Z] [2022-03-05T14:44:20.411Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:20.411Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T14:44:20.411Z] #38 2.459 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:20.411Z] #38 2.561 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:20.411Z] #38 2.795 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:20.411Z] #38 2.863 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:44:20.411Z] #38 3.839 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:44:20.411Z] #38 5.193 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:44:20.411Z] #38 10.14 Fetched 8392 kB in 8s (1036 kB/s) [2022-03-05T14:44:20.411Z] #38 10.14 Reading package lists... [2022-03-05T14:44:20.411Z] #38 ... [2022-03-05T14:44:20.411Z] [2022-03-05T14:44:20.411Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:20.411Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:44:20.411Z] #63 9.865 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T14:44:20.411Z] #63 10.33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T14:44:20.411Z] #63 10.38 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T14:44:21.516Z] #11 ... [2022-03-05T14:44:21.516Z] [2022-03-05T14:44:21.516Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T14:44:21.516Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T14:44:21.516Z] #70 DONE 1.6s [2022-03-05T14:44:21.516Z] [2022-03-05T14:44:21.516Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:21.516Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:21.516Z] #29 2.259 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:21.516Z] #29 2.274 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:21.516Z] #29 2.281 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:21.516Z] #29 2.454 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:21.516Z] #29 2.766 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:21.516Z] #29 2.970 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:21.775Z] #29 4.482 Fetched 8505 kB in 2s (3422 kB/s) [2022-03-05T14:44:21.837Z] #63 12.26 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T14:44:21.837Z] #63 ... [2022-03-05T14:44:21.837Z] [2022-03-05T14:44:21.837Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:21.837Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T14:44:21.837Z] #34 2.399 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T14:44:21.837Z] #34 2.399 Cloning into '.'... [2022-03-05T14:44:22.093Z] #34 ... [2022-03-05T14:44:22.093Z] [2022-03-05T14:44:22.093Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:22.093Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-05T14:44:22.093Z] #36 12.58 tomll can be used in two ways: [2022-03-05T14:44:22.093Z] #36 12.58 Writing to STDIN and reading from STDOUT: [2022-03-05T14:44:22.093Z] #36 12.58 cat file.toml | tomll > file.toml [2022-03-05T14:44:22.093Z] #36 12.58 [2022-03-05T14:44:22.093Z] #36 12.58 Reading and updating a list of files: [2022-03-05T14:44:22.093Z] #36 12.58 tomll a.toml b.toml c.toml [2022-03-05T14:44:22.093Z] #36 12.58 [2022-03-05T14:44:22.094Z] #36 12.58 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T14:44:22.351Z] #36 DONE 13.3s [2022-03-05T14:44:22.351Z] [2022-03-05T14:44:22.351Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:22.351Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:44:22.351Z] #63 12.53 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T14:44:22.708Z] #29 4.482 Reading package lists... [2022-03-05T14:44:22.726Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.0s [2022-03-05T14:44:22.726Z] #11 ... [2022-03-05T14:44:22.726Z] [2022-03-05T14:44:22.726Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:22.726Z] #31 sha256:9d26d4e6b9a3910d2ce649f582731f9ba56249fc842b27123ee0ab596bb02671 [2022-03-05T14:44:22.726Z] #31 2.135 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T14:44:22.726Z] #31 2.447 [2022-03-05T14:44:22.726Z] #31 2.681 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:22.726Z] #31 2.983 [2022-03-05T14:44:22.726Z] #31 4.017 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T14:44:22.726Z] #31 4.327 [2022-03-05T14:44:22.726Z] #31 4.561 #=#=# ####################### 33.0% ######################################################################## 100.0% [2022-03-05T14:44:22.726Z] #31 4.903 [2022-03-05T14:44:22.726Z] #31 5.975 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T14:44:22.726Z] #31 6.284 [2022-03-05T14:44:22.726Z] #31 6.498 #=#=# ################## 25.3% ######################################### 57.1% ############################################################### 88.6% ######################################################################## 100.0% [2022-03-05T14:44:22.726Z] #31 7.052 [2022-03-05T14:44:22.726Z] #31 7.966 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T14:44:22.726Z] #31 8.322 [2022-03-05T14:44:22.726Z] #31 8.546 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:22.726Z] #31 8.832 [2022-03-05T14:44:22.726Z] #31 9.619 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T14:44:22.726Z] #31 9.983 [2022-03-05T14:44:22.764Z] #11 ... [2022-03-05T14:44:22.764Z] [2022-03-05T14:44:22.765Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:22.765Z] #31 sha256:bcbefc16bd05c614cd03cdc1a0b08726d8a6b2b1c60cf2300282a19f29f955cc [2022-03-05T14:44:22.765Z] #31 2.478 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T14:44:22.765Z] #31 2.742 [2022-03-05T14:44:22.765Z] #31 2.980 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:22.765Z] #31 3.317 [2022-03-05T14:44:22.765Z] #31 4.336 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T14:44:22.765Z] #31 4.704 [2022-03-05T14:44:22.765Z] #31 4.942 #=#=# #################### 28.9% ######################################################################## 100.0% [2022-03-05T14:44:22.765Z] #31 5.353 [2022-03-05T14:44:22.765Z] #31 6.448 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T14:44:22.765Z] #31 6.819 [2022-03-05T14:44:22.765Z] #31 7.038 #=#=# ############### 21.2% ######################################## 56.5% ############################################################### 88.4% ######################################################################## 100.0% [2022-03-05T14:44:22.765Z] #31 7.601 [2022-03-05T14:44:22.765Z] #31 8.555 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T14:44:22.765Z] #31 8.865 [2022-03-05T14:44:22.765Z] #31 9.106 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:22.765Z] #31 9.442 [2022-03-05T14:44:22.765Z] #31 10.17 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T14:44:22.765Z] #31 ... [2022-03-05T14:44:22.765Z] [2022-03-05T14:44:22.765Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:22.765Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:22.989Z] #31 ... [2022-03-05T14:44:22.989Z] [2022-03-05T14:44:22.989Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:22.989Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:23.642Z] #29 5.296 Reading package lists... [2022-03-05T14:44:23.642Z] #29 6.068 Building dependency tree... [2022-03-05T14:44:23.651Z] #50 ... [2022-03-05T14:44:23.651Z] [2022-03-05T14:44:23.651Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:44:23.651Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:44:23.651Z] #19 112.9 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-05T14:44:23.651Z] #19 112.9 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 112.9 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:44:23.651Z] #19 113.0 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-05T14:44:23.651Z] #19 113.0 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 113.0 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:44:23.651Z] #19 121.3 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-05T14:44:23.651Z] #19 121.3 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 121.3 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:44:23.651Z] #19 121.3 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-05T14:44:23.651Z] #19 121.3 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 121.3 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:44:23.651Z] #19 121.4 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-05T14:44:23.651Z] #19 121.4 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 121.4 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:44:23.651Z] #19 121.4 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-05T14:44:23.651Z] #19 121.4 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 121.4 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:44:23.651Z] #19 121.5 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-05T14:44:23.651Z] #19 121.5 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:23.651Z] #19 121.5 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:44:23.651Z] #19 121.5 Selecting previously unselected package cross-config. [2022-03-05T14:44:23.651Z] #19 121.5 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-05T14:44:23.651Z] #19 121.5 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-05T14:44:23.651Z] #19 121.6 Selecting previously unselected package gcc-10-cross-base. [2022-03-05T14:44:23.651Z] #19 121.6 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:23.651Z] #19 121.6 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-05T14:44:23.704Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-05T14:44:23.900Z] #29 6.403 The following additional packages will be installed: [2022-03-05T14:44:23.900Z] #29 6.403 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-05T14:44:23.900Z] #29 6.403 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-05T14:44:23.900Z] #29 6.403 Recommended packages: [2022-03-05T14:44:23.900Z] #29 6.403 libldap-common publicsuffix libsasl2-modules [2022-03-05T14:44:23.900Z] #29 6.581 The following NEW packages will be installed: [2022-03-05T14:44:23.908Z] #19 121.6 Selecting previously unselected package libc6-arm64-cross. [2022-03-05T14:44:23.908Z] #19 121.6 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-05T14:44:23.908Z] #19 121.6 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-05T14:44:23.908Z] #19 121.9 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-05T14:44:24.157Z] #29 6.582 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-05T14:44:24.158Z] #29 6.583 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-05T14:44:24.158Z] #29 6.583 libssh2-1 openssl [2022-03-05T14:44:24.158Z] #29 6.868 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:24.158Z] #29 6.868 Need to get 3038 kB of archives. [2022-03-05T14:44:24.158Z] #29 6.868 After this operation, 6650 kB of additional disk space will be used. [2022-03-05T14:44:24.158Z] #29 6.868 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-05T14:44:24.158Z] #29 6.870 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-05T14:44:24.158Z] #29 6.872 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-05T14:44:24.158Z] #29 6.885 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-05T14:44:24.158Z] #29 6.890 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-05T14:44:24.158Z] #29 6.892 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-05T14:44:24.158Z] #29 6.895 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-05T14:44:24.164Z] #19 121.9 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.164Z] #19 121.9 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.164Z] #19 121.9 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-05T14:44:24.164Z] #19 121.9 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.164Z] #19 122.0 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.164Z] #19 122.0 Selecting previously unselected package libitm1-arm64-cross. [2022-03-05T14:44:24.164Z] #19 122.0 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.164Z] #19 122.0 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.164Z] #19 122.1 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-05T14:44:24.164Z] #19 122.1 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.164Z] #19 122.1 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.164Z] #19 122.1 Selecting previously unselected package libasan6-arm64-cross. [2022-03-05T14:44:24.415Z] #29 6.922 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-05T14:44:24.416Z] #29 6.922 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-05T14:44:24.416Z] #29 6.923 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-05T14:44:24.416Z] #29 6.924 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-05T14:44:24.416Z] #29 6.928 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-05T14:44:24.416Z] #29 6.934 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:44:24.416Z] #29 6.934 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:44:24.416Z] #29 6.952 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:44:24.421Z] #19 122.1 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.421Z] #19 122.1 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.640Z] #11 ... [2022-03-05T14:44:24.640Z] [2022-03-05T14:44:24.640Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:24.640Z] #31 sha256:bcbefc16bd05c614cd03cdc1a0b08726d8a6b2b1c60cf2300282a19f29f955cc [2022-03-05T14:44:24.640Z] #31 10.45 [2022-03-05T14:44:24.640Z] #31 10.67 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:24.640Z] #31 10.97 [2022-03-05T14:44:24.640Z] #31 11.02 Download of images into '/build' complete. [2022-03-05T14:44:24.640Z] #31 11.02 Use something like the following to load the result into a Docker daemon: [2022-03-05T14:44:24.640Z] #31 11.02 tar -cC '/build' . | docker load [2022-03-05T14:44:24.640Z] #31 DONE 12.3s [2022-03-05T14:44:24.640Z] [2022-03-05T14:44:24.640Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:24.640Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:24.673Z] #29 7.158 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:24.673Z] #29 7.187 Fetched 3038 kB in 0s (8444 kB/s) [2022-03-05T14:44:24.673Z] #29 7.218 Selecting previously unselected package openssl. [2022-03-05T14:44:24.673Z] #29 7.218 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-05T14:44:24.673Z] #29 7.218 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-05T14:44:24.673Z] #29 7.224 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:24.673Z] #29 7.363 Selecting previously unselected package ca-certificates. [2022-03-05T14:44:24.678Z] #19 122.7 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-05T14:44:24.678Z] #19 122.7 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:24.678Z] #19 122.7 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:24.905Z] #11 ... [2022-03-05T14:44:24.905Z] [2022-03-05T14:44:24.905Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:24.905Z] #31 sha256:9d26d4e6b9a3910d2ce649f582731f9ba56249fc842b27123ee0ab596bb02671 [2022-03-05T14:44:24.905Z] #31 10.20 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:24.905Z] #31 10.54 [2022-03-05T14:44:24.905Z] #31 10.61 Download of images into '/build' complete. [2022-03-05T14:44:24.905Z] #31 10.61 Use something like the following to load the result into a Docker daemon: [2022-03-05T14:44:24.905Z] #31 10.61 tar -cC '/build' . | docker load [2022-03-05T14:44:24.905Z] #31 DONE 12.0s [2022-03-05T14:44:24.905Z] [2022-03-05T14:44:24.905Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:24.905Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:24.931Z] #29 7.364 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-05T14:44:24.931Z] #29 7.369 Unpacking ca-certificates (20210119) ... [2022-03-05T14:44:24.931Z] #29 7.447 Selecting previously unselected package libbrotli1:amd64. [2022-03-05T14:44:24.931Z] #29 7.447 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-05T14:44:24.931Z] #29 7.455 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:24.931Z] #29 7.528 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-05T14:44:24.931Z] #29 7.528 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:24.931Z] #29 7.532 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:24.931Z] #29 7.571 Selecting previously unselected package libsasl2-2:amd64. [2022-03-05T14:44:24.931Z] #29 7.573 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-05T14:44:24.931Z] #29 7.578 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:24.931Z] #29 7.623 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-05T14:44:24.931Z] #29 7.623 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-05T14:44:24.931Z] #29 7.627 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:24.931Z] #29 7.689 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-05T14:44:24.931Z] #29 7.689 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-05T14:44:24.931Z] #29 7.693 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:25.190Z] #29 7.743 Selecting previously unselected package libpsl5:amd64. [2022-03-05T14:44:25.190Z] #29 7.743 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-05T14:44:25.190Z] #29 7.746 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:25.190Z] #29 7.790 Selecting previously unselected package librtmp1:amd64. [2022-03-05T14:44:25.190Z] #29 7.790 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-05T14:44:25.190Z] #29 7.794 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:25.190Z] #29 7.840 Selecting previously unselected package libssh2-1:amd64. [2022-03-05T14:44:25.190Z] #29 7.840 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-05T14:44:25.190Z] #29 7.845 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:25.190Z] #29 7.906 Selecting previously unselected package libcurl4:amd64. [2022-03-05T14:44:25.190Z] #19 122.9 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-05T14:44:25.190Z] #29 7.906 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:25.191Z] #19 122.9 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:25.191Z] #19 122.9 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:25.448Z] #19 123.3 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-05T14:44:25.448Z] #19 123.3 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:25.448Z] #19 123.4 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:25.449Z] #29 7.918 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:25.449Z] #29 7.982 Selecting previously unselected package curl. [2022-03-05T14:44:25.449Z] #29 7.982 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-05T14:44:25.449Z] #29 7.994 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:25.449Z] #29 8.042 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:44:25.449Z] #29 8.044 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:44:25.449Z] #29 8.048 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:25.449Z] #29 8.116 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:44:25.449Z] #29 8.116 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:44:25.449Z] #29 8.120 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:25.449Z] #29 8.173 Selecting previously unselected package jq. [2022-03-05T14:44:25.449Z] #29 8.173 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:44:25.704Z] #19 123.5 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-05T14:44:25.704Z] #19 123.5 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:25.704Z] #19 123.5 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:25.706Z] #29 8.176 Unpacking jq (1.6-2.1) ... [2022-03-05T14:44:25.706Z] #29 8.215 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-05T14:44:25.706Z] #29 8.228 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-05T14:44:25.706Z] #29 8.240 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-05T14:44:25.706Z] #29 8.251 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:25.706Z] #29 8.264 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-05T14:44:25.706Z] #29 8.274 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-05T14:44:25.706Z] #29 8.287 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-05T14:44:25.706Z] #29 8.297 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-05T14:44:25.706Z] #29 8.312 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:44:25.706Z] #29 8.324 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:44:25.706Z] #29 8.335 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-05T14:44:25.706Z] #29 8.345 Setting up ca-certificates (20210119) ... [2022-03-05T14:44:25.961Z] #19 123.7 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-05T14:44:25.961Z] #19 123.7 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:25.961Z] #19 123.8 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:26.218Z] #19 124.1 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-05T14:44:26.218Z] #19 124.1 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:26.218Z] #19 124.1 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:44:26.271Z] #29 8.913 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:27.204Z] #29 9.588 129 added, 0 removed; done. [2022-03-05T14:44:27.204Z] #29 9.680 Setting up jq (1.6-2.1) ... [2022-03-05T14:44:27.204Z] #29 9.689 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:27.204Z] #29 9.698 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-05T14:44:27.204Z] #29 9.709 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:27.204Z] #29 9.729 Processing triggers for ca-certificates (20210119) ... [2022-03-05T14:44:27.204Z] #29 9.737 Updating certificates in /etc/ssl/certs... [2022-03-05T14:44:27.610Z] #63 ... [2022-03-05T14:44:27.610Z] [2022-03-05T14:44:27.610Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:27.610Z] #31 sha256:ae16ed3a1c2a9c2117b3e4f90c86e8d0ff417c200262235cf279c60ea1f317a5 [2022-03-05T14:44:27.610Z] #31 8.535 [2022-03-05T14:44:27.610Z] #31 13.18 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T14:44:27.610Z] #31 14.78 [2022-03-05T14:44:27.610Z] #31 15.10 #=#=# 0.0% ############ 17.1% ######################## 33.6% ################################## 47.7% ######################################### 57.3% #################################################### 73.0% ############################################################### 88.7% ######################################################################## 100.0% [2022-03-05T14:44:27.610Z] #31 16.88 [2022-03-05T14:44:27.773Z] #29 10.27 0 added, 0 removed; done. [2022-03-05T14:44:27.773Z] #29 10.27 Running hooks in /etc/ca-certificates/update.d... [2022-03-05T14:44:27.773Z] #29 10.27 done. [2022-03-05T14:44:28.212Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.1s [2022-03-05T14:44:28.707Z] #29 ... [2022-03-05T14:44:28.707Z] [2022-03-05T14:44:28.707Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:28.707Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:28.707Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 3.7s done [2022-03-05T14:44:28.707Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.7s done [2022-03-05T14:44:28.707Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 1.5s [2022-03-05T14:44:28.830Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.2s [2022-03-05T14:44:29.519Z] #19 ... [2022-03-05T14:44:29.519Z] [2022-03-05T14:44:29.519Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:29.519Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:29.519Z] #50 DONE 133.3s [2022-03-05T14:44:29.519Z] [2022-03-05T14:44:29.519Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:44:29.519Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:44:29.601Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 12.1s done [2022-03-05T14:44:29.638Z] #11 ... [2022-03-05T14:44:29.638Z] [2022-03-05T14:44:29.638Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-05T14:44:29.638Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-05T14:44:29.638Z] #29 DONE 12.4s [2022-03-05T14:44:29.638Z] [2022-03-05T14:44:29.638Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:29.638Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:29.638Z] #11 ... [2022-03-05T14:44:29.638Z] [2022-03-05T14:44:29.638Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-05T14:44:29.638Z] #30 sha256:5f84bf1ecba11498e64ca6c8c032db68c81c259afa69f6a0a8ae45990ee6bd97 [2022-03-05T14:44:29.863Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-05T14:44:30.126Z] #11 DONE 40.9s [2022-03-05T14:44:30.126Z] [2022-03-05T14:44:30.126Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:44:30.126Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T14:44:30.133Z] #31 21.30 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T14:44:30.572Z] #30 DONE 0.7s [2022-03-05T14:44:30.572Z] [2022-03-05T14:44:30.572Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:30.572Z] #31 sha256:e3e88f3b449e548110f96448fa8bd89180554fcde788043acfb51835e2fcaa20 [2022-03-05T14:44:30.737Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 12.1s done [2022-03-05T14:44:30.997Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-05T14:44:31.063Z] #31 ... [2022-03-05T14:44:31.063Z] [2022-03-05T14:44:31.063Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:31.063Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T14:44:31.063Z] #58 11.95 Fetched 8392 kB in 9s (952 kB/s) [2022-03-05T14:44:31.063Z] #58 11.95 Reading package lists... [2022-03-05T14:44:31.063Z] #58 16.84 Reading package lists... [2022-03-05T14:44:31.063Z] #58 21.00 Building dependency tree... [2022-03-05T14:44:31.063Z] #58 ... [2022-03-05T14:44:31.063Z] [2022-03-05T14:44:31.063Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:31.063Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T14:44:31.063Z] #43 17.13 + git checkout -q v2.3.0 [2022-03-05T14:44:31.063Z] #43 18.45 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T14:44:31.074Z] #12 DONE 0.8s [2022-03-05T14:44:31.074Z] [2022-03-05T14:44:31.074Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:44:31.074Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T14:44:31.256Z] #11 DONE 44.2s [2022-03-05T14:44:31.256Z] [2022-03-05T14:44:31.256Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:44:31.256Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T14:44:31.320Z] #43 ... [2022-03-05T14:44:31.320Z] [2022-03-05T14:44:31.320Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:31.320Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T14:44:31.320Z] #47 12.01 Fetched 8395 kB in 9s (949 kB/s) [2022-03-05T14:44:31.320Z] #47 12.01 Reading package lists... [2022-03-05T14:44:31.320Z] #47 16.52 Reading package lists... [2022-03-05T14:44:31.320Z] #47 20.70 Building dependency tree... [2022-03-05T14:44:31.320Z] #47 ... [2022-03-05T14:44:31.320Z] [2022-03-05T14:44:31.320Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:31.320Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:31.320Z] #51 22.36 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T14:44:31.320Z] #51 22.36 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:44:31.320Z] #51 22.40 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T14:44:31.578Z] #51 22.45 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T14:44:31.578Z] #51 22.59 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T14:44:31.647Z] #13 DONE 0.7s [2022-03-05T14:44:31.647Z] [2022-03-05T14:44:31.647Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:44:31.647Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T14:44:31.835Z] #51 22.73 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T14:44:31.908Z] #33 ... [2022-03-05T14:44:31.908Z] [2022-03-05T14:44:31.908Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T14:44:31.908Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T14:44:31.908Z] #42 DONE 0.2s [2022-03-05T14:44:31.908Z] [2022-03-05T14:44:31.908Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:44:31.908Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T14:44:31.908Z] #33 DONE 0.2s [2022-03-05T14:44:31.908Z] [2022-03-05T14:44:31.908Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T14:44:31.908Z] #25 sha256:128820f8a276e5ebe8fcd4a1b348c18008c52fa06c84a963f2bd2b70508fe953 [2022-03-05T14:44:31.908Z] #25 DONE 0.3s [2022-03-05T14:44:31.908Z] [2022-03-05T14:44:31.908Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:31.908Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:44:31.949Z] #31 1.516 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-05T14:44:32.093Z] #51 23.08 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T14:44:32.093Z] #51 23.10 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T14:44:32.093Z] #51 23.14 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T14:44:32.171Z] #34 ... [2022-03-05T14:44:32.171Z] [2022-03-05T14:44:32.171Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T14:44:32.171Z] #62 sha256:57173b6ffda2c8d07296f3b30b27c0ef34433d4682e9131b174e8d963d7ba5cf [2022-03-05T14:44:32.171Z] #62 DONE 0.3s [2022-03-05T14:44:32.171Z] [2022-03-05T14:44:32.171Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T14:44:32.171Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T14:44:32.171Z] #46 DONE 0.3s [2022-03-05T14:44:32.171Z] [2022-03-05T14:44:32.171Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:32.171Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:32.194Z] #12 DONE 1.0s [2022-03-05T14:44:32.207Z] #31 1.776 [2022-03-05T14:44:32.352Z] #51 23.14 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T14:44:32.452Z] [2022-03-05T14:44:32.452Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:44:32.452Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T14:44:32.468Z] #31 1.996 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:32.727Z] #31 2.250 [2022-03-05T14:44:32.918Z] #51 ... [2022-03-05T14:44:32.918Z] [2022-03-05T14:44:32.918Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:32.918Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:32.918Z] #14 9.262 Reading package lists... [2022-03-05T14:44:32.918Z] #14 14.10 Reading package lists... [2022-03-05T14:44:32.918Z] #14 18.22 Building dependency tree... [2022-03-05T14:44:32.918Z] #14 21.58 The following additional packages will be installed: [2022-03-05T14:44:32.918Z] #14 21.59 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:44:32.918Z] #14 21.59 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T14:44:32.918Z] #14 21.59 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T14:44:32.918Z] #14 21.59 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T14:44:32.918Z] #14 21.60 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T14:44:32.918Z] #14 21.60 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T14:44:32.918Z] #14 21.61 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T14:44:32.918Z] #14 21.61 Suggested packages: [2022-03-05T14:44:32.918Z] #14 21.63 gcc-10-locales seccomp wine64 [2022-03-05T14:44:32.918Z] #14 22.62 The following NEW packages will be installed: [2022-03-05T14:44:32.918Z] #14 22.65 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:44:32.918Z] #14 22.65 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T14:44:32.918Z] #14 22.65 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T14:44:32.918Z] #14 22.65 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T14:44:32.918Z] #14 22.65 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T14:44:32.918Z] #14 22.65 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T14:44:32.918Z] #14 22.66 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T14:44:32.918Z] #14 22.66 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T14:44:32.918Z] #14 22.66 mingw-w64-x86-64-dev [2022-03-05T14:44:32.918Z] #14 23.03 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:32.918Z] #14 23.03 Need to get 108 MB of archives. [2022-03-05T14:44:32.918Z] #14 23.03 After this operation, 620 MB of additional disk space will be used. [2022-03-05T14:44:32.918Z] #14 23.03 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-03-05T14:44:32.918Z] #14 23.08 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-03-05T14:44:32.918Z] #14 23.16 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T14:44:32.918Z] #14 23.19 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-03-05T14:44:32.918Z] #14 23.19 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-03-05T14:44:32.918Z] #14 23.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T14:44:32.918Z] #14 23.50 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-03-05T14:44:32.918Z] #14 23.59 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-03-05T14:44:32.918Z] #14 23.59 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-03-05T14:44:33.025Z] #13 DONE 0.7s [2022-03-05T14:44:33.025Z] [2022-03-05T14:44:33.025Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:44:33.025Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T14:44:33.175Z] #14 24.06 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-03-05T14:44:33.175Z] #14 ... [2022-03-05T14:44:33.175Z] [2022-03-05T14:44:33.175Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:33.175Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:33.175Z] #51 24.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T14:44:33.175Z] #51 24.19 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T14:44:33.283Z] #33 DONE 0.3s [2022-03-05T14:44:33.283Z] [2022-03-05T14:44:33.283Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T14:44:33.283Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T14:44:33.284Z] #42 DONE 0.3s [2022-03-05T14:44:33.284Z] [2022-03-05T14:44:33.284Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T14:44:33.284Z] #25 sha256:0b5bafd692625bdbcee6d6a1f73a0de45b780ccca865c910c66c0331ae488741 [2022-03-05T14:44:33.284Z] #25 DONE 0.3s [2022-03-05T14:44:33.284Z] [2022-03-05T14:44:33.284Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T14:44:33.284Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T14:44:33.284Z] #46 DONE 0.3s [2022-03-05T14:44:33.284Z] [2022-03-05T14:44:33.284Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:33.284Z] #26 sha256:ced2aed6174709d13185ec4a3d48c5ea7caf906170aca0b55cc65d0343fb4cc6 [2022-03-05T14:44:33.284Z] #26 ... [2022-03-05T14:44:33.284Z] [2022-03-05T14:44:33.284Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T14:44:33.284Z] #62 sha256:341ce91ca2810ca78edc92b26d70d4654d71ddc1bb65bf8712f748da3aee9151 [2022-03-05T14:44:33.284Z] #62 DONE 0.3s [2022-03-05T14:44:33.542Z] [2022-03-05T14:44:33.542Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:33.542Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:44:33.660Z] #31 3.108 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-05T14:44:33.660Z] #31 3.375 [2022-03-05T14:44:33.741Z] #51 ... [2022-03-05T14:44:33.741Z] [2022-03-05T14:44:33.741Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:33.741Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T14:44:33.741Z] #38 10.14 Reading package lists... [2022-03-05T14:44:33.741Z] #38 14.66 Reading package lists... [2022-03-05T14:44:33.741Z] #38 18.58 Building dependency tree... [2022-03-05T14:44:33.741Z] #38 21.87 The following additional packages will be installed: [2022-03-05T14:44:33.741Z] #38 21.88 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T14:44:33.741Z] #38 21.91 Suggested packages: [2022-03-05T14:44:33.741Z] #38 21.91 cmake-doc ninja-build lrzip [2022-03-05T14:44:33.741Z] #38 21.91 Recommended packages: [2022-03-05T14:44:33.741Z] #38 21.91 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T14:44:33.741Z] #38 22.54 The following NEW packages will be installed: [2022-03-05T14:44:33.741Z] #38 22.55 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T14:44:33.741Z] #38 22.55 vim-common xxd [2022-03-05T14:44:33.741Z] #38 22.89 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:33.741Z] #38 22.89 Need to get 15.6 MB of archives. [2022-03-05T14:44:33.741Z] #38 22.89 After this operation, 67.4 MB of additional disk space will be used. [2022-03-05T14:44:33.741Z] #38 22.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:44:33.741Z] #38 22.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:44:33.741Z] #38 22.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T14:44:33.741Z] #38 22.95 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-05T14:44:33.741Z] #38 23.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-05T14:44:33.741Z] #38 23.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-05T14:44:33.741Z] #38 23.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-05T14:44:33.741Z] #38 23.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-05T14:44:33.741Z] #38 23.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-05T14:44:33.741Z] #38 23.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-05T14:44:33.741Z] #38 24.32 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:33.741Z] #38 24.52 Fetched 15.6 MB in 1s (17.3 MB/s) [2022-03-05T14:44:33.741Z] #38 24.63 Selecting previously unselected package xxd. [2022-03-05T14:44:33.741Z] #38 24.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 ... 15700 files and directories currently installed.) [2022-03-05T14:44:33.741Z] #38 24.69 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T14:44:33.741Z] #38 24.71 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:44:33.741Z] #38 ... [2022-03-05T14:44:33.741Z] [2022-03-05T14:44:33.741Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:33.741Z] #31 sha256:ae16ed3a1c2a9c2117b3e4f90c86e8d0ff417c200262235cf279c60ea1f317a5 [2022-03-05T14:44:33.741Z] #31 22.78 #=#=# [2022-03-05T14:44:33.741Z] #31 23.05 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:33.741Z] #31 24.04 [2022-03-05T14:44:34.224Z] #31 3.597 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:34.483Z] #31 3.869 [2022-03-05T14:44:34.483Z] #31 ... [2022-03-05T14:44:34.483Z] [2022-03-05T14:44:34.483Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-05T14:44:34.483Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-05T14:44:34.483Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.0s done [2022-03-05T14:44:34.483Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-05T14:44:34.483Z] #11 DONE 25.2s [2022-03-05T14:44:34.673Z] #31 26.08 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T14:44:34.740Z] [2022-03-05T14:44:34.740Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-05T14:44:34.740Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-05T14:44:35.670Z] #12 DONE 1.0s [2022-03-05T14:44:35.670Z] [2022-03-05T14:44:35.670Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-05T14:44:35.670Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-05T14:44:36.052Z] #31 27.13 [2022-03-05T14:44:36.063Z] #19 133.2 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-05T14:44:36.063Z] #19 133.2 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:36.063Z] #19 133.2 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:44:36.063Z] #19 133.2 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-05T14:44:36.063Z] #19 133.2 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-05T14:44:36.063Z] #19 133.2 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-05T14:44:36.063Z] #19 133.6 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-05T14:44:36.063Z] #19 133.6 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-05T14:44:36.063Z] #19 133.6 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-05T14:44:36.063Z] #19 134.0 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-05T14:44:36.063Z] #19 134.0 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:36.063Z] #19 134.0 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:44:36.309Z] #31 27.38 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:36.567Z] #31 ... [2022-03-05T14:44:36.567Z] [2022-03-05T14:44:36.567Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:36.567Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-05T14:44:36.567Z] #53 27.26 v3.0.2 [2022-03-05T14:44:36.567Z] #53 DONE 27.6s [2022-03-05T14:44:36.567Z] [2022-03-05T14:44:36.567Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:36.567Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-05T14:44:36.567Z] #58 21.00 Building dependency tree... [2022-03-05T14:44:36.567Z] #58 24.34 The following additional packages will be installed: [2022-03-05T14:44:36.567Z] #58 24.34 libbtrfs0 [2022-03-05T14:44:36.567Z] #58 24.53 The following NEW packages will be installed: [2022-03-05T14:44:36.567Z] #58 24.55 libbtrfs-dev libbtrfs0 [2022-03-05T14:44:36.567Z] #58 24.94 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:36.567Z] #58 24.94 Need to get 454 kB of archives. [2022-03-05T14:44:36.567Z] #58 24.94 After this operation, 1275 kB of additional disk space will be used. [2022-03-05T14:44:36.567Z] #58 24.94 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-05T14:44:36.567Z] #58 24.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-05T14:44:36.567Z] #58 25.78 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:36.567Z] #58 25.98 Fetched 454 kB in 0s (1339 kB/s) [2022-03-05T14:44:36.567Z] #58 26.04 Selecting previously unselected package libbtrfs0:arm64. [2022-03-05T14:44:36.567Z] #58 26.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-05T14:44:36.567Z] #58 26.10 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-05T14:44:36.567Z] #58 26.14 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T14:44:36.567Z] #58 26.34 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-05T14:44:36.567Z] #58 26.34 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-05T14:44:36.567Z] #58 26.54 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T14:44:36.567Z] #58 26.81 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T14:44:36.567Z] #58 26.83 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T14:44:36.567Z] #58 26.85 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:36.567Z] #58 DONE 27.6s [2022-03-05T14:44:36.567Z] [2022-03-05T14:44:36.567Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T14:44:36.567Z] #59 sha256:57db04e63688096a6239e98726740b57ba3d078ea664941aa22f2a406b50e990 [2022-03-05T14:44:36.602Z] #13 DONE 1.1s [2022-03-05T14:44:36.602Z] [2022-03-05T14:44:36.602Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:36.602Z] #31 sha256:e3e88f3b449e548110f96448fa8bd89180554fcde788043acfb51835e2fcaa20 [2022-03-05T14:44:36.602Z] #31 4.686 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-05T14:44:36.602Z] #31 4.881 [2022-03-05T14:44:36.602Z] #31 5.099 #=#=# ##### 7.8% ######################################## 56.2% ############################################################### 88.0% ######################################################################## 100.0% [2022-03-05T14:44:36.602Z] #31 5.622 [2022-03-05T14:44:36.602Z] #31 ... [2022-03-05T14:44:36.602Z] [2022-03-05T14:44:36.602Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-05T14:44:36.602Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-05T14:44:36.602Z] #33 DONE 0.1s [2022-03-05T14:44:36.625Z] #19 134.4 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-05T14:44:36.625Z] #19 134.4 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:36.625Z] #19 134.5 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:44:36.825Z] #59 DONE 0.2s [2022-03-05T14:44:36.826Z] [2022-03-05T14:44:36.826Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:36.826Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:36.826Z] #51 26.62 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:44:36.826Z] #51 26.63 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T14:44:36.826Z] #51 26.78 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T14:44:36.826Z] #51 26.86 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T14:44:36.826Z] #51 26.91 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T14:44:36.826Z] #51 26.92 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T14:44:36.826Z] #51 26.99 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T14:44:36.826Z] #51 27.00 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T14:44:36.826Z] #51 27.02 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T14:44:36.826Z] #51 27.08 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T14:44:36.826Z] #51 27.15 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T14:44:36.826Z] #51 27.18 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T14:44:36.826Z] #51 27.20 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T14:44:36.826Z] #51 27.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T14:44:36.826Z] #51 27.51 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T14:44:36.826Z] #51 27.54 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T14:44:36.826Z] #51 27.57 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T14:44:36.826Z] #51 27.61 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T14:44:36.826Z] #51 27.65 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T14:44:36.826Z] #51 27.71 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T14:44:36.826Z] #51 27.73 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T14:44:36.859Z] [2022-03-05T14:44:36.859Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-05T14:44:36.859Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-05T14:44:36.859Z] #42 DONE 0.2s [2022-03-05T14:44:36.859Z] [2022-03-05T14:44:36.859Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-05T14:44:36.859Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-05T14:44:36.859Z] #46 DONE 0.2s [2022-03-05T14:44:36.859Z] [2022-03-05T14:44:36.859Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:36.859Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:36.859Z] #43 ... [2022-03-05T14:44:36.859Z] [2022-03-05T14:44:36.859Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T14:44:36.859Z] #25 sha256:5da367ba4ffe327a3a9f93e6086612bfbed6f3d18895b70ccae45e95cda3e076 [2022-03-05T14:44:36.859Z] #25 DONE 0.2s [2022-03-05T14:44:36.859Z] [2022-03-05T14:44:36.859Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T14:44:36.859Z] #62 sha256:64d66afc807571144f54a48e3f7878e40df80d5fc608cc581831e1d42f93c78d [2022-03-05T14:44:36.859Z] #62 DONE 0.3s [2022-03-05T14:44:37.117Z] [2022-03-05T14:44:37.117Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:37.117Z] #63 sha256:0ac08d60114381fcf905ca712a03d0fd51da3e12ac72a71ce98adc0a6a529ae1 [2022-03-05T14:44:37.466Z] #47 ... [2022-03-05T14:44:37.467Z] [2022-03-05T14:44:37.467Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:37.467Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:44:37.467Z] #34 5.018 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T14:44:37.467Z] #34 5.018 Cloning into '.'... [2022-03-05T14:44:37.771Z] #51 28.52 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T14:44:37.771Z] #51 28.60 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T14:44:37.771Z] #51 28.66 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T14:44:37.771Z] #51 28.73 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T14:44:38.028Z] #51 ... [2022-03-05T14:44:38.028Z] [2022-03-05T14:44:38.028Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:38.028Z] #31 sha256:ae16ed3a1c2a9c2117b3e4f90c86e8d0ff417c200262235cf279c60ea1f317a5 [2022-03-05T14:44:38.028Z] #31 28.79 [2022-03-05T14:44:38.028Z] #31 29.10 Download of images into '/build' complete. [2022-03-05T14:44:38.028Z] #31 29.10 Use something like the following to load the result into a Docker daemon: [2022-03-05T14:44:38.028Z] #31 29.10 tar -cC '/build' . | docker load [2022-03-05T14:44:38.028Z] #31 DONE 29.4s [2022-03-05T14:44:38.028Z] [2022-03-05T14:44:38.028Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:38.028Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:38.028Z] #51 28.94 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T14:44:38.028Z] #51 28.97 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T14:44:38.592Z] #51 29.66 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T14:44:38.592Z] #51 29.68 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T14:44:38.816Z] #63 ... [2022-03-05T14:44:38.816Z] [2022-03-05T14:44:38.816Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:38.816Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:38.816Z] #58 4.499 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:38.817Z] #58 4.514 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:38.817Z] #58 4.518 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:38.817Z] #58 4.809 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:38.817Z] #58 ... [2022-03-05T14:44:38.817Z] [2022-03-05T14:44:38.817Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:38.817Z] #26 sha256:ced2aed6174709d13185ec4a3d48c5ea7caf906170aca0b55cc65d0343fb4cc6 [2022-03-05T14:44:38.817Z] #26 5.372 + RM_GOPATH=0 [2022-03-05T14:44:38.817Z] #26 5.372 + TMP_GOPATH= [2022-03-05T14:44:38.817Z] #26 5.372 + : /build [2022-03-05T14:44:38.817Z] #26 5.372 + '[' -z '' ']' [2022-03-05T14:44:38.817Z] #26 5.372 ++ mktemp -d [2022-03-05T14:44:38.817Z] #26 5.372 + export GOPATH=/tmp/tmp.ZrVK98eJX2 [2022-03-05T14:44:38.817Z] #26 5.372 + GOPATH=/tmp/tmp.ZrVK98eJX2 [2022-03-05T14:44:38.817Z] #26 5.372 + RM_GOPATH=1 [2022-03-05T14:44:38.817Z] #26 5.372 + case "$(go env GOARCH)" in [2022-03-05T14:44:38.817Z] #26 5.389 ++ go env GOARCH [2022-03-05T14:44:38.817Z] #26 5.398 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:38.817Z] #26 5.398 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:38.817Z] #26 5.398 ++ dirname /install.sh [2022-03-05T14:44:38.817Z] #26 5.398 + dir=/ [2022-03-05T14:44:38.817Z] #26 5.398 + bin=dockercli [2022-03-05T14:44:38.817Z] #26 5.398 + shift [2022-03-05T14:44:38.817Z] #26 5.398 + '[' '!' -f //dockercli.installer ']' [2022-03-05T14:44:38.817Z] #26 5.398 + . //dockercli.installer [2022-03-05T14:44:38.817Z] #26 5.398 ++ : stable [2022-03-05T14:44:38.817Z] #26 5.398 ++ : 17.06.2-ce [2022-03-05T14:44:38.817Z] #26 5.398 + install_dockercli [2022-03-05T14:44:38.817Z] #26 5.398 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T14:44:38.817Z] #26 5.398 Install docker/cli version 17.06.2-ce from stable [2022-03-05T14:44:38.817Z] #26 5.408 ++ uname -m [2022-03-05T14:44:38.817Z] #26 5.447 + arch=x86_64 [2022-03-05T14:44:38.817Z] #26 5.447 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T14:44:38.817Z] #26 5.447 + url=https://download.docker.com/linux/static [2022-03-05T14:44:38.817Z] #26 5.447 + tar -xz docker/docker [2022-03-05T14:44:38.817Z] #26 5.452 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T14:44:38.848Z] #51 29.72 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T14:44:38.848Z] #51 29.74 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T14:44:38.848Z] #51 29.78 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T14:44:38.848Z] #51 29.81 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T14:44:38.848Z] #51 29.83 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T14:44:38.848Z] #51 29.91 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T14:44:39.107Z] #51 29.95 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T14:44:39.107Z] #51 29.97 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T14:44:39.107Z] #51 30.02 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T14:44:39.107Z] #51 30.05 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T14:44:39.107Z] #51 30.11 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T14:44:39.107Z] #51 30.14 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T14:44:39.369Z] #51 30.21 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T14:44:39.369Z] #51 30.23 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T14:44:39.369Z] #51 30.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T14:44:39.369Z] #51 30.28 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T14:44:39.369Z] #51 30.29 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T14:44:39.369Z] #51 30.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T14:44:39.369Z] #51 30.48 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T14:44:39.629Z] #51 30.52 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T14:44:39.629Z] #51 30.55 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T14:44:39.629Z] #51 30.55 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T14:44:39.629Z] #51 30.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T14:44:39.629Z] #51 30.62 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T14:44:39.629Z] #51 30.68 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T14:44:39.629Z] #51 30.72 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T14:44:39.657Z] #63 ... [2022-03-05T14:44:39.657Z] [2022-03-05T14:44:39.658Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-05T14:44:39.658Z] #31 sha256:e3e88f3b449e548110f96448fa8bd89180554fcde788043acfb51835e2fcaa20 [2022-03-05T14:44:39.658Z] #31 6.312 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-05T14:44:39.658Z] #31 6.760 [2022-03-05T14:44:39.658Z] #31 7.005 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:39.658Z] #31 7.492 [2022-03-05T14:44:39.658Z] #31 8.314 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-05T14:44:39.658Z] #31 8.622 [2022-03-05T14:44:39.658Z] #31 8.838 #=#=# ######################################################################## 100.0% [2022-03-05T14:44:39.658Z] #31 9.116 [2022-03-05T14:44:39.658Z] #31 9.197 Download of images into '/build' complete. [2022-03-05T14:44:39.658Z] #31 9.197 Use something like the following to load the result into a Docker daemon: [2022-03-05T14:44:39.658Z] #31 9.197 tar -cC '/build' . | docker load [2022-03-05T14:44:39.658Z] #31 DONE 9.3s [2022-03-05T14:44:39.887Z] #51 30.75 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T14:44:39.887Z] #51 30.77 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T14:44:39.887Z] #51 30.79 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T14:44:39.887Z] #51 30.80 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T14:44:39.887Z] #51 30.81 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T14:44:39.887Z] #51 30.86 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T14:44:39.887Z] #51 30.93 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T14:44:39.887Z] #51 30.94 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T14:44:39.887Z] #51 30.96 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T14:44:39.917Z] [2022-03-05T14:44:39.917Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:39.917Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:39.917Z] #58 3.009 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:39.917Z] #58 3.037 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:39.917Z] #58 3.037 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:39.917Z] #58 3.410 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:40.147Z] #51 30.99 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T14:44:40.147Z] #51 31.00 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T14:44:40.147Z] #51 31.06 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T14:44:40.147Z] #51 31.07 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T14:44:40.147Z] #51 31.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T14:44:40.147Z] #51 31.13 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T14:44:40.178Z] #58 3.680 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:40.724Z] #51 31.58 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T14:44:40.724Z] #51 31.59 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T14:44:40.724Z] #51 31.61 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T14:44:40.724Z] #51 31.65 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T14:44:40.724Z] #51 31.68 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T14:44:40.724Z] #51 31.69 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T14:44:40.724Z] #51 31.71 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T14:44:40.724Z] #51 31.77 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T14:44:40.725Z] #51 31.81 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T14:44:40.982Z] #51 31.96 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T14:44:40.982Z] #51 31.97 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T14:44:40.982Z] #51 31.98 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T14:44:40.982Z] #51 31.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T14:44:40.982Z] #51 32.01 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T14:44:40.982Z] #51 32.03 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T14:44:40.982Z] #51 32.05 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T14:44:40.982Z] #51 32.08 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T14:44:41.113Z] #58 4.359 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:41.241Z] #51 32.14 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T14:44:41.241Z] #51 32.21 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T14:44:41.241Z] #51 32.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T14:44:41.241Z] #51 32.24 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T14:44:41.241Z] #51 32.31 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T14:44:41.498Z] #51 32.33 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T14:44:41.498Z] #51 32.34 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T14:44:41.498Z] #51 32.36 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T14:44:41.498Z] #51 32.39 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T14:44:41.681Z] #34 ... [2022-03-05T14:44:41.681Z] [2022-03-05T14:44:41.681Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:41.681Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:41.681Z] #53 5.726 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T14:44:41.681Z] #53 7.279 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T14:44:41.681Z] #53 7.302 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T14:44:41.681Z] #53 7.383 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T14:44:41.944Z] #53 ... [2022-03-05T14:44:41.944Z] [2022-03-05T14:44:41.944Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:41.944Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:44:41.944Z] #51 5.790 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T14:44:41.944Z] #51 ... [2022-03-05T14:44:41.944Z] [2022-03-05T14:44:41.944Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:41.944Z] #63 sha256:fc2521a7955e7ba041181bc89fc50fd502adefabb4665bb1dfab93506deb10d2 [2022-03-05T14:44:41.944Z] #63 5.122 + RM_GOPATH=0 [2022-03-05T14:44:41.944Z] #63 5.122 + TMP_GOPATH= [2022-03-05T14:44:41.944Z] #63 5.122 + : /build [2022-03-05T14:44:41.944Z] #63 5.122 + '[' -z '' ']' [2022-03-05T14:44:41.944Z] #63 5.122 ++ mktemp -d [2022-03-05T14:44:41.944Z] #63 5.154 + export GOPATH=/tmp/tmp.rsTUmiwiwQ [2022-03-05T14:44:41.944Z] #63 5.154 + GOPATH=/tmp/tmp.rsTUmiwiwQ [2022-03-05T14:44:41.944Z] #63 5.154 + RM_GOPATH=1 [2022-03-05T14:44:41.944Z] #63 5.154 + case "$(go env GOARCH)" in [2022-03-05T14:44:41.944Z] #63 5.154 ++ go env GOARCH [2022-03-05T14:44:41.944Z] #63 5.163 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:41.944Z] #63 5.163 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:41.944Z] #63 5.163 ++ dirname /install.sh [2022-03-05T14:44:41.944Z] #63 5.197 + dir=/ [2022-03-05T14:44:41.944Z] #63 5.197 + bin=rootlesskit [2022-03-05T14:44:41.944Z] #63 5.197 + shift [2022-03-05T14:44:41.944Z] #63 5.197 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T14:44:41.944Z] #63 5.197 + . //rootlesskit.installer [2022-03-05T14:44:41.944Z] #63 5.197 ++ : v0.14.6 [2022-03-05T14:44:41.944Z] #63 5.197 + install_rootlesskit [2022-03-05T14:44:41.944Z] #63 5.197 + case "$1" in [2022-03-05T14:44:41.944Z] #63 5.197 + export CGO_ENABLED=0 [2022-03-05T14:44:41.944Z] #63 5.197 + CGO_ENABLED=0 [2022-03-05T14:44:41.944Z] #63 5.197 + _install_rootlesskit [2022-03-05T14:44:41.944Z] #63 5.197 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T14:44:41.944Z] #63 5.197 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:44:41.944Z] #63 5.197 + GOBIN=/build [2022-03-05T14:44:41.944Z] #63 5.197 + GO111MODULE=on [2022-03-05T14:44:41.944Z] #63 5.197 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T14:44:41.944Z] #63 5.202 Install rootlesskit version v0.14.6 [2022-03-05T14:44:41.944Z] #63 5.745 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T14:44:41.944Z] #63 9.522 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:44:41.944Z] #63 9.540 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T14:44:42.065Z] #51 32.85 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T14:44:42.065Z] #51 33.00 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T14:44:42.207Z] #63 ... [2022-03-05T14:44:42.207Z] [2022-03-05T14:44:42.207Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:42.207Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:42.207Z] #14 6.302 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:42.207Z] #14 6.453 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:42.207Z] #14 6.453 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:42.207Z] #14 8.297 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:42.207Z] #14 ... [2022-03-05T14:44:42.207Z] [2022-03-05T14:44:42.207Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:42.207Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:42.207Z] #49 6.287 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:44:42.207Z] #49 8.466 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:44:42.207Z] #49 8.470 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:44:42.207Z] #49 8.532 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:44:42.207Z] #49 8.611 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:44:42.207Z] #49 9.085 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:44:42.207Z] #49 9.632 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:44:42.207Z] #49 9.796 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:44:42.207Z] #49 9.840 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:44:42.207Z] #49 10.07 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:44:42.484Z] #49 ... [2022-03-05T14:44:42.484Z] [2022-03-05T14:44:42.484Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:42.484Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:42.484Z] #36 4.942 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T14:44:42.484Z] #36 ... [2022-03-05T14:44:42.484Z] [2022-03-05T14:44:42.484Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:42.484Z] #26 sha256:e1647d7f33cf79ccf96bd83dfa5803d8ad352043180759613c87e4c9ff59b5cf [2022-03-05T14:44:42.484Z] #26 5.441 + RM_GOPATH=0 [2022-03-05T14:44:42.484Z] #26 5.446 + TMP_GOPATH= [2022-03-05T14:44:42.484Z] #26 5.446 + : /build [2022-03-05T14:44:42.484Z] #26 5.446 + '[' -z '' ']' [2022-03-05T14:44:42.484Z] #26 5.446 ++ mktemp -d [2022-03-05T14:44:42.484Z] #26 5.446 + export GOPATH=/tmp/tmp.q7yV30aqAk [2022-03-05T14:44:42.484Z] #26 5.446 + GOPATH=/tmp/tmp.q7yV30aqAk [2022-03-05T14:44:42.484Z] #26 5.446 + RM_GOPATH=1 [2022-03-05T14:44:42.484Z] #26 5.446 + case "$(go env GOARCH)" in [2022-03-05T14:44:42.484Z] #26 5.446 ++ go env GOARCH [2022-03-05T14:44:42.484Z] #26 5.498 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:42.484Z] #26 5.498 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:42.484Z] #26 5.498 ++ dirname /install.sh [2022-03-05T14:44:42.484Z] #26 5.498 + dir=/ [2022-03-05T14:44:42.484Z] #26 5.498 + bin=dockercli [2022-03-05T14:44:42.484Z] #26 5.498 + shift [2022-03-05T14:44:42.484Z] #26 5.498 + '[' '!' -f //dockercli.installer ']' [2022-03-05T14:44:42.484Z] #26 5.498 + . //dockercli.installer [2022-03-05T14:44:42.484Z] #26 5.498 ++ : stable [2022-03-05T14:44:42.484Z] #26 5.498 ++ : 17.06.2-ce [2022-03-05T14:44:42.484Z] #26 5.499 + install_dockercli [2022-03-05T14:44:42.484Z] #26 5.499 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T14:44:42.484Z] #26 5.499 Install docker/cli version 17.06.2-ce from stable [2022-03-05T14:44:42.484Z] #26 5.500 ++ uname -m [2022-03-05T14:44:42.484Z] #26 5.504 + arch=x86_64 [2022-03-05T14:44:42.484Z] #26 5.504 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T14:44:42.484Z] #26 5.504 + url=https://download.docker.com/linux/static [2022-03-05T14:44:42.484Z] #26 5.505 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T14:44:42.484Z] #26 5.566 + tar -xz docker/docker [2022-03-05T14:44:42.493Z] #58 ... [2022-03-05T14:44:42.493Z] [2022-03-05T14:44:42.493Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:42.493Z] #63 sha256:0ac08d60114381fcf905ca712a03d0fd51da3e12ac72a71ce98adc0a6a529ae1 [2022-03-05T14:44:42.493Z] #63 5.380 + RM_GOPATH=0 [2022-03-05T14:44:42.493Z] #63 5.380 + TMP_GOPATH= [2022-03-05T14:44:42.493Z] #63 5.380 + : /build [2022-03-05T14:44:42.493Z] #63 5.380 + '[' -z '' ']' [2022-03-05T14:44:42.493Z] #63 5.380 ++ mktemp -d [2022-03-05T14:44:42.493Z] #63 5.380 + export GOPATH=/tmp/tmp.YayJPjssBw [2022-03-05T14:44:42.493Z] #63 5.380 + GOPATH=/tmp/tmp.YayJPjssBw [2022-03-05T14:44:42.493Z] #63 5.380 + RM_GOPATH=1 [2022-03-05T14:44:42.493Z] #63 5.380 + case "$(go env GOARCH)" in [2022-03-05T14:44:42.493Z] #63 5.380 ++ go env GOARCH [2022-03-05T14:44:42.493Z] #63 5.396 Install rootlesskit version v0.14.6 [2022-03-05T14:44:42.493Z] #63 5.397 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:42.493Z] #63 5.397 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:42.493Z] #63 5.397 ++ dirname /install.sh [2022-03-05T14:44:42.493Z] #63 5.397 + dir=/ [2022-03-05T14:44:42.493Z] #63 5.397 + bin=rootlesskit [2022-03-05T14:44:42.493Z] #63 5.397 + shift [2022-03-05T14:44:42.493Z] #63 5.397 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T14:44:42.493Z] #63 5.397 + . //rootlesskit.installer [2022-03-05T14:44:42.493Z] #63 5.397 ++ : v0.14.6 [2022-03-05T14:44:42.493Z] #63 5.397 + install_rootlesskit [2022-03-05T14:44:42.493Z] #63 5.397 + case "$1" in [2022-03-05T14:44:42.493Z] #63 5.397 + export CGO_ENABLED=0 [2022-03-05T14:44:42.493Z] #63 5.397 + CGO_ENABLED=0 [2022-03-05T14:44:42.493Z] #63 5.397 + _install_rootlesskit [2022-03-05T14:44:42.493Z] #63 5.397 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T14:44:42.493Z] #63 5.397 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:44:42.493Z] #63 5.397 + GOBIN=/build [2022-03-05T14:44:42.493Z] #63 5.397 + GO111MODULE=on [2022-03-05T14:44:42.493Z] #63 5.397 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T14:44:42.748Z] #26 ... [2022-03-05T14:44:42.748Z] [2022-03-05T14:44:42.748Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:42.748Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:42.748Z] #38 6.260 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:42.748Z] #38 6.376 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:42.748Z] #38 6.376 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:42.748Z] #38 8.090 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:42.748Z] #38 ... [2022-03-05T14:44:42.748Z] [2022-03-05T14:44:42.748Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:42.748Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:42.748Z] #58 4.546 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:42.748Z] #58 4.571 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:42.749Z] #58 4.571 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:42.749Z] #58 4.962 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:42.749Z] #58 6.154 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:42.749Z] #58 9.938 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:42.754Z] #63 5.871 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T14:44:43.001Z] #51 33.83 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T14:44:43.001Z] #51 33.86 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T14:44:43.001Z] #51 33.92 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T14:44:43.001Z] #51 33.99 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T14:44:43.011Z] #58 ... [2022-03-05T14:44:43.011Z] [2022-03-05T14:44:43.011Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:43.011Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:43.011Z] #43 4.449 + git clone https://github.com/docker/distribution.git . [2022-03-05T14:44:43.011Z] #43 4.449 Cloning into '.'... [2022-03-05T14:44:43.016Z] #26 ... [2022-03-05T14:44:43.016Z] [2022-03-05T14:44:43.016Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:43.016Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:43.016Z] #14 4.835 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:43.016Z] #14 4.873 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:43.016Z] #14 4.873 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:43.016Z] #14 5.409 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:43.016Z] #14 7.980 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:43.016Z] #14 ... [2022-03-05T14:44:43.016Z] [2022-03-05T14:44:43.016Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:43.016Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:43.016Z] #36 4.248 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T14:44:43.258Z] #51 34.03 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T14:44:43.258Z] #51 34.04 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T14:44:43.258Z] #51 34.08 go: downloading golang.org/x/text v0.3.7 [2022-03-05T14:44:43.258Z] #51 ... [2022-03-05T14:44:43.258Z] [2022-03-05T14:44:43.258Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:43.258Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T14:44:43.258Z] #47 23.92 The following additional packages will be installed: [2022-03-05T14:44:43.258Z] #47 23.94 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:44:43.258Z] #47 23.94 python3-protobuf python3-six [2022-03-05T14:44:43.258Z] #47 23.95 Suggested packages: [2022-03-05T14:44:43.258Z] #47 23.95 python3-setuptools [2022-03-05T14:44:43.258Z] #47 23.95 Recommended packages: [2022-03-05T14:44:43.258Z] #47 23.95 iproute2 | iproute [2022-03-05T14:44:43.258Z] #47 24.50 The following NEW packages will be installed: [2022-03-05T14:44:43.258Z] #47 24.50 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:44:43.258Z] #47 24.51 python3-protobuf python3-six [2022-03-05T14:44:43.258Z] #47 24.97 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:44:43.258Z] #47 24.97 Need to get 2115 kB of archives. [2022-03-05T14:44:43.258Z] #47 24.97 After this operation, 10.7 MB of additional disk space will be used. [2022-03-05T14:44:43.258Z] #47 24.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-05T14:44:43.258Z] #47 24.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:44:43.258Z] #47 24.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T14:44:43.258Z] #47 24.99 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-05T14:44:43.258Z] #47 24.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-05T14:44:43.258Z] #47 25.00 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-03-05T14:44:43.258Z] #47 25.01 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-05T14:44:43.258Z] #47 28.13 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-05T14:44:43.258Z] #47 29.31 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:43.258Z] #47 29.43 Fetched 2115 kB in 4s (553 kB/s) [2022-03-05T14:44:43.258Z] #47 29.53 Selecting previously unselected package libprotobuf23:arm64. [2022-03-05T14:44:43.258Z] #47 29.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-05T14:44:43.258Z] #47 29.57 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-05T14:44:43.258Z] #47 29.59 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-05T14:44:43.258Z] #47 30.10 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:44:43.258Z] #47 30.10 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:44:43.258Z] #47 30.11 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:44:43.258Z] #47 30.30 Selecting previously unselected package python3-six. [2022-03-05T14:44:43.258Z] #47 30.30 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T14:44:43.258Z] #47 30.31 Unpacking python3-six (1.16.0-2) ... [2022-03-05T14:44:43.258Z] #47 30.39 Selecting previously unselected package python3-protobuf. [2022-03-05T14:44:43.258Z] #47 30.39 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-05T14:44:43.258Z] #47 30.40 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T14:44:43.258Z] #47 30.73 Selecting previously unselected package libnet1:arm64. [2022-03-05T14:44:43.259Z] #47 30.73 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-05T14:44:43.259Z] #47 30.73 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:44:43.259Z] #47 30.86 Selecting previously unselected package libnl-3-200:arm64. [2022-03-05T14:44:43.259Z] #47 30.86 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-05T14:44:43.259Z] #47 30.87 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T14:44:43.259Z] #47 30.97 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-05T14:44:43.259Z] #47 30.98 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-05T14:44:43.259Z] #47 30.98 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T14:44:43.259Z] #47 31.09 Selecting previously unselected package criu. [2022-03-05T14:44:43.259Z] #47 31.09 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-05T14:44:43.259Z] #47 31.10 Unpacking criu (3.16.1-3) ... [2022-03-05T14:44:43.259Z] #47 31.71 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:44:43.259Z] #47 33.04 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-05T14:44:43.259Z] #47 33.06 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:44:43.259Z] #47 33.07 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T14:44:43.259Z] #47 33.10 Setting up python3-six (1.16.0-2) ... [2022-03-05T14:44:43.275Z] #43 ... [2022-03-05T14:44:43.275Z] [2022-03-05T14:44:43.275Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:43.275Z] #63 sha256:fc2521a7955e7ba041181bc89fc50fd502adefabb4665bb1dfab93506deb10d2 [2022-03-05T14:44:43.275Z] #63 10.85 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T14:44:43.277Z] #36 ... [2022-03-05T14:44:43.277Z] [2022-03-05T14:44:43.277Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:43.277Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:43.277Z] #49 6.885 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:44:43.277Z] #49 9.027 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:44:43.277Z] #49 9.626 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:44:43.277Z] #49 9.682 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:44:43.277Z] #49 9.768 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:44:43.277Z] #49 9.933 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:44:43.277Z] #49 10.22 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:44:43.277Z] #49 10.26 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:44:43.516Z] #47 34.04 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T14:44:43.516Z] #47 34.07 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T14:44:43.547Z] #49 ... [2022-03-05T14:44:43.547Z] [2022-03-05T14:44:43.547Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:43.547Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:43.547Z] #53 6.608 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T14:44:43.547Z] #53 8.075 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T14:44:43.547Z] #53 8.102 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T14:44:43.547Z] #53 8.181 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T14:44:43.547Z] #53 ... [2022-03-05T14:44:43.547Z] [2022-03-05T14:44:43.547Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:43.547Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:43.547Z] #38 6.341 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:43.547Z] #38 6.378 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:43.547Z] #38 6.384 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:43.547Z] #38 8.009 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:43.773Z] #47 ... [2022-03-05T14:44:43.773Z] [2022-03-05T14:44:43.773Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:43.773Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:43.773Z] #14 24.82 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-03-05T14:44:43.773Z] #14 25.14 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-03-05T14:44:43.773Z] #14 25.57 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-03-05T14:44:43.773Z] #14 26.55 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-03-05T14:44:43.773Z] #14 26.81 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-03-05T14:44:43.773Z] #14 26.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-05T14:44:43.773Z] #14 26.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-05T14:44:43.773Z] #14 26.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-05T14:44:43.773Z] #14 26.84 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-05T14:44:43.773Z] #14 26.85 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-03-05T14:44:43.773Z] #14 26.85 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-05T14:44:43.773Z] #14 26.85 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-05T14:44:43.773Z] #14 26.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-05T14:44:43.773Z] #14 26.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-05T14:44:43.773Z] #14 26.89 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-05T14:44:43.773Z] #14 26.89 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-05T14:44:43.773Z] #14 26.90 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-05T14:44:43.773Z] #14 26.91 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-03-05T14:44:43.773Z] #14 26.91 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-05T14:44:43.773Z] #14 26.92 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-05T14:44:43.773Z] #14 28.00 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:44:43.773Z] #14 28.34 Fetched 108 MB in 4s (25.6 MB/s) [2022-03-05T14:44:43.773Z] #14 28.46 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T14:44:43.773Z] #14 28.46 (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-03-05T14:44:43.773Z] #14 28.52 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-05T14:44:43.773Z] #14 28.52 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:44:43.773Z] #14 30.59 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T14:44:43.773Z] #14 30.59 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-05T14:44:43.773Z] #14 30.61 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:44:43.773Z] #14 32.69 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T14:44:43.773Z] #14 32.69 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T14:44:43.773Z] #14 32.70 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:44:43.773Z] #14 32.81 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-05T14:44:43.773Z] #14 32.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T14:44:43.773Z] #14 32.82 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:44:43.773Z] #14 32.94 Selecting previously unselected package dmsetup. [2022-03-05T14:44:43.773Z] #14 32.94 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T14:44:43.773Z] #14 32.95 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:44:43.773Z] #14 33.07 Selecting previously unselected package mingw-w64-common. [2022-03-05T14:44:43.773Z] #14 33.09 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T14:44:43.773Z] #14 33.11 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T14:44:43.807Z] #38 ... [2022-03-05T14:44:43.807Z] [2022-03-05T14:44:43.807Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:43.807Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:44:43.807Z] #51 5.896 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T14:44:43.807Z] #51 ... [2022-03-05T14:44:43.807Z] [2022-03-05T14:44:43.807Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:43.807Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:43.807Z] #47 6.604 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:43.807Z] #47 6.664 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:43.807Z] #47 6.664 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:43.807Z] #47 7.214 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T14:44:43.807Z] #47 9.217 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:44.030Z] #14 ... [2022-03-05T14:44:44.030Z] [2022-03-05T14:44:44.030Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:44.030Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T14:44:44.030Z] #38 24.93 Selecting previously unselected package vim-common. [2022-03-05T14:44:44.030Z] #38 24.93 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:44:44.030Z] #38 24.97 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:44:44.030Z] #38 25.20 Selecting previously unselected package cmake-data. [2022-03-05T14:44:44.030Z] #38 25.20 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T14:44:44.030Z] #38 25.22 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:44:44.030Z] #38 28.10 Selecting previously unselected package libicu67:arm64. [2022-03-05T14:44:44.030Z] #38 28.15 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 28.15 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-05T14:44:44.030Z] #38 32.94 Selecting previously unselected package libxml2:arm64. [2022-03-05T14:44:44.030Z] #38 32.94 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 32.95 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:44:44.030Z] #38 33.29 Selecting previously unselected package libarchive13:arm64. [2022-03-05T14:44:44.030Z] #38 33.29 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 33.30 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-05T14:44:44.030Z] #38 33.49 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-05T14:44:44.030Z] #38 33.51 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 33.52 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-05T14:44:44.030Z] #38 33.70 Selecting previously unselected package librhash0:arm64. [2022-03-05T14:44:44.030Z] #38 33.70 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 33.71 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-05T14:44:44.030Z] #38 33.86 Selecting previously unselected package libuv1:arm64. [2022-03-05T14:44:44.030Z] #38 33.87 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 33.88 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-05T14:44:44.030Z] #38 34.01 Selecting previously unselected package cmake. [2022-03-05T14:44:44.030Z] #38 34.01 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-05T14:44:44.030Z] #38 34.02 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:44:44.068Z] #47 ... [2022-03-05T14:44:44.068Z] [2022-03-05T14:44:44.068Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:44.068Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:44.068Z] #43 5.678 + git clone https://github.com/docker/distribution.git . [2022-03-05T14:44:44.068Z] #43 5.678 Cloning into '.'... [2022-03-05T14:44:44.326Z] #43 ... [2022-03-05T14:44:44.326Z] [2022-03-05T14:44:44.326Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:44.327Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:44:44.327Z] #34 5.238 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T14:44:44.327Z] #34 5.238 Cloning into '.'... [2022-03-05T14:44:44.327Z] #34 ... [2022-03-05T14:44:44.327Z] [2022-03-05T14:44:44.327Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:44.327Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:44.327Z] #53 11.14 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T14:44:44.722Z] #19 141.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-05T14:44:44.722Z] #19 141.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:44.722Z] #19 141.5 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:44:44.722Z] #19 141.5 Selecting previously unselected package patch. [2022-03-05T14:44:44.722Z] #19 141.5 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-05T14:44:44.722Z] #19 141.5 Unpacking patch (2.7.6-7) ... [2022-03-05T14:44:44.722Z] #19 141.6 Selecting previously unselected package dpkg-dev. [2022-03-05T14:44:44.722Z] #19 141.6 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-05T14:44:44.722Z] #19 141.6 Unpacking dpkg-dev (1.20.9) ... [2022-03-05T14:44:44.722Z] #19 141.8 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-05T14:44:44.722Z] #19 141.9 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-05T14:44:44.722Z] #19 141.9 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-05T14:44:44.722Z] #19 141.9 Selecting previously unselected package libio-string-perl. [2022-03-05T14:44:44.722Z] #19 141.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-05T14:44:44.722Z] #19 141.9 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-05T14:44:44.722Z] #19 141.9 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:44:44.722Z] #19 141.9 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:44:44.722Z] #19 142.0 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:44:45.285Z] #63 8.405 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:44:45.285Z] #63 8.407 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T14:44:45.287Z] #19 143.2 Selecting previously unselected package libxml2:amd64. [2022-03-05T14:44:45.287Z] #19 143.2 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T14:44:45.287Z] #19 143.2 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:44:45.287Z] #19 143.3 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-05T14:44:45.405Z] #38 36.37 Setting up libicu67:arm64 (67.1-7) ... [2022-03-05T14:44:45.405Z] #38 36.40 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:44:45.405Z] #38 36.41 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-05T14:44:45.405Z] #38 36.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:44:45.405Z] #38 36.45 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-05T14:44:45.543Z] #63 8.664 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T14:44:45.544Z] #19 143.3 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-05T14:44:45.544Z] #19 143.3 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-05T14:44:45.544Z] #19 143.3 Selecting previously unselected package libxml-sax-base-perl. [2022-03-05T14:44:45.544Z] #19 143.3 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-05T14:44:45.544Z] #19 143.3 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-05T14:44:45.544Z] #19 143.4 Selecting previously unselected package libxml-sax-perl. [2022-03-05T14:44:45.544Z] #19 143.4 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-05T14:44:45.544Z] #19 143.4 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-05T14:44:45.544Z] #19 143.4 Selecting previously unselected package libxml-libxml-perl. [2022-03-05T14:44:45.544Z] #19 143.4 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-05T14:44:45.544Z] #19 143.4 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-05T14:44:45.544Z] #19 143.5 Selecting previously unselected package libxml-simple-perl. [2022-03-05T14:44:45.544Z] #19 143.5 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-05T14:44:45.544Z] #19 143.5 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-05T14:44:45.664Z] #38 36.47 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-05T14:44:45.664Z] #38 36.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:44:45.664Z] #38 36.52 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:44:45.664Z] #38 36.53 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-05T14:44:45.664Z] #38 36.55 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:44:45.664Z] #38 36.56 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:45.801Z] #19 143.6 Selecting previously unselected package libyaml-perl. [2022-03-05T14:44:45.801Z] #19 143.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-05T14:44:45.801Z] #19 143.6 Unpacking libyaml-perl (1.30-1) ... [2022-03-05T14:44:45.801Z] #19 143.6 Selecting previously unselected package libconfig-auto-perl. [2022-03-05T14:44:45.801Z] #19 143.6 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-05T14:44:45.801Z] #19 143.6 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-05T14:44:45.801Z] #19 143.7 Selecting previously unselected package libfile-which-perl. [2022-03-05T14:44:45.802Z] #19 143.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-05T14:44:45.802Z] #19 143.7 Unpacking libfile-which-perl (1.23-1) ... [2022-03-05T14:44:45.802Z] #19 143.7 Selecting previously unselected package libfile-homedir-perl. [2022-03-05T14:44:45.802Z] #19 143.7 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-05T14:44:45.802Z] #19 143.7 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-05T14:44:45.802Z] #19 143.8 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-05T14:44:45.802Z] #19 143.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-05T14:44:45.802Z] #19 143.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-05T14:44:45.802Z] #19 143.8 Selecting previously unselected package dpkg-cross. [2022-03-05T14:44:45.802Z] #19 143.8 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-05T14:44:45.802Z] #19 143.8 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-05T14:44:45.802Z] #19 143.8 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-05T14:44:45.802Z] #19 143.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-05T14:44:46.059Z] #19 143.9 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-05T14:44:46.059Z] #19 143.9 Selecting previously unselected package libc6-armel-cross. [2022-03-05T14:44:46.059Z] #19 143.9 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-05T14:44:46.059Z] #19 143.9 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-05T14:44:46.059Z] #19 144.1 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-05T14:44:46.059Z] #19 144.1 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.059Z] #19 144.1 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.059Z] #19 144.1 Selecting previously unselected package libgomp1-armel-cross. [2022-03-05T14:44:46.059Z] #19 144.1 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.059Z] #19 144.1 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.317Z] #19 144.1 Selecting previously unselected package libatomic1-armel-cross. [2022-03-05T14:44:46.317Z] #19 144.1 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.317Z] #19 144.1 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.317Z] #19 144.2 Selecting previously unselected package libasan6-armel-cross. [2022-03-05T14:44:46.317Z] #19 144.2 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.317Z] #19 144.2 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.323Z] #38 ... [2022-03-05T14:44:46.323Z] [2022-03-05T14:44:46.323Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:46.323Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T14:44:46.323Z] #47 36.95 Setting up criu (3.16.1-3) ... [2022-03-05T14:44:46.573Z] #19 144.5 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-05T14:44:46.573Z] #19 144.5 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.573Z] #19 144.5 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.829Z] #19 144.6 Selecting previously unselected package libubsan1-armel-cross. [2022-03-05T14:44:46.829Z] #19 144.6 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.829Z] #19 144.6 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.829Z] #19 144.8 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-05T14:44:46.829Z] #19 144.8 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:46.829Z] #19 144.8 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:46.886Z] #47 ... [2022-03-05T14:44:46.886Z] [2022-03-05T14:44:46.886Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:44:46.886Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:44:46.886Z] #60 0.917 + RM_GOPATH=0 [2022-03-05T14:44:46.886Z] #60 0.931 + TMP_GOPATH= [2022-03-05T14:44:46.886Z] #60 0.931 + : /build [2022-03-05T14:44:46.886Z] #60 0.931 + '[' -z '' ']' [2022-03-05T14:44:46.886Z] #60 0.931 ++ mktemp -d [2022-03-05T14:44:46.886Z] #60 0.939 + export GOPATH=/tmp/tmp.Q4HJjQvGpc [2022-03-05T14:44:46.886Z] #60 0.939 + GOPATH=/tmp/tmp.Q4HJjQvGpc [2022-03-05T14:44:46.886Z] #60 0.939 + RM_GOPATH=1 [2022-03-05T14:44:46.886Z] #60 0.939 + case "$(go env GOARCH)" in [2022-03-05T14:44:46.886Z] #60 0.939 ++ go env GOARCH [2022-03-05T14:44:46.886Z] #60 0.983 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:46.886Z] #60 0.983 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:46.886Z] #60 0.983 ++ dirname /install.sh [2022-03-05T14:44:46.886Z] #60 1.006 Install containerd version v1.5.10 [2022-03-05T14:44:46.886Z] #60 1.031 + dir=/ [2022-03-05T14:44:46.886Z] #60 1.031 + bin=containerd [2022-03-05T14:44:46.886Z] #60 1.031 + shift [2022-03-05T14:44:46.886Z] #60 1.031 + '[' '!' -f //containerd.installer ']' [2022-03-05T14:44:46.886Z] #60 1.031 + . //containerd.installer [2022-03-05T14:44:46.886Z] #60 1.031 ++ set -e [2022-03-05T14:44:46.886Z] #60 1.031 ++ : v1.5.10 [2022-03-05T14:44:46.886Z] #60 1.031 + install_containerd [2022-03-05T14:44:46.886Z] #60 1.031 + echo 'Install containerd version v1.5.10' [2022-03-05T14:44:46.886Z] #60 1.031 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Q4HJjQvGpc/src/github.com/containerd/containerd [2022-03-05T14:44:46.886Z] #60 1.031 Cloning into '/tmp/tmp.Q4HJjQvGpc/src/github.com/containerd/containerd'... [2022-03-05T14:44:46.886Z] #60 ... [2022-03-05T14:44:46.886Z] [2022-03-05T14:44:46.886Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:46.886Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T14:44:46.886Z] #34 30.44 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T14:44:46.886Z] #34 31.00 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:46.922Z] #63 ... [2022-03-05T14:44:46.922Z] [2022-03-05T14:44:46.922Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:46.922Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:46.922Z] #53 7.550 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-05T14:44:46.922Z] #53 8.658 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-05T14:44:46.922Z] #53 8.659 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-05T14:44:46.922Z] #53 8.739 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-05T14:44:46.922Z] #53 ... [2022-03-05T14:44:46.922Z] [2022-03-05T14:44:46.922Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:46.922Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:44:46.922Z] #51 8.014 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-05T14:44:46.922Z] #51 ... [2022-03-05T14:44:46.922Z] [2022-03-05T14:44:46.922Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:46.922Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:46.922Z] #14 4.232 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:46.922Z] #14 4.232 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:46.922Z] #14 4.232 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:46.922Z] #14 4.734 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:46.922Z] #14 5.302 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:46.922Z] #14 6.292 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:47.086Z] #19 145.0 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-05T14:44:47.086Z] #19 145.0 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:47.086Z] #19 145.0 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:44:47.179Z] #14 ... [2022-03-05T14:44:47.179Z] [2022-03-05T14:44:47.179Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:47.179Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:47.179Z] #38 5.783 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:47.179Z] #38 5.799 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:47.179Z] #38 5.799 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:47.179Z] #38 6.195 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:47.179Z] #38 7.362 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:47.179Z] #38 8.631 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:47.179Z] #38 ... [2022-03-05T14:44:47.179Z] [2022-03-05T14:44:47.179Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:44:47.179Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:44:47.179Z] #34 6.859 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-05T14:44:47.179Z] #34 6.859 Cloning into '.'... [2022-03-05T14:44:47.436Z] #34 ... [2022-03-05T14:44:47.436Z] [2022-03-05T14:44:47.436Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:47.436Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:47.436Z] #47 4.354 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:47.436Z] #47 4.354 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:47.436Z] #47 4.354 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:47.436Z] #47 4.783 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:47.436Z] #47 4.842 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T14:44:47.436Z] #47 5.304 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:47.436Z] #47 6.452 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:47.436Z] #47 8.213 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T14:44:47.499Z] #63 15.17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T14:44:47.694Z] #47 ... [2022-03-05T14:44:47.694Z] [2022-03-05T14:44:47.694Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:47.694Z] #26 sha256:d5a2def906cbe18a8fe393ed92bffc4170ff6476c91f78d62af9ce0f67ba85bb [2022-03-05T14:44:47.694Z] #26 6.911 + RM_GOPATH=0 [2022-03-05T14:44:47.694Z] #26 6.911 + TMP_GOPATH= [2022-03-05T14:44:47.694Z] #26 6.911 + : /build [2022-03-05T14:44:47.694Z] #26 6.911 + '[' -z '' ']' [2022-03-05T14:44:47.694Z] #26 6.911 ++ mktemp -d [2022-03-05T14:44:47.694Z] #26 6.911 + export GOPATH=/tmp/tmp.o3RAuLfiDE [2022-03-05T14:44:47.694Z] #26 6.911 + GOPATH=/tmp/tmp.o3RAuLfiDE [2022-03-05T14:44:47.694Z] #26 6.911 + RM_GOPATH=1 [2022-03-05T14:44:47.694Z] #26 6.911 + case "$(go env GOARCH)" in [2022-03-05T14:44:47.694Z] #26 6.911 ++ go env GOARCH [2022-03-05T14:44:47.694Z] #26 6.945 Install docker/cli version 17.06.2-ce from stable [2022-03-05T14:44:47.694Z] #26 6.945 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:47.694Z] #26 6.945 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:47.694Z] #26 6.945 ++ dirname /install.sh [2022-03-05T14:44:47.694Z] #26 6.945 + dir=/ [2022-03-05T14:44:47.694Z] #26 6.945 + bin=dockercli [2022-03-05T14:44:47.694Z] #26 6.945 + shift [2022-03-05T14:44:47.694Z] #26 6.945 + '[' '!' -f //dockercli.installer ']' [2022-03-05T14:44:47.694Z] #26 6.945 + . //dockercli.installer [2022-03-05T14:44:47.694Z] #26 6.945 ++ : stable [2022-03-05T14:44:47.694Z] #26 6.945 ++ : 17.06.2-ce [2022-03-05T14:44:47.694Z] #26 6.945 + install_dockercli [2022-03-05T14:44:47.694Z] #26 6.945 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T14:44:47.694Z] #26 6.945 ++ uname -m [2022-03-05T14:44:47.694Z] #26 6.945 + arch=x86_64 [2022-03-05T14:44:47.694Z] #26 6.945 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T14:44:47.694Z] #26 6.945 + url=https://download.docker.com/linux/static [2022-03-05T14:44:47.694Z] #26 6.945 + tar -xz docker/docker [2022-03-05T14:44:47.694Z] #26 6.945 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T14:44:47.694Z] #26 ... [2022-03-05T14:44:47.694Z] [2022-03-05T14:44:47.694Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:47.694Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:47.694Z] #49 5.913 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:44:47.694Z] #49 6.998 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:44:47.694Z] #49 6.999 go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:44:47.694Z] #49 7.044 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:44:47.694Z] #49 7.141 go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:44:47.694Z] #49 7.362 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:44:47.694Z] #49 7.403 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:44:47.694Z] #49 7.451 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:44:47.694Z] #49 7.520 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:44:47.694Z] #49 7.694 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:44:47.694Z] #49 7.716 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:44:47.694Z] #49 7.854 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:44:47.694Z] #49 7.962 go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:44:47.885Z] #34 ... [2022-03-05T14:44:47.885Z] [2022-03-05T14:44:47.885Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:47.885Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:47.885Z] #14 38.84 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T14:44:47.885Z] #14 38.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T14:44:47.951Z] #49 ... [2022-03-05T14:44:47.951Z] [2022-03-05T14:44:47.951Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:47.951Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:47.951Z] #36 6.871 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-05T14:44:47.951Z] #36 ... [2022-03-05T14:44:47.951Z] [2022-03-05T14:44:47.951Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:47.951Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:47.951Z] #53 10.64 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T14:44:48.072Z] #63 ... [2022-03-05T14:44:48.072Z] [2022-03-05T14:44:48.072Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:48.072Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:48.072Z] #47 6.006 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:44:48.072Z] #47 6.098 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:44:48.072Z] #47 6.099 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:44:48.072Z] #47 6.664 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-05T14:44:48.072Z] #47 8.563 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:44:48.072Z] #47 12.66 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:48.072Z] #47 15.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:48.072Z] #47 ... [2022-03-05T14:44:48.072Z] [2022-03-05T14:44:48.072Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:48.072Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:48.072Z] #49 16.25 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:44:48.072Z] #49 16.43 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:44:48.448Z] #14 39.24 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:44:48.645Z] #49 16.87 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:44:49.608Z] #53 ... [2022-03-05T14:44:49.608Z] [2022-03-05T14:44:49.608Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:49.608Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:44:49.608Z] #63 5.795 + RM_GOPATH=0 [2022-03-05T14:44:49.608Z] #63 5.795 + TMP_GOPATH= [2022-03-05T14:44:49.608Z] #63 5.795 + : /build [2022-03-05T14:44:49.608Z] #63 5.795 + '[' -z '' ']' [2022-03-05T14:44:49.608Z] #63 5.795 ++ mktemp -d [2022-03-05T14:44:49.608Z] #63 5.795 + export GOPATH=/tmp/tmp.qoq1mmcUTa [2022-03-05T14:44:49.608Z] #63 5.795 + GOPATH=/tmp/tmp.qoq1mmcUTa [2022-03-05T14:44:49.608Z] #63 5.795 + RM_GOPATH=1 [2022-03-05T14:44:49.608Z] #63 5.795 + case "$(go env GOARCH)" in [2022-03-05T14:44:49.608Z] #63 5.795 ++ go env GOARCH [2022-03-05T14:44:49.608Z] #63 5.818 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:49.608Z] #63 5.819 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:49.608Z] #63 5.821 ++ dirname /install.sh [2022-03-05T14:44:49.608Z] #63 5.825 + dir=/ [2022-03-05T14:44:49.608Z] #63 5.827 Install rootlesskit version v0.14.6 [2022-03-05T14:44:49.608Z] #63 5.827 + bin=rootlesskit [2022-03-05T14:44:49.608Z] #63 5.827 + shift [2022-03-05T14:44:49.608Z] #63 5.827 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T14:44:49.608Z] #63 5.827 + . //rootlesskit.installer [2022-03-05T14:44:49.608Z] #63 5.827 ++ : v0.14.6 [2022-03-05T14:44:49.608Z] #63 5.827 + install_rootlesskit [2022-03-05T14:44:49.608Z] #63 5.827 + case "$1" in [2022-03-05T14:44:49.608Z] #63 5.827 + export CGO_ENABLED=0 [2022-03-05T14:44:49.608Z] #63 5.827 + CGO_ENABLED=0 [2022-03-05T14:44:49.608Z] #63 5.827 + _install_rootlesskit [2022-03-05T14:44:49.608Z] #63 5.827 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T14:44:49.608Z] #63 5.827 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:44:49.608Z] #63 5.827 + GOBIN=/build [2022-03-05T14:44:49.608Z] #63 5.827 + GO111MODULE=on [2022-03-05T14:44:49.608Z] #63 5.827 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T14:44:49.608Z] #63 6.372 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T14:44:49.608Z] #63 10.49 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T14:44:49.608Z] #63 10.51 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:44:49.608Z] #63 11.68 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T14:44:49.608Z] #63 15.58 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T14:44:49.608Z] #63 ... [2022-03-05T14:44:49.608Z] [2022-03-05T14:44:49.608Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:49.608Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:49.608Z] #58 6.317 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:49.608Z] #58 9.764 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:49.608Z] #58 ... [2022-03-05T14:44:49.608Z] [2022-03-05T14:44:49.608Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:49.608Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:49.608Z] #47 12.21 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:49.608Z] #47 15.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:50.344Z] #14 ... [2022-03-05T14:44:50.344Z] [2022-03-05T14:44:50.344Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:50.344Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-05T14:44:50.344Z] #47 39.42 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:44:50.344Z] #47 DONE 40.6s [2022-03-05T14:44:50.344Z] [2022-03-05T14:44:50.344Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:50.344Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-05T14:44:50.344Z] #38 DONE 40.9s [2022-03-05T14:44:50.344Z] [2022-03-05T14:44:50.344Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:50.344Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:50.344Z] #51 39.42 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T14:44:50.344Z] #51 39.55 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T14:44:50.344Z] #51 39.58 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T14:44:50.344Z] #51 39.64 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T14:44:50.344Z] #51 39.73 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T14:44:50.344Z] #51 39.74 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T14:44:50.344Z] #51 39.92 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T14:44:50.344Z] #51 39.97 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T14:44:50.344Z] #51 39.97 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T14:44:50.344Z] #51 40.00 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T14:44:50.344Z] #51 40.04 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T14:44:50.344Z] #51 40.07 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T14:44:50.344Z] #51 40.10 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T14:44:50.344Z] #51 40.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T14:44:50.344Z] #51 40.18 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T14:44:50.344Z] #51 40.43 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T14:44:50.344Z] #51 40.47 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T14:44:50.344Z] #51 40.72 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T14:44:50.344Z] #51 40.78 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T14:44:50.344Z] #51 40.80 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T14:44:50.344Z] #51 40.88 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T14:44:50.344Z] #51 40.92 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T14:44:50.344Z] #51 40.92 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T14:44:50.344Z] #51 40.92 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T14:44:50.344Z] #51 41.24 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T14:44:50.344Z] #51 ... [2022-03-05T14:44:50.344Z] [2022-03-05T14:44:50.344Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T14:44:50.344Z] #39 sha256:e72d0c056e6922420843326a487890858bc4ff71e4572746bcc233844721167a [2022-03-05T14:44:50.344Z] #39 DONE 0.5s [2022-03-05T14:44:50.601Z] [2022-03-05T14:44:50.601Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:50.601Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:44:50.601Z] #51 41.50 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T14:44:50.601Z] #51 41.60 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T14:44:50.601Z] #51 41.64 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T14:44:51.516Z] #47 ... [2022-03-05T14:44:51.516Z] [2022-03-05T14:44:51.516Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:51.516Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:44:51.516Z] #63 16.68 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T14:44:51.516Z] #63 16.89 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T14:44:51.516Z] #63 18.15 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T14:44:51.777Z] #63 18.45 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:44:51.777Z] #63 18.55 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T14:44:51.972Z] #51 42.94 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T14:44:51.982Z] #49 19.94 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:44:51.982Z] #49 20.15 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:44:51.982Z] #49 ... [2022-03-05T14:44:51.982Z] [2022-03-05T14:44:51.982Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:44:51.982Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:44:51.982Z] #53 10.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-05T14:44:52.140Z] #53 ... [2022-03-05T14:44:52.140Z] [2022-03-05T14:44:52.140Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:52.140Z] #26 sha256:d5a2def906cbe18a8fe393ed92bffc4170ff6476c91f78d62af9ce0f67ba85bb [2022-03-05T14:44:52.140Z] #26 13.83 + mkdir -p /build [2022-03-05T14:44:52.140Z] #26 13.84 + mv docker/docker /build/ [2022-03-05T14:44:52.140Z] #26 13.84 + rmdir docker [2022-03-05T14:44:52.140Z] #26 DONE 14.8s [2022-03-05T14:44:52.140Z] [2022-03-05T14:44:52.140Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:52.140Z] #63 sha256:0ac08d60114381fcf905ca712a03d0fd51da3e12ac72a71ce98adc0a6a529ae1 [2022-03-05T14:44:52.140Z] #63 11.77 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T14:44:52.140Z] #63 12.24 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T14:44:52.140Z] #63 12.32 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T14:44:52.140Z] #63 12.32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T14:44:52.140Z] #63 12.41 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:44:52.140Z] #63 12.52 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T14:44:52.140Z] #63 12.67 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T14:44:52.140Z] #63 13.18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T14:44:52.140Z] #63 13.29 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T14:44:52.246Z] #53 ... [2022-03-05T14:44:52.246Z] [2022-03-05T14:44:52.246Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:52.246Z] #63 sha256:fc2521a7955e7ba041181bc89fc50fd502adefabb4665bb1dfab93506deb10d2 [2022-03-05T14:44:52.246Z] #63 16.60 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T14:44:52.246Z] #63 16.69 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T14:44:52.246Z] #63 16.70 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T14:44:52.246Z] #63 16.89 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:44:52.246Z] #63 16.96 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T14:44:52.246Z] #63 17.06 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T14:44:52.246Z] #63 17.53 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T14:44:52.246Z] #63 17.73 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T14:44:52.246Z] #63 18.02 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T14:44:52.443Z] #63 19.15 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T14:44:52.709Z] #63 15.61 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T14:44:52.970Z] #63 16.08 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T14:44:53.029Z] #63 19.83 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T14:44:53.343Z] #51 ... [2022-03-05T14:44:53.343Z] [2022-03-05T14:44:53.344Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:53.344Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-05T14:44:53.344Z] #49 43.10 gotestsum version dev [2022-03-05T14:44:53.344Z] #49 DONE 44.1s [2022-03-05T14:44:53.344Z] [2022-03-05T14:44:53.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-03-05T14:44:53.344Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:53.344Z] #14 43.97 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T14:44:53.344Z] #14 43.97 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:44:53.344Z] #14 44.06 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:44:53.344Z] #14 44.20 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T14:44:53.344Z] #14 44.20 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:44:53.344Z] #14 44.21 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:44:53.537Z] #63 ... [2022-03-05T14:44:53.538Z] [2022-03-05T14:44:53.538Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:53.538Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:53.538Z] #38 17.06 Fetched 8505 kB in 12s (736 kB/s) [2022-03-05T14:44:53.602Z] #63 ... [2022-03-05T14:44:53.602Z] [2022-03-05T14:44:53.602Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:53.602Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:53.602Z] #49 10.57 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:44:53.602Z] #49 10.76 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:44:53.602Z] #49 17.36 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:44:53.602Z] #49 17.38 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:44:53.602Z] #49 17.52 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:44:53.602Z] #49 ... [2022-03-05T14:44:53.602Z] [2022-03-05T14:44:53.602Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:53.602Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:44:53.602Z] #63 20.36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T14:44:53.630Z] #19 ... [2022-03-05T14:44:53.630Z] [2022-03-05T14:44:53.630Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:44:53.630Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:44:53.630Z] #58 156.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T14:44:53.630Z] #58 DONE 157.2s [2022-03-05T14:44:53.630Z] [2022-03-05T14:44:53.630Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-05T14:44:53.630Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-05T14:44:53.859Z] #38 17.06 Reading package lists... [2022-03-05T14:44:53.859Z] #38 ... [2022-03-05T14:44:53.859Z] [2022-03-05T14:44:53.859Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:44:53.859Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:44:53.859Z] #43 7.089 + git clone https://github.com/docker/distribution.git . [2022-03-05T14:44:53.859Z] #43 7.089 Cloning into '.'... [2022-03-05T14:44:53.862Z] #63 20.68 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T14:44:53.931Z] #19 151.7 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-05T14:44:53.931Z] #19 151.7 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:53.931Z] #19 151.7 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:44:53.931Z] #19 151.7 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-05T14:44:53.931Z] #19 151.7 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-05T14:44:53.931Z] #19 151.7 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-05T14:44:53.931Z] #19 151.9 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-05T14:44:53.931Z] #19 151.9 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-05T14:44:53.931Z] #19 151.9 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-05T14:44:54.137Z] #43 ... [2022-03-05T14:44:54.137Z] [2022-03-05T14:44:54.137Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:54.137Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:54.137Z] #14 12.96 Fetched 8505 kB in 9s (944 kB/s) [2022-03-05T14:44:54.137Z] #14 12.96 Reading package lists... [2022-03-05T14:44:54.187Z] #19 152.1 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-05T14:44:54.187Z] #19 152.1 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:54.187Z] #19 152.1 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:44:54.188Z] #63 22.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T14:44:54.188Z] #63 ... [2022-03-05T14:44:54.188Z] [2022-03-05T14:44:54.188Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:54.188Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:54.188Z] #38 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:54.188Z] #38 15.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:54.188Z] #38 ... [2022-03-05T14:44:54.188Z] [2022-03-05T14:44:54.188Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:54.188Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:54.188Z] #14 12.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:54.188Z] #14 14.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:54.349Z] Running on azwin-2-f8ea61 in d:\jenkins\workspace\moby_PR-43300 [Pipeline] { [Pipeline] ws [2022-03-05T14:44:54.369Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-05T14:44:54.400Z] #14 17.15 Reading package lists... [2022-03-05T14:44:54.400Z] #14 ... [2022-03-05T14:44:54.400Z] [2022-03-05T14:44:54.400Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:54.400Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:54.400Z] #36 17.65 tomll can be used in two ways: [2022-03-05T14:44:54.400Z] #36 17.65 Writing to STDIN and reading from STDOUT: [2022-03-05T14:44:54.400Z] #36 17.65 cat file.toml | tomll > file.toml [2022-03-05T14:44:54.400Z] #36 17.65 [2022-03-05T14:44:54.400Z] #36 17.65 Reading and updating a list of files: [2022-03-05T14:44:54.400Z] #36 17.65 tomll a.toml b.toml c.toml [2022-03-05T14:44:54.400Z] #36 17.65 [2022-03-05T14:44:54.400Z] #36 17.65 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T14:44:54.400Z] #36 DONE 17.9s [2022-03-05T14:44:54.443Z] #19 152.4 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-05T14:44:54.444Z] #19 152.4 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:54.444Z] #19 152.4 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:44:54.449Z] #14 ... [2022-03-05T14:44:54.449Z] [2022-03-05T14:44:54.449Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:54.449Z] #26 sha256:e1647d7f33cf79ccf96bd83dfa5803d8ad352043180759613c87e4c9ff59b5cf [2022-03-05T14:44:54.449Z] #26 18.34 + mkdir -p /build [2022-03-05T14:44:54.449Z] #26 18.43 + mv docker/docker /build/ [2022-03-05T14:44:54.449Z] #26 18.47 + rmdir docker [2022-03-05T14:44:54.666Z] [2022-03-05T14:44:54.666Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:44:54.666Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:44:54.666Z] #49 13.25 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:44:54.666Z] #49 13.29 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:44:54.799Z] #63 ... [2022-03-05T14:44:54.799Z] [2022-03-05T14:44:54.799Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:54.799Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:54.799Z] #14 11.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:55.026Z] #26 DONE 23.1s [2022-03-05T14:44:55.026Z] [2022-03-05T14:44:55.026Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:55.026Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:55.026Z] #36 22.94 tomll can be used in two ways: [2022-03-05T14:44:55.026Z] #36 22.94 Writing to STDIN and reading from STDOUT: [2022-03-05T14:44:55.026Z] #36 22.94 cat file.toml | tomll > file.toml [2022-03-05T14:44:55.026Z] #36 22.94 [2022-03-05T14:44:55.026Z] #36 22.94 Reading and updating a list of files: [2022-03-05T14:44:55.026Z] #36 22.94 tomll a.toml b.toml c.toml [2022-03-05T14:44:55.026Z] #36 22.94 [2022-03-05T14:44:55.027Z] #36 22.94 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T14:44:55.027Z] #36 DONE 23.5s [2022-03-05T14:44:55.027Z] [2022-03-05T14:44:55.027Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:55.027Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:55.027Z] #58 21.32 Fetched 8505 kB in 17s (499 kB/s) [2022-03-05T14:44:55.057Z] #14 ... [2022-03-05T14:44:55.058Z] [2022-03-05T14:44:55.058Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:44:55.058Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:44:55.058Z] #38 11.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:44:55.058Z] #38 15.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:44:55.058Z] #38 ... [2022-03-05T14:44:55.058Z] [2022-03-05T14:44:55.058Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:55.058Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:55.058Z] #58 21.91 Fetched 8505 kB in 18s (480 kB/s) [2022-03-05T14:44:55.612Z] #49 ... [2022-03-05T14:44:55.612Z] [2022-03-05T14:44:55.612Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:55.612Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:55.612Z] #58 8.873 Fetched 8505 kB in 6s (1387 kB/s) [2022-03-05T14:44:55.612Z] #58 8.873 Reading package lists... [2022-03-05T14:44:55.625Z] #58 21.91 Reading package lists... [2022-03-05T14:44:55.625Z] #58 ... [2022-03-05T14:44:55.625Z] [2022-03-05T14:44:55.625Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-05T14:44:55.625Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-05T14:44:55.625Z] #36 21.33 tomll can be used in two ways: [2022-03-05T14:44:55.625Z] #36 21.33 Writing to STDIN and reading from STDOUT: [2022-03-05T14:44:55.625Z] #36 21.33 cat file.toml | tomll > file.toml [2022-03-05T14:44:55.625Z] #36 21.33 [2022-03-05T14:44:55.625Z] #36 21.33 Reading and updating a list of files: [2022-03-05T14:44:55.625Z] #36 21.33 tomll a.toml b.toml c.toml [2022-03-05T14:44:55.625Z] #36 21.33 [2022-03-05T14:44:55.625Z] #36 21.33 When given a list of files, tomll will modify all files in place without asking. [2022-03-05T14:44:55.625Z] #36 DONE 22.7s [2022-03-05T14:44:55.625Z] [2022-03-05T14:44:55.625Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:44:55.625Z] #26 sha256:ced2aed6174709d13185ec4a3d48c5ea7caf906170aca0b55cc65d0343fb4cc6 [2022-03-05T14:44:55.625Z] #26 19.03 + mkdir -p /build [2022-03-05T14:44:55.625Z] #26 19.03 + mv docker/docker /build/ [2022-03-05T14:44:55.625Z] #26 19.07 + rmdir docker [2022-03-05T14:44:55.625Z] #26 DONE 22.4s [2022-03-05T14:44:55.883Z] [2022-03-05T14:44:55.883Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:55.883Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:44:55.883Z] #63 22.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T14:44:56.241Z] The recommended git tool is: git [2022-03-05T14:44:56.620Z] #14 ... [2022-03-05T14:44:56.620Z] [2022-03-05T14:44:56.620Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:44:56.620Z] #40 sha256:3f4f0cfb6d17da6a881c4b068b430bc6712b9dfdc308425afa6887d57026f6f1 [2022-03-05T14:44:56.620Z] #40 0.781 + RM_GOPATH=0 [2022-03-05T14:44:56.620Z] #40 0.781 + TMP_GOPATH= [2022-03-05T14:44:56.620Z] #40 0.781 + : /build [2022-03-05T14:44:56.620Z] #40 0.781 + '[' -z '' ']' [2022-03-05T14:44:56.620Z] #40 0.781 ++ mktemp -d [2022-03-05T14:44:56.620Z] #40 0.782 + export GOPATH=/tmp/tmp.dFmv42m0EZ [2022-03-05T14:44:56.620Z] #40 0.782 + GOPATH=/tmp/tmp.dFmv42m0EZ [2022-03-05T14:44:56.620Z] #40 0.782 + RM_GOPATH=1 [2022-03-05T14:44:56.620Z] #40 0.782 + case "$(go env GOARCH)" in [2022-03-05T14:44:56.620Z] #40 0.821 ++ go env GOARCH [2022-03-05T14:44:56.620Z] #40 0.837 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:56.620Z] #40 0.838 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:44:56.620Z] #40 0.838 ++ dirname /install.sh [2022-03-05T14:44:56.620Z] #40 0.839 + dir=/ [2022-03-05T14:44:56.620Z] #40 0.839 + bin=tini [2022-03-05T14:44:56.620Z] #40 0.839 + shift [2022-03-05T14:44:56.620Z] #40 0.841 + '[' '!' -f //tini.installer ']' [2022-03-05T14:44:56.620Z] #40 0.841 + . //tini.installer [2022-03-05T14:44:56.620Z] #40 0.841 ++ : v0.19.0 [2022-03-05T14:44:56.620Z] #40 0.842 + install_tini [2022-03-05T14:44:56.620Z] #40 0.842 + echo 'Install tini version v0.19.0' [2022-03-05T14:44:56.620Z] #40 0.842 Install tini version v0.19.0 [2022-03-05T14:44:56.620Z] #40 0.842 + git clone https://github.com/krallin/tini.git /tmp/tmp.dFmv42m0EZ/tini [2022-03-05T14:44:56.620Z] #40 0.844 Cloning into '/tmp/tmp.dFmv42m0EZ/tini'... [2022-03-05T14:44:56.620Z] #40 1.487 + cd /tmp/tmp.dFmv42m0EZ/tini [2022-03-05T14:44:56.620Z] #40 1.488 + git checkout -q v0.19.0 [2022-03-05T14:44:56.620Z] #40 1.491 + cmake . [2022-03-05T14:44:56.620Z] #40 1.878 -- The C compiler identification is GNU 10.2.1 [2022-03-05T14:44:56.620Z] #40 1.944 -- Detecting C compiler ABI info [2022-03-05T14:44:56.620Z] #40 2.369 -- Detecting C compiler ABI info - done [2022-03-05T14:44:56.620Z] #40 2.468 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T14:44:56.620Z] #40 2.477 -- Detecting C compile features [2022-03-05T14:44:56.620Z] #40 2.478 -- Detecting C compile features - done [2022-03-05T14:44:56.620Z] #40 2.541 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T14:44:56.620Z] #40 2.669 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T14:44:56.620Z] #40 2.803 -- Configuring done [2022-03-05T14:44:56.620Z] #40 2.807 -- Generating done [2022-03-05T14:44:56.620Z] #40 2.809 -- Build files have been written to: /tmp/tmp.dFmv42m0EZ/tini [2022-03-05T14:44:56.620Z] #40 2.822 + make tini-static [2022-03-05T14:44:56.620Z] #40 3.210 Scanning dependencies of target tini-static [2022-03-05T14:44:56.620Z] #40 3.244 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T14:44:56.620Z] #40 4.419 [100%] Linking C executable tini-static [2022-03-05T14:44:56.620Z] #40 4.773 [100%] Built target tini-static [2022-03-05T14:44:56.620Z] #40 4.817 + mkdir -p /build [2022-03-05T14:44:56.620Z] #40 4.820 + cp tini-static /build/docker-init [2022-03-05T14:44:56.620Z] #40 DONE 6.0s [2022-03-05T14:44:56.620Z] [2022-03-05T14:44:56.620Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:44:56.620Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:44:56.995Z] #58 14.58 Reading package lists... [2022-03-05T14:44:57.255Z] #58 20.35 Building dependency tree... [2022-03-05T14:44:57.255Z] #58 ... [2022-03-05T14:44:57.255Z] [2022-03-05T14:44:57.255Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:44:57.255Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:44:57.255Z] #47 15.12 Fetched 8509 kB in 11s (769 kB/s) [2022-03-05T14:44:57.255Z] #47 15.12 Reading package lists... [2022-03-05T14:44:58.343Z] #58 21.32 Reading package lists... [2022-03-05T14:44:58.343Z] #58 ... [2022-03-05T14:44:58.343Z] [2022-03-05T14:44:58.343Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:58.343Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:44:58.343Z] #14 26.45 Fetched 8505 kB in 20s (417 kB/s) [2022-03-05T14:44:58.628Z] #47 20.39 Reading package lists... [2022-03-05T14:44:58.628Z] #47 ... [2022-03-05T14:44:58.628Z] [2022-03-05T14:44:58.628Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:44:58.628Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:44:58.628Z] #58 20.35 Building dependency tree... [2022-03-05T14:44:59.147Z] #63 ... [2022-03-05T14:44:59.148Z] [2022-03-05T14:44:59.148Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:44:59.148Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:44:59.148Z] #14 49.65 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T14:44:59.148Z] #14 49.65 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:44:59.148Z] #14 49.66 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:44:59.696Z] #19 156.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-05T14:44:59.696Z] #19 156.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:44:59.696Z] #19 156.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:44:59.696Z] #19 156.8 Selecting previously unselected package crossbuild-essential-armel. [2022-03-05T14:44:59.696Z] #19 156.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-05T14:44:59.696Z] #19 156.8 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-05T14:44:59.696Z] #19 156.8 Selecting previously unselected package libc6-armhf-cross. [2022-03-05T14:44:59.696Z] #19 156.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-05T14:44:59.696Z] #19 156.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-05T14:44:59.696Z] #19 157.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.0 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.0 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.0 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.1 Selecting previously unselected package libasan6-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.3 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.3 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.3 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.4 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.4 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-05T14:44:59.696Z] #19 157.5 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:44:59.696Z] #19 157.5 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:44:59.696Z] #19 157.6 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-05T14:44:59.696Z] #19 157.6 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:44:59.696Z] #19 157.6 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:45:00.522Z] #58 23.52 The following additional packages will be installed: [2022-03-05T14:45:00.523Z] #58 23.53 libbtrfs0 [2022-03-05T14:45:00.523Z] #58 23.68 The following NEW packages will be installed: [2022-03-05T14:45:00.523Z] #58 23.72 libbtrfs-dev libbtrfs0 [2022-03-05T14:45:00.781Z] #58 24.19 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:00.781Z] #58 24.19 Need to get 460 kB of archives. [2022-03-05T14:45:00.781Z] #58 24.19 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T14:45:00.781Z] #58 24.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:00.781Z] #58 24.19 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:00.943Z] #14 26.45 Reading package lists... [2022-03-05T14:45:00.943Z] #14 ... [2022-03-05T14:45:00.943Z] [2022-03-05T14:45:00.943Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:00.943Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:00.943Z] #47 19.08 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T14:45:00.943Z] #47 28.89 Fetched 8509 kB in 23s (367 kB/s) [2022-03-05T14:45:01.154Z] #63 ... [2022-03-05T14:45:01.154Z] [2022-03-05T14:45:01.154Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:01.154Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:01.154Z] #38 27.89 Fetched 8505 kB in 22s (390 kB/s) [2022-03-05T14:45:01.212Z] #47 28.89 Reading package lists... [2022-03-05T14:45:01.212Z] #47 ... [2022-03-05T14:45:01.212Z] [2022-03-05T14:45:01.212Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:01.212Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:01.212Z] #58 21.32 Reading package lists... [2022-03-05T14:45:01.713Z] #58 24.96 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:01.971Z] #58 25.20 Fetched 460 kB in 0s (1381 kB/s) [2022-03-05T14:45:01.971Z] #58 25.32 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:45:01.971Z] #58 25.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:01.971Z] #58 25.36 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:45:01.971Z] #58 25.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:02.229Z] #58 25.61 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:45:02.229Z] #58 25.62 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:45:02.229Z] #58 25.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:02.567Z] #38 27.89 Reading package lists... [2022-03-05T14:45:02.567Z] #38 ... [2022-03-05T14:45:02.567Z] [2022-03-05T14:45:02.567Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:02.567Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:02.567Z] #47 19.30 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-05T14:45:02.797Z] #58 26.12 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:02.797Z] #58 26.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:02.797Z] #58 26.12 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:02.826Z] #47 ... [2022-03-05T14:45:02.826Z] [2022-03-05T14:45:02.826Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:45:02.826Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:45:02.826Z] #49 21.50 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:45:02.826Z] #49 21.51 go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:45:02.927Z] Running on azwin-2-d94b30 in d:\jenkins\workspace\moby_PR-43300 [Pipeline] { [Pipeline] ws [2022-03-05T14:45:02.944Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-05T14:45:03.055Z] #58 DONE 26.6s [2022-03-05T14:45:03.055Z] [2022-03-05T14:45:03.055Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:03.055Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:03.055Z] #47 20.39 Reading package lists... [2022-03-05T14:45:03.085Z] #49 ... [2022-03-05T14:45:03.085Z] [2022-03-05T14:45:03.085Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:03.085Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:03.085Z] #58 21.91 Reading package lists... [2022-03-05T14:45:03.314Z] #47 25.22 Building dependency tree... [2022-03-05T14:45:04.251Z] #47 ... [2022-03-05T14:45:04.251Z] [2022-03-05T14:45:04.251Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T14:45:04.251Z] #59 sha256:ebb05841b4307fabafbcf70fb63bb4bef834b724096fa3477f50660d7f17bf5c [2022-03-05T14:45:04.251Z] #59 DONE 0.7s [2022-03-05T14:45:04.251Z] [2022-03-05T14:45:04.251Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:45:04.251Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:45:04.501Z] The recommended git tool is: git [2022-03-05T14:45:04.989Z] #19 162.3 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-05T14:45:04.989Z] #19 162.3 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:04.989Z] #19 162.3 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:45:04.989Z] #19 162.3 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-05T14:45:04.989Z] #19 162.3 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-05T14:45:04.989Z] #19 162.3 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-05T14:45:04.989Z] #19 162.5 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-05T14:45:04.989Z] #19 162.5 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-05T14:45:04.989Z] #19 162.5 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-05T14:45:04.989Z] #19 162.7 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-05T14:45:04.989Z] #19 162.7 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:04.989Z] #19 162.7 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:04.989Z] #19 163.0 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-05T14:45:04.989Z] #19 163.0 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:45:05.246Z] #19 163.0 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:45:07.176Z] #58 30.17 Reading package lists... [2022-03-05T14:45:07.176Z] #58 ... [2022-03-05T14:45:07.176Z] [2022-03-05T14:45:07.176Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:45:07.176Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:45:07.176Z] #43 30.35 Updating files: 43% (796/1837) Updating files: 44% (809/1837) Updating files: 45% (827/1837) Updating files: 46% (846/1837) Updating files: 47% (864/1837) Updating files: 48% (882/1837) Updating files: 49% (901/1837) Updating files: 50% (919/1837) Updating files: 51% (937/1837) Updating files: 52% (956/1837) Updating files: 53% (974/1837) Updating files: 54% (992/1837) Updating files: 55% (1011/1837) Updating files: 56% (1029/1837) Updating files: 57% (1048/1837) Updating files: 58% (1066/1837) Updating files: 59% (1084/1837) Updating files: 60% (1103/1837) Updating files: 61% (1121/1837) Updating files: 62% (1139/1837) Updating files: 63% (1158/1837) Updating files: 64% (1176/1837) Updating files: 65% (1195/1837) Updating files: 66% (1213/1837) Updating files: 67% (1231/1837) Updating files: 68% (1250/1837) Updating files: 69% (1268/1837) Updating files: 70% (1286/1837) Updating files: 71% (1305/1837) Updating files: 72% (1323/1837) Updating files: 73% (1342/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 91% (1684/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-05T14:45:07.176Z] #43 31.66 + git checkout -q v2.3.0 [2022-03-05T14:45:07.176Z] #43 34.06 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T14:45:07.291Z] #14 58.15 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T14:45:07.291Z] #14 58.16 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:45:07.291Z] #14 58.17 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:45:07.541Z] #60 3.460 + RM_GOPATH=0 [2022-03-05T14:45:07.541Z] #60 3.463 + TMP_GOPATH= [2022-03-05T14:45:07.541Z] #60 3.463 + : /build [2022-03-05T14:45:07.541Z] #60 3.464 + '[' -z '' ']' [2022-03-05T14:45:07.541Z] #60 3.465 ++ mktemp -d [2022-03-05T14:45:07.541Z] #60 3.480 + export GOPATH=/tmp/tmp.07lBkoWlrG [2022-03-05T14:45:07.541Z] #60 3.480 + GOPATH=/tmp/tmp.07lBkoWlrG [2022-03-05T14:45:07.541Z] #60 3.481 + RM_GOPATH=1 [2022-03-05T14:45:07.541Z] #60 3.485 + case "$(go env GOARCH)" in [2022-03-05T14:45:07.541Z] #60 3.489 ++ go env GOARCH [2022-03-05T14:45:07.557Z] #58 30.38 Reading package lists... [2022-03-05T14:45:07.557Z] #58 ... [2022-03-05T14:45:07.557Z] [2022-03-05T14:45:07.557Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:07.557Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:07.557Z] #14 24.25 Fetched 8505 kB in 20s (433 kB/s) [2022-03-05T14:45:07.557Z] #14 24.25 Reading package lists... [2022-03-05T14:45:07.557Z] #14 33.05 Reading package lists... [2022-03-05T14:45:07.557Z] #14 ... [2022-03-05T14:45:07.557Z] [2022-03-05T14:45:07.557Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:45:07.557Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:45:07.557Z] #43 33.61 Updating files: 73% (1359/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-05T14:45:07.557Z] #43 34.24 + git checkout -q v2.3.0 [2022-03-05T14:45:07.799Z] #60 3.500 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:07.799Z] #60 3.500 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:07.799Z] #60 3.501 ++ dirname /install.sh [2022-03-05T14:45:07.799Z] #60 3.511 + dir=/ [2022-03-05T14:45:07.799Z] #60 3.513 + bin=containerd [2022-03-05T14:45:07.799Z] #60 3.517 + shift [2022-03-05T14:45:07.799Z] #60 3.517 + '[' '!' -f //containerd.installer ']' [2022-03-05T14:45:07.799Z] #60 3.518 + . //containerd.installer [2022-03-05T14:45:07.799Z] #60 3.519 ++ set -e [2022-03-05T14:45:07.799Z] #60 3.519 ++ : v1.5.10 [2022-03-05T14:45:07.799Z] #60 3.519 + install_containerd [2022-03-05T14:45:07.799Z] #60 3.520 + echo 'Install containerd version v1.5.10' [2022-03-05T14:45:07.799Z] #60 3.522 Install containerd version v1.5.10 [2022-03-05T14:45:07.799Z] #60 3.523 + git clone https://github.com/containerd/containerd.git /tmp/tmp.07lBkoWlrG/src/github.com/containerd/containerd [2022-03-05T14:45:07.799Z] #60 3.527 Cloning into '/tmp/tmp.07lBkoWlrG/src/github.com/containerd/containerd'... [2022-03-05T14:45:07.859Z] #14 ... [2022-03-05T14:45:07.859Z] [2022-03-05T14:45:07.859Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:45:07.859Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:45:08.375Z] #60 31.14 Updating files: 73% (3475/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T14:45:08.375Z] #60 31.64 + cd /tmp/tmp.Q4HJjQvGpc/src/github.com/containerd/containerd [2022-03-05T14:45:08.375Z] #60 31.64 + git checkout -q v1.5.10 [2022-03-05T14:45:08.564Z] #43 ... [2022-03-05T14:45:08.564Z] [2022-03-05T14:45:08.564Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:08.564Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:08.564Z] #38 26.65 Fetched 8505 kB in 21s (411 kB/s) [2022-03-05T14:45:08.564Z] #38 26.65 Reading package lists... [2022-03-05T14:45:08.564Z] #38 35.84 Reading package lists... [2022-03-05T14:45:08.564Z] #38 ... [2022-03-05T14:45:08.564Z] [2022-03-05T14:45:08.564Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:08.564Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:08.564Z] #14 26.45 Reading package lists... [2022-03-05T14:45:09.177Z] #60 ... [2022-03-05T14:45:09.177Z] [2022-03-05T14:45:09.177Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:09.177Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:09.177Z] #14 17.15 Reading package lists... [2022-03-05T14:45:09.177Z] #14 22.38 Building dependency tree... [2022-03-05T14:45:09.177Z] #14 25.63 The following additional packages will be installed: [2022-03-05T14:45:09.177Z] #14 25.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:09.177Z] #14 25.63 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T14:45:09.177Z] #14 25.63 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T14:45:09.177Z] #14 25.68 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T14:45:09.177Z] #14 25.68 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T14:45:09.177Z] #14 25.68 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T14:45:09.177Z] #14 25.68 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T14:45:09.177Z] #14 25.72 Suggested packages: [2022-03-05T14:45:09.177Z] #14 25.72 gcc-10-locales seccomp wine64 [2022-03-05T14:45:09.177Z] #14 27.04 The following NEW packages will be installed: [2022-03-05T14:45:09.177Z] #14 27.04 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:09.177Z] #14 27.04 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T14:45:09.177Z] #14 27.04 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T14:45:09.177Z] #14 27.04 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T14:45:09.177Z] #14 27.04 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T14:45:09.177Z] #14 27.04 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T14:45:09.177Z] #14 27.04 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T14:45:09.177Z] #14 27.04 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T14:45:09.177Z] #14 27.04 mingw-w64-x86-64-dev [2022-03-05T14:45:09.177Z] #14 27.45 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:09.177Z] #14 27.45 Need to get 115 MB of archives. [2022-03-05T14:45:09.177Z] #14 27.45 After this operation, 645 MB of additional disk space will be used. [2022-03-05T14:45:09.177Z] #14 27.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T14:45:09.177Z] #14 27.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T14:45:09.177Z] #14 27.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T14:45:09.177Z] #14 27.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-05T14:45:09.177Z] #14 27.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T14:45:09.177Z] #14 27.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T14:45:09.177Z] #14 28.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T14:45:09.177Z] #14 28.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:09.177Z] #14 28.27 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T14:45:09.177Z] #14 28.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:09.177Z] #14 30.09 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:45:09.177Z] #14 30.61 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T14:45:09.177Z] #14 31.07 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:09.177Z] #14 31.95 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:45:09.177Z] #14 32.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:09.177Z] #14 32.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T14:45:09.177Z] #14 32.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T14:45:09.177Z] #14 32.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:09.177Z] #14 32.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:09.177Z] #14 32.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T14:45:09.177Z] #14 32.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T14:45:09.177Z] #14 32.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T14:45:09.177Z] #14 32.45 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T14:45:09.177Z] #14 ... [2022-03-05T14:45:09.177Z] [2022-03-05T14:45:09.177Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:09.177Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:09.177Z] #47 28.64 The following additional packages will be installed: [2022-03-05T14:45:09.177Z] #47 28.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:09.177Z] #47 28.66 python3-protobuf python3-six [2022-03-05T14:45:09.177Z] #47 28.67 Suggested packages: [2022-03-05T14:45:09.177Z] #47 28.67 python3-setuptools [2022-03-05T14:45:09.177Z] #47 28.67 Recommended packages: [2022-03-05T14:45:09.177Z] #47 28.67 iproute2 | iproute [2022-03-05T14:45:09.177Z] #47 29.30 The following NEW packages will be installed: [2022-03-05T14:45:09.177Z] #47 29.30 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:09.177Z] #47 29.30 python3-protobuf python3-six [2022-03-05T14:45:09.177Z] #47 29.70 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:09.177Z] #47 29.70 Need to get 2292 kB of archives. [2022-03-05T14:45:09.177Z] #47 29.70 After this operation, 11.0 MB of additional disk space will be used. [2022-03-05T14:45:09.177Z] #47 29.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-05T14:45:09.177Z] #47 29.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:45:09.177Z] #47 29.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T14:45:09.177Z] #47 29.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-05T14:45:09.177Z] #47 29.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:45:09.177Z] #47 29.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:45:09.177Z] #47 29.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:45:09.177Z] #47 ... [2022-03-05T14:45:09.177Z] [2022-03-05T14:45:09.177Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:09.177Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:09.177Z] #38 17.06 Reading package lists... [2022-03-05T14:45:09.177Z] #38 22.63 Reading package lists... [2022-03-05T14:45:09.177Z] #38 27.66 Building dependency tree... [2022-03-05T14:45:09.177Z] #38 30.74 The following additional packages will be installed: [2022-03-05T14:45:09.177Z] #38 30.75 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T14:45:09.177Z] #38 30.75 Suggested packages: [2022-03-05T14:45:09.177Z] #38 30.76 cmake-doc ninja-build lrzip [2022-03-05T14:45:09.177Z] #38 30.76 Recommended packages: [2022-03-05T14:45:09.177Z] #38 30.76 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T14:45:09.177Z] #38 31.35 The following NEW packages will be installed: [2022-03-05T14:45:09.177Z] #38 31.36 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T14:45:09.177Z] #38 31.37 vim-common xxd [2022-03-05T14:45:09.177Z] #38 31.78 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:09.177Z] #38 31.78 Need to get 17.7 MB of archives. [2022-03-05T14:45:09.177Z] #38 31.78 After this operation, 70.7 MB of additional disk space will be used. [2022-03-05T14:45:09.177Z] #38 31.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:45:09.177Z] #38 31.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:45:09.177Z] #38 31.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T14:45:09.177Z] #38 31.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:45:09.177Z] #38 32.34 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T14:45:09.177Z] #38 32.37 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T14:45:09.177Z] #38 32.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T14:45:09.177Z] #38 32.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T14:45:09.177Z] #38 32.40 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T14:45:09.177Z] #38 32.41 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T14:45:09.177Z] #38 ... [2022-03-05T14:45:09.177Z] [2022-03-05T14:45:09.177Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:09.177Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:09.177Z] #14 32.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T14:45:09.177Z] #14 32.47 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T14:45:09.177Z] #14 32.47 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T14:45:09.177Z] #14 32.51 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T14:45:09.177Z] #14 32.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T14:45:09.177Z] #14 32.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T14:45:09.177Z] #14 32.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T14:45:09.419Z] #19 167.5 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-05T14:45:09.674Z] #19 167.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:09.674Z] #19 167.5 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:45:09.674Z] #19 167.5 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-05T14:45:09.674Z] #19 167.5 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-05T14:45:09.674Z] #19 167.5 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-05T14:45:09.674Z] #19 167.5 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-05T14:45:09.674Z] #19 167.5 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-05T14:45:09.674Z] #19 167.5 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-05T14:45:09.675Z] #19 167.7 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-05T14:45:09.675Z] #19 167.7 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:09.675Z] #19 167.7 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:09.675Z] #19 167.7 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-05T14:45:09.675Z] #19 167.7 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:09.742Z] #60 32.94 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T14:45:09.742Z] #60 32.94 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T14:45:09.742Z] #60 32.94 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:45:09.742Z] #60 32.94 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:45:09.742Z] #60 32.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T14:45:09.742Z] #60 32.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T14:45:09.742Z] #60 32.94 + '[' '' = dynamic ']' [2022-03-05T14:45:09.742Z] #60 32.94 + make [2022-03-05T14:45:09.930Z] #19 167.7 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:09.930Z] #19 167.8 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-05T14:45:09.930Z] #19 167.8 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:09.930Z] #19 167.8 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:09.930Z] #19 167.8 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-05T14:45:09.930Z] #19 167.8 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:09.930Z] #19 167.8 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:09.930Z] #19 167.8 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-05T14:45:09.930Z] #19 167.8 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:09.931Z] #19 167.8 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.104Z] #43 36.73 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T14:45:10.115Z] #14 33.38 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:10.115Z] #14 33.60 Fetched 115 MB in 5s (21.0 MB/s) [2022-03-05T14:45:10.187Z] #19 168.1 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-05T14:45:10.187Z] #19 168.1 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.187Z] #19 168.1 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.377Z] #14 33.68 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T14:45:10.377Z] #14 33.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:10.377Z] #14 33.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:10.377Z] #14 33.82 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:10.442Z] #19 168.2 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-05T14:45:10.442Z] #19 168.2 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.442Z] #19 168.2 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.442Z] #19 168.4 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-05T14:45:10.635Z] #14 ... [2022-03-05T14:45:10.635Z] [2022-03-05T14:45:10.635Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:45:10.635Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:45:10.635Z] #53 33.73 v3.0.2 [2022-03-05T14:45:10.635Z] #53 DONE 33.9s [2022-03-05T14:45:10.635Z] [2022-03-05T14:45:10.635Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:10.635Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:10.635Z] #38 33.43 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:10.635Z] #38 33.64 Fetched 17.7 MB in 1s (15.1 MB/s) [2022-03-05T14:45:10.635Z] #38 33.76 Selecting previously unselected package xxd. [2022-03-05T14:45:10.635Z] #38 33.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:10.635Z] #38 33.82 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:45:10.635Z] #38 33.84 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:10.635Z] #38 34.01 Selecting previously unselected package vim-common. [2022-03-05T14:45:10.635Z] #38 34.01 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:45:10.635Z] #38 34.02 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:10.699Z] #19 168.4 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.699Z] #19 168.4 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.699Z] #19 168.5 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-05T14:45:10.699Z] #19 168.5 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.699Z] #19 168.5 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.699Z] #19 168.6 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-05T14:45:10.699Z] #19 168.6 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.699Z] #19 168.6 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.699Z] #19 168.7 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-05T14:45:10.699Z] #19 168.7 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:10.699Z] #19 168.7 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:10.893Z] #38 34.27 Selecting previously unselected package cmake-data. [2022-03-05T14:45:10.893Z] #38 34.27 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T14:45:10.893Z] #38 34.28 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:10.956Z] #19 168.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-05T14:45:10.956Z] #19 168.9 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:45:10.956Z] #19 168.9 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:11.108Z] #60 34.04 + bin/ctr [2022-03-05T14:45:11.459Z] #38 ... [2022-03-05T14:45:11.459Z] [2022-03-05T14:45:11.459Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:45:11.459Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:45:11.459Z] #43 24.56 + git checkout -q v2.3.0 [2022-03-05T14:45:11.459Z] #43 26.21 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-05T14:45:11.459Z] #43 ... [2022-03-05T14:45:11.459Z] [2022-03-05T14:45:11.459Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:11.459Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:11.459Z] #51 33.21 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T14:45:11.459Z] #51 33.22 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:45:11.459Z] #51 33.28 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T14:45:11.459Z] #51 33.28 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T14:45:11.459Z] #51 33.52 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T14:45:11.459Z] #51 33.66 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T14:45:11.459Z] #51 34.11 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T14:45:11.459Z] #51 34.18 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T14:45:11.717Z] #51 35.10 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T14:45:11.717Z] #51 35.13 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T14:45:13.398Z] #43 ... [2022-03-05T14:45:13.398Z] [2022-03-05T14:45:13.398Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:13.398Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:13.398Z] #47 29.57 Fetched 8509 kB in 23s (365 kB/s) [2022-03-05T14:45:13.398Z] #47 29.57 Reading package lists... [2022-03-05T14:45:13.398Z] #47 38.53 Reading package lists... [2022-03-05T14:45:13.398Z] #47 ... [2022-03-05T14:45:13.398Z] [2022-03-05T14:45:13.398Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:13.398Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:13.398Z] #58 30.38 Reading package lists... [2022-03-05T14:45:13.398Z] #58 38.61 Building dependency tree... [2022-03-05T14:45:13.859Z] #14 35.68 Reading package lists... [2022-03-05T14:45:13.859Z] #14 ... [2022-03-05T14:45:13.859Z] [2022-03-05T14:45:13.859Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:13.859Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:13.859Z] #58 30.17 Reading package lists... [2022-03-05T14:45:13.859Z] #58 37.70 Building dependency tree... [2022-03-05T14:45:14.433Z] #58 42.84 The following additional packages will be installed: [2022-03-05T14:45:14.433Z] #58 42.85 libbtrfs0 [2022-03-05T14:45:15.002Z] #51 38.09 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T14:45:15.002Z] #51 38.10 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:45:15.002Z] #51 38.12 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T14:45:15.002Z] #51 38.19 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T14:45:15.002Z] #51 38.22 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T14:45:15.002Z] #51 38.25 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T14:45:15.002Z] #51 38.35 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T14:45:15.002Z] #51 38.37 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T14:45:15.007Z] #58 43.16 The following NEW packages will be installed: [2022-03-05T14:45:15.007Z] #58 43.17 libbtrfs-dev libbtrfs0 [2022-03-05T14:45:15.007Z] #58 ... [2022-03-05T14:45:15.007Z] [2022-03-05T14:45:15.007Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:15.007Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:15.007Z] #38 35.84 Reading package lists... [2022-03-05T14:45:15.260Z] #51 38.50 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T14:45:15.260Z] #51 38.53 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T14:45:15.260Z] #51 38.57 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T14:45:15.260Z] #51 38.65 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T14:45:15.260Z] #51 38.68 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T14:45:15.260Z] #51 38.69 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T14:45:15.519Z] #51 38.86 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T14:45:15.519Z] #51 38.87 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T14:45:15.519Z] #51 38.88 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T14:45:15.519Z] #51 38.89 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T14:45:15.519Z] #51 38.90 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T14:45:15.519Z] #51 38.95 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T14:45:15.519Z] #51 38.95 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T14:45:15.519Z] #51 38.99 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T14:45:15.777Z] #51 39.06 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T14:45:15.777Z] #51 39.18 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T14:45:15.777Z] #51 39.20 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T14:45:15.777Z] #51 39.27 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T14:45:16.035Z] #51 39.36 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T14:45:16.035Z] #51 39.43 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T14:45:16.035Z] #51 39.51 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T14:45:16.201Z] #19 173.5 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-05T14:45:16.201Z] #19 173.5 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:16.201Z] #19 173.5 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:16.201Z] #19 173.6 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-05T14:45:16.201Z] #19 173.6 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-05T14:45:16.201Z] #19 173.6 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-05T14:45:16.201Z] #19 173.7 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-05T14:45:16.201Z] #19 173.7 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-05T14:45:16.201Z] #19 173.7 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-05T14:45:16.201Z] #19 174.0 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-05T14:45:16.201Z] #19 174.0 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:16.201Z] #19 174.0 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:16.293Z] #51 39.65 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T14:45:16.293Z] #51 39.69 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T14:45:16.293Z] #51 39.69 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T14:45:16.293Z] #51 39.72 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T14:45:16.457Z] #19 174.3 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-05T14:45:16.457Z] #19 174.3 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:45:16.457Z] #19 174.3 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:16.550Z] #51 39.73 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T14:45:16.550Z] #51 39.78 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T14:45:16.550Z] #51 39.90 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T14:45:16.550Z] #51 39.91 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T14:45:16.550Z] #51 39.98 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T14:45:16.550Z] #51 40.02 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T14:45:16.550Z] #51 40.03 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T14:45:16.550Z] #51 40.13 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T14:45:16.691Z] #58 43.23 The following additional packages will be installed: [2022-03-05T14:45:16.691Z] #58 43.23 libbtrfs0 [2022-03-05T14:45:16.691Z] #58 43.50 The following NEW packages will be installed: [2022-03-05T14:45:16.691Z] #58 43.51 libbtrfs-dev libbtrfs0 [2022-03-05T14:45:16.809Z] #51 40.17 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T14:45:16.809Z] #51 40.20 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T14:45:16.809Z] #51 40.23 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T14:45:16.809Z] #51 40.24 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T14:45:16.809Z] #51 40.28 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T14:45:16.809Z] #51 40.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T14:45:16.809Z] #51 40.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T14:45:16.938Z] #38 43.53 Building dependency tree... [2022-03-05T14:45:16.954Z] #58 44.03 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:16.954Z] #58 44.03 Need to get 460 kB of archives. [2022-03-05T14:45:16.954Z] #58 44.03 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T14:45:16.954Z] #58 44.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:16.954Z] #58 44.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:17.068Z] #51 40.42 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T14:45:17.068Z] #51 40.47 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T14:45:17.068Z] #51 40.50 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T14:45:17.327Z] #51 40.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T14:45:17.327Z] #51 40.79 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T14:45:17.327Z] #51 40.82 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T14:45:17.327Z] #51 40.87 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T14:45:17.585Z] #51 40.90 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T14:45:17.585Z] #51 40.91 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T14:45:17.585Z] #51 40.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T14:45:17.585Z] #51 40.95 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T14:45:17.585Z] #51 40.98 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T14:45:17.585Z] #51 ... [2022-03-05T14:45:17.585Z] [2022-03-05T14:45:17.585Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:17.585Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:45:17.585Z] #34 40.79 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-05T14:45:17.585Z] #34 40.88 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T14:45:18.155Z] #34 41.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:18.337Z] #58 ... [2022-03-05T14:45:18.337Z] [2022-03-05T14:45:18.337Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:18.337Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:18.338Z] #47 38.53 Reading package lists... [2022-03-05T14:45:18.905Z] #47 45.37 Building dependency tree... [2022-03-05T14:45:18.905Z] #47 ... [2022-03-05T14:45:18.905Z] [2022-03-05T14:45:18.905Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:18.905Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:18.905Z] #38 27.89 Reading package lists... [2022-03-05T14:45:18.905Z] #38 36.11 Reading package lists... [2022-03-05T14:45:18.905Z] #38 43.11 Building dependency tree... [2022-03-05T14:45:18.905Z] #38 ... [2022-03-05T14:45:18.905Z] [2022-03-05T14:45:18.905Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:18.905Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:18.905Z] #58 45.84 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:19.203Z] #58 46.27 Fetched 460 kB in 0s (1100 kB/s) [2022-03-05T14:45:19.463Z] #58 46.47 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:45:19.463Z] #58 46.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:19.507Z] #38 ... [2022-03-05T14:45:19.507Z] [2022-03-05T14:45:19.507Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:19.507Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:19.507Z] #47 28.89 Reading package lists... [2022-03-05T14:45:19.507Z] #47 37.39 Reading package lists... [2022-03-05T14:45:19.507Z] #47 44.52 Building dependency tree... [2022-03-05T14:45:19.507Z] #47 ... [2022-03-05T14:45:19.507Z] [2022-03-05T14:45:19.507Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:19.507Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-05T14:45:19.507Z] #58 43.77 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:19.507Z] #58 43.77 Need to get 460 kB of archives. [2022-03-05T14:45:19.507Z] #58 43.77 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T14:45:19.507Z] #58 43.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:19.507Z] #58 43.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:19.507Z] #58 45.36 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:19.507Z] #58 45.67 Fetched 460 kB in 0s (1280 kB/s) [2022-03-05T14:45:19.507Z] #58 45.83 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:45:19.507Z] #58 45.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:19.507Z] #58 45.91 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:45:19.507Z] #58 45.95 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:19.507Z] #58 46.32 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:45:19.507Z] #58 46.35 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:45:19.507Z] #58 46.36 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:19.507Z] #58 47.21 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:19.507Z] #58 47.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:19.507Z] #58 47.25 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:19.507Z] #58 DONE 47.6s [2022-03-05T14:45:19.507Z] [2022-03-05T14:45:19.507Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:19.507Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:19.507Z] #14 35.68 Reading package lists... [2022-03-05T14:45:19.507Z] #14 43.67 Building dependency tree... [2022-03-05T14:45:19.507Z] #14 ... [2022-03-05T14:45:19.507Z] [2022-03-05T14:45:19.507Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T14:45:19.507Z] #59 sha256:980a7fa76743efcbe8ef5d511f86cf4a8768e920332829b3c6c15a2f315c0153 [2022-03-05T14:45:19.507Z] #59 DONE 0.2s [2022-03-05T14:45:19.722Z] #58 46.63 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:45:19.722Z] #58 46.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:19.772Z] [2022-03-05T14:45:19.772Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:45:19.772Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:45:19.980Z] #58 47.03 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:45:19.980Z] #58 47.03 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:45:19.980Z] #58 47.07 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:20.059Z] #34 ... [2022-03-05T14:45:20.059Z] [2022-03-05T14:45:20.059Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:20.059Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:20.059Z] #47 32.97 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-05T14:45:20.059Z] #47 34.40 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:20.059Z] #47 34.61 Fetched 2292 kB in 4s (582 kB/s) [2022-03-05T14:45:20.059Z] #47 34.75 Selecting previously unselected package libprotobuf23:amd64. [2022-03-05T14:45:20.059Z] #47 34.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:20.059Z] #47 34.82 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 34.85 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:20.059Z] #47 35.64 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:45:20.059Z] #47 35.64 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:45:20.059Z] #47 35.69 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:20.059Z] #47 35.88 Selecting previously unselected package python3-six. [2022-03-05T14:45:20.059Z] #47 35.88 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T14:45:20.059Z] #47 35.88 Unpacking python3-six (1.16.0-2) ... [2022-03-05T14:45:20.059Z] #47 35.97 Selecting previously unselected package python3-protobuf. [2022-03-05T14:45:20.059Z] #47 35.97 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 35.98 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:20.059Z] #47 36.44 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:45:20.059Z] #47 36.44 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 36.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:20.059Z] #47 36.64 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:45:20.059Z] #47 36.64 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 36.65 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:20.059Z] #47 36.77 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:45:20.059Z] #47 36.77 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 36.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:20.059Z] #47 36.88 Selecting previously unselected package criu. [2022-03-05T14:45:20.059Z] #47 36.88 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-05T14:45:20.059Z] #47 36.90 Unpacking criu (3.16.1-3) ... [2022-03-05T14:45:20.059Z] #47 37.70 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:20.059Z] #47 39.31 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:20.059Z] #47 39.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:20.059Z] #47 39.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:20.059Z] #47 39.38 Setting up python3-six (1.16.0-2) ... [2022-03-05T14:45:20.059Z] #47 40.48 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:20.059Z] #47 40.51 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:20.059Z] #47 ... [2022-03-05T14:45:20.059Z] [2022-03-05T14:45:20.059Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:20.059Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:20.060Z] #51 41.01 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T14:45:20.060Z] #51 41.03 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T14:45:20.060Z] #51 41.08 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T14:45:20.060Z] #51 41.10 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T14:45:20.060Z] #51 41.16 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T14:45:20.060Z] #51 41.18 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T14:45:20.060Z] #51 41.19 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T14:45:20.060Z] #51 41.27 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T14:45:20.060Z] #51 41.31 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T14:45:20.060Z] #51 41.34 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T14:45:20.060Z] #51 41.35 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T14:45:20.060Z] #51 41.81 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T14:45:20.060Z] #51 41.81 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T14:45:20.060Z] #51 41.84 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T14:45:20.060Z] #51 41.98 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T14:45:20.060Z] #51 42.01 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T14:45:20.060Z] #51 42.04 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T14:45:20.060Z] #51 42.05 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T14:45:20.060Z] #51 42.08 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T14:45:20.060Z] #51 42.11 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T14:45:20.060Z] #51 42.31 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T14:45:20.060Z] #51 42.32 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T14:45:20.060Z] #51 42.32 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T14:45:20.060Z] #51 42.35 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T14:45:20.060Z] #51 42.38 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T14:45:20.060Z] #51 42.38 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T14:45:20.060Z] #51 42.41 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T14:45:20.060Z] #51 42.43 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T14:45:20.060Z] #51 42.47 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T14:45:20.060Z] #51 42.47 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T14:45:20.060Z] #51 42.52 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T14:45:20.060Z] #51 42.61 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T14:45:20.060Z] #51 42.73 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T14:45:20.060Z] #51 42.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T14:45:20.060Z] #51 42.82 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T14:45:20.060Z] #51 42.86 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T14:45:20.060Z] #51 42.89 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T14:45:20.060Z] #51 43.11 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T14:45:20.060Z] #51 43.21 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T14:45:20.629Z] #19 178.6 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-05T14:45:20.885Z] #19 178.6 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:20.885Z] #19 178.6 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:20.885Z] #19 178.7 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-05T14:45:20.885Z] #19 178.7 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-05T14:45:20.885Z] #19 178.7 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-05T14:45:20.885Z] #19 178.7 Selecting previously unselected package libc6-s390x-cross. [2022-03-05T14:45:20.885Z] #19 178.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-05T14:45:20.885Z] #19 178.7 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-05T14:45:20.885Z] #19 178.8 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-05T14:45:20.885Z] #19 178.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:20.885Z] #19 178.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:20.885Z] #19 178.9 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-05T14:45:20.885Z] #19 178.9 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:20.885Z] #19 178.9 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:20.885Z] #19 178.9 Selecting previously unselected package libitm1-s390x-cross. [2022-03-05T14:45:20.921Z] #58 47.70 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:45:20.921Z] #58 47.81 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:45:20.921Z] #58 47.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:20.996Z] #51 44.26 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T14:45:20.996Z] #51 44.27 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T14:45:20.996Z] #51 44.38 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T14:45:20.996Z] #51 44.42 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T14:45:21.143Z] #19 178.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.143Z] #19 178.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.143Z] #19 178.9 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-05T14:45:21.143Z] #19 178.9 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.143Z] #19 178.9 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.143Z] #19 179.0 Selecting previously unselected package libasan6-s390x-cross. [2022-03-05T14:45:21.143Z] #19 179.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.143Z] #19 179.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.143Z] #19 179.2 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-05T14:45:21.161Z] #60 1.702 + RM_GOPATH=0 [2022-03-05T14:45:21.161Z] #60 1.702 + TMP_GOPATH= [2022-03-05T14:45:21.161Z] #60 1.702 + : /build [2022-03-05T14:45:21.161Z] #60 1.703 + '[' -z '' ']' [2022-03-05T14:45:21.161Z] #60 1.704 ++ mktemp -d [2022-03-05T14:45:21.161Z] #60 1.717 + export GOPATH=/tmp/tmp.gKPbhxJ3M6 [2022-03-05T14:45:21.161Z] #60 1.717 + GOPATH=/tmp/tmp.gKPbhxJ3M6 [2022-03-05T14:45:21.161Z] #60 1.717 + RM_GOPATH=1 [2022-03-05T14:45:21.161Z] #60 1.717 + case "$(go env GOARCH)" in [2022-03-05T14:45:21.161Z] #60 1.720 ++ go env GOARCH [2022-03-05T14:45:21.161Z] #60 1.811 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:21.161Z] #60 1.811 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:21.399Z] #19 179.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.399Z] #19 179.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.399Z] #19 179.3 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-05T14:45:21.399Z] #19 179.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.399Z] #19 179.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.399Z] #19 179.4 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-05T14:45:21.399Z] #19 179.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:21.399Z] #19 179.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:21.399Z] #19 179.5 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-05T14:45:21.427Z] #60 1.815 ++ dirname /install.sh [2022-03-05T14:45:21.427Z] #60 1.823 + dir=/ [2022-03-05T14:45:21.427Z] #60 1.823 + bin=containerd [2022-03-05T14:45:21.427Z] #60 1.823 + shift [2022-03-05T14:45:21.427Z] #60 1.823 + '[' '!' -f //containerd.installer ']' [2022-03-05T14:45:21.427Z] #60 1.831 + . //containerd.installer [2022-03-05T14:45:21.427Z] #60 1.831 ++ set -e [2022-03-05T14:45:21.427Z] #60 1.831 ++ : v1.5.10 [2022-03-05T14:45:21.427Z] #60 1.831 + install_containerd [2022-03-05T14:45:21.427Z] #60 1.831 + echo 'Install containerd version v1.5.10' [2022-03-05T14:45:21.427Z] #60 1.831 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gKPbhxJ3M6/src/github.com/containerd/containerd [2022-03-05T14:45:21.427Z] #60 1.831 Install containerd version v1.5.10 [2022-03-05T14:45:21.427Z] #60 1.847 Cloning into '/tmp/tmp.gKPbhxJ3M6/src/github.com/containerd/containerd'... [2022-03-05T14:45:21.487Z] #58 DONE 48.7s [2022-03-05T14:45:21.487Z] [2022-03-05T14:45:21.487Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:21.487Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:21.487Z] #51 48.47 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:45:21.487Z] #51 48.47 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T14:45:21.487Z] #51 48.64 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T14:45:21.583Z] using credential docker-jenkins-github-credentials [2022-03-05T14:45:21.656Z] #19 179.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:45:21.656Z] #19 179.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:21.661Z] Cloning the remote Git repository [2022-03-05T14:45:21.661Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:45:21.748Z] #51 ... [2022-03-05T14:45:21.748Z] [2022-03-05T14:45:21.748Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T14:45:21.748Z] #59 sha256:478c105dfe8a0154c2a5028a8610a8971ea60a9d50119319a9794a9777ad6eb2 [2022-03-05T14:45:21.748Z] #59 DONE 0.1s [2022-03-05T14:45:21.748Z] [2022-03-05T14:45:21.748Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:21.748Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:21.748Z] #51 48.73 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T14:45:21.859Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:45:22.323Z] #51 49.16 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T14:45:22.323Z] #51 49.21 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T14:45:22.384Z] #51 45.72 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T14:45:22.384Z] #51 45.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T14:45:22.384Z] #51 45.74 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T14:45:22.384Z] #51 45.80 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T14:45:22.643Z] #51 ... [2022-03-05T14:45:22.643Z] [2022-03-05T14:45:22.643Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:22.643Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:22.643Z] #14 35.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T14:45:22.643Z] #14 35.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:22.643Z] #14 35.98 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:22.643Z] #14 38.63 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T14:45:22.643Z] #14 38.63 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T14:45:22.643Z] #14 38.64 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:45:22.643Z] #14 38.85 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T14:45:22.643Z] #14 38.86 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:22.643Z] #14 38.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:45:22.643Z] #14 39.18 Selecting previously unselected package dmsetup. [2022-03-05T14:45:22.643Z] #14 39.18 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:22.643Z] #14 39.19 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:45:22.643Z] #14 39.35 Selecting previously unselected package mingw-w64-common. [2022-03-05T14:45:22.643Z] #14 39.36 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T14:45:22.643Z] #14 39.37 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T14:45:22.643Z] #14 44.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T14:45:22.643Z] #14 44.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T14:45:22.643Z] #14 44.72 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:45:22.643Z] #14 ... [2022-03-05T14:45:22.643Z] [2022-03-05T14:45:22.643Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:22.643Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:22.643Z] #51 46.09 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T14:45:22.643Z] #51 46.10 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T14:45:22.846Z] #60 ... [2022-03-05T14:45:22.846Z] [2022-03-05T14:45:22.846Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:45:22.846Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:45:22.846Z] #53 50.63 v3.0.2 [2022-03-05T14:45:22.846Z] #53 DONE 50.9s [2022-03-05T14:45:22.846Z] [2022-03-05T14:45:22.846Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:22.846Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:22.846Z] #51 49.62 go: downloading github.com/fatih/color v1.13.0 [2022-03-05T14:45:22.846Z] #51 49.62 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:45:22.846Z] #51 49.70 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-05T14:45:22.846Z] #51 49.70 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-05T14:45:22.846Z] #51 49.88 go: downloading github.com/spf13/viper v1.10.1 [2022-03-05T14:45:22.846Z] #51 50.17 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-05T14:45:22.846Z] #51 50.51 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T14:45:22.846Z] #51 50.53 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T14:45:22.846Z] #51 50.60 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T14:45:22.846Z] #51 50.63 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T14:45:22.899Z] #51 49.99 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-05T14:45:22.902Z] #51 46.23 go: downloading golang.org/x/text v0.3.7 [2022-03-05T14:45:23.163Z] #51 50.04 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-05T14:45:23.286Z] #60 ... [2022-03-05T14:45:23.286Z] [2022-03-05T14:45:23.287Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:23.287Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:45:23.287Z] #14 62.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T14:45:23.287Z] #14 62.43 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:45:23.287Z] #14 62.44 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:23.287Z] #14 67.24 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T14:45:23.287Z] #14 67.26 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:45:23.287Z] #14 67.26 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:45:23.422Z] #51 ... [2022-03-05T14:45:23.422Z] [2022-03-05T14:45:23.422Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:23.422Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:23.422Z] #14 33.05 Reading package lists... [2022-03-05T14:45:23.422Z] #14 40.58 Building dependency tree... [2022-03-05T14:45:23.422Z] #14 45.37 The following additional packages will be installed: [2022-03-05T14:45:23.422Z] #14 45.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:23.422Z] #14 45.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T14:45:23.422Z] #14 45.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T14:45:23.422Z] #14 45.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T14:45:23.422Z] #14 45.38 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T14:45:23.423Z] #14 45.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T14:45:23.423Z] #14 45.40 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T14:45:23.423Z] #14 45.42 Suggested packages: [2022-03-05T14:45:23.423Z] #14 45.42 gcc-10-locales seccomp wine64 [2022-03-05T14:45:23.423Z] #14 47.62 The following NEW packages will be installed: [2022-03-05T14:45:23.423Z] #14 47.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:23.423Z] #14 47.63 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T14:45:23.423Z] #14 47.63 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T14:45:23.423Z] #14 47.63 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T14:45:23.423Z] #14 47.63 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T14:45:23.423Z] #14 47.64 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T14:45:23.423Z] #14 47.64 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T14:45:23.423Z] #14 47.64 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T14:45:23.423Z] #14 47.64 mingw-w64-x86-64-dev [2022-03-05T14:45:23.423Z] #14 48.07 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:23.423Z] #14 48.07 Need to get 115 MB of archives. [2022-03-05T14:45:23.423Z] #14 48.07 After this operation, 645 MB of additional disk space will be used. [2022-03-05T14:45:23.423Z] #14 48.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T14:45:23.423Z] #14 48.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T14:45:23.423Z] #14 48.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T14:45:23.423Z] #14 48.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-05T14:45:23.423Z] #14 48.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T14:45:23.423Z] #14 48.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T14:45:23.423Z] #14 49.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T14:45:23.423Z] #14 49.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:23.423Z] #14 49.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T14:45:23.423Z] #14 50.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:23.690Z] #14 ... [2022-03-05T14:45:23.690Z] [2022-03-05T14:45:23.690Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:23.690Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:23.690Z] #38 48.25 The following additional packages will be installed: [2022-03-05T14:45:23.690Z] #38 48.25 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T14:45:23.690Z] #38 48.30 Suggested packages: [2022-03-05T14:45:23.690Z] #38 48.30 cmake-doc ninja-build lrzip [2022-03-05T14:45:23.690Z] #38 48.30 Recommended packages: [2022-03-05T14:45:23.690Z] #38 48.30 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T14:45:23.690Z] #38 49.70 The following NEW packages will be installed: [2022-03-05T14:45:23.690Z] #38 49.70 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T14:45:23.690Z] #38 49.70 vim-common xxd [2022-03-05T14:45:23.690Z] #38 50.25 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:23.690Z] #38 50.25 Need to get 17.7 MB of archives. [2022-03-05T14:45:23.690Z] #38 50.25 After this operation, 70.7 MB of additional disk space will be used. [2022-03-05T14:45:23.690Z] #38 50.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:45:23.690Z] #38 50.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:45:23.690Z] #38 50.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T14:45:23.690Z] #38 50.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:45:23.840Z] #51 ... [2022-03-05T14:45:23.840Z] [2022-03-05T14:45:23.840Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:23.840Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:23.840Z] #47 44.04 Setting up criu (3.16.1-3) ... [2022-03-05T14:45:23.840Z] #47 45.79 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:23.840Z] #47 DONE 47.0s [2022-03-05T14:45:24.100Z] [2022-03-05T14:45:24.100Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:24.100Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:24.100Z] #38 37.57 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:45:24.100Z] #38 37.57 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 37.58 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:24.100Z] #38 43.10 Selecting previously unselected package libxml2:amd64. [2022-03-05T14:45:24.100Z] #38 43.10 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 43.10 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:24.100Z] #38 43.59 Selecting previously unselected package libarchive13:amd64. [2022-03-05T14:45:24.100Z] #38 43.59 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 43.60 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:24.100Z] #38 43.91 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T14:45:24.100Z] #38 43.91 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 43.91 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:24.100Z] #38 44.10 Selecting previously unselected package librhash0:amd64. [2022-03-05T14:45:24.100Z] #38 44.11 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 44.12 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:24.100Z] #38 44.28 Selecting previously unselected package libuv1:amd64. [2022-03-05T14:45:24.100Z] #38 44.28 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 44.29 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:24.100Z] #38 44.46 Selecting previously unselected package cmake. [2022-03-05T14:45:24.100Z] #38 44.47 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T14:45:24.100Z] #38 44.48 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:24.216Z] #14 75.09 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T14:45:24.216Z] #14 75.09 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-05T14:45:24.216Z] #14 75.10 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:45:24.258Z] #38 51.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T14:45:24.258Z] #38 51.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T14:45:24.258Z] #38 51.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T14:45:24.258Z] #38 51.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T14:45:24.258Z] #38 51.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T14:45:24.259Z] #38 51.19 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T14:45:22.276Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T14:45:23.171Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:45:23.171Z] > git --version # timeout=10 [2022-03-05T14:45:23.217Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T14:45:23.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:23.221Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:24.768Z] #51 52.74 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T14:45:24.768Z] #51 52.76 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T14:45:25.053Z] #38 48.29 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:25.053Z] #38 48.33 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:25.053Z] #38 48.35 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:25.053Z] #38 48.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:25.053Z] #38 48.40 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:25.053Z] #38 48.41 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:25.053Z] #38 48.42 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:25.053Z] #38 48.45 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:25.053Z] #38 48.46 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:25.053Z] #38 48.52 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:25.054Z] #38 48.52 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:25.830Z] #19 183.8 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-05T14:45:25.830Z] #19 183.8 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:25.991Z] #38 DONE 49.2s [2022-03-05T14:45:25.991Z] [2022-03-05T14:45:25.991Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T14:45:25.991Z] #39 sha256:19cc1034b7b8731af85107b296e3db40320f52c8d06c443d382709f3a633ced0 [2022-03-05T14:45:26.086Z] #19 183.8 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:26.086Z] #19 183.8 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-05T14:45:26.086Z] #19 183.8 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-05T14:45:26.086Z] #19 183.8 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-05T14:45:26.086Z] #19 184.0 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-05T14:45:26.086Z] #19 184.0 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-05T14:45:26.086Z] #19 184.0 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-05T14:45:26.114Z] #14 ... [2022-03-05T14:45:26.114Z] [2022-03-05T14:45:26.114Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:45:26.114Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:45:26.114Z] #63 76.81 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:45:26.168Z] #38 ... [2022-03-05T14:45:26.168Z] [2022-03-05T14:45:26.168Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-05T14:45:26.168Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-05T14:45:26.168Z] #53 52.43 v3.0.2 [2022-03-05T14:45:26.168Z] #53 DONE 53.1s [2022-03-05T14:45:26.168Z] [2022-03-05T14:45:26.168Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:26.168Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:26.168Z] #38 53.29 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:26.249Z] #39 DONE 0.4s [2022-03-05T14:45:26.249Z] [2022-03-05T14:45:26.249Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:45:26.249Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:45:26.249Z] #49 ... [2022-03-05T14:45:26.249Z] [2022-03-05T14:45:26.249Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:26.249Z] #40 sha256:2bf02b71a24c388ab6adb0df43e93a1b37e9b45a764479e653b9f8ba2b284a98 [2022-03-05T14:45:26.343Z] #19 184.2 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-05T14:45:26.343Z] #19 184.2 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-05T14:45:26.343Z] #19 184.2 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:26.371Z] #63 76.81 + GOBIN=/build [2022-03-05T14:45:26.371Z] #63 76.81 + GO111MODULE=on [2022-03-05T14:45:26.371Z] #63 76.81 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T14:45:26.599Z] #19 184.5 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-05T14:45:26.599Z] #19 184.5 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-05T14:45:26.599Z] #19 184.5 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:26.739Z] #38 53.78 Fetched 17.7 MB in 2s (9683 kB/s) [2022-03-05T14:45:26.998Z] #38 53.99 Selecting previously unselected package xxd. [2022-03-05T14:45:27.261Z] #38 53.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 ... 15709 files and directories currently installed.) [2022-03-05T14:45:27.261Z] #38 54.20 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:45:27.261Z] #38 54.20 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:27.323Z] #51 ... [2022-03-05T14:45:27.323Z] [2022-03-05T14:45:27.323Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:27.323Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:27.323Z] #38 48.29 The following additional packages will be installed: [2022-03-05T14:45:27.323Z] #38 48.32 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-05T14:45:27.323Z] #38 48.36 Suggested packages: [2022-03-05T14:45:27.323Z] #38 48.36 cmake-doc ninja-build lrzip [2022-03-05T14:45:27.323Z] #38 48.36 Recommended packages: [2022-03-05T14:45:27.323Z] #38 48.36 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T14:45:27.323Z] #38 49.73 The following NEW packages will be installed: [2022-03-05T14:45:27.323Z] #38 49.76 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-05T14:45:27.323Z] #38 49.77 vim-common xxd [2022-03-05T14:45:27.323Z] #38 50.23 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:27.323Z] #38 50.23 Need to get 17.7 MB of archives. [2022-03-05T14:45:27.323Z] #38 50.23 After this operation, 70.7 MB of additional disk space will be used. [2022-03-05T14:45:27.323Z] #38 50.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:45:27.323Z] #38 50.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:45:27.323Z] #38 50.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T14:45:27.323Z] #38 50.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:45:27.323Z] #38 51.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-05T14:45:27.323Z] #38 51.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T14:45:27.323Z] #38 51.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T14:45:27.323Z] #38 51.17 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T14:45:27.323Z] #38 51.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T14:45:27.323Z] #38 51.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T14:45:27.323Z] #38 53.11 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:27.323Z] #38 53.58 Fetched 17.7 MB in 2s (11.0 MB/s) [2022-03-05T14:45:27.323Z] #38 53.67 Selecting previously unselected package xxd. [2022-03-05T14:45:27.323Z] #38 53.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:27.323Z] #38 53.81 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:45:27.323Z] #38 53.84 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:27.323Z] #38 54.19 Selecting previously unselected package vim-common. [2022-03-05T14:45:27.323Z] #38 54.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:45:27.323Z] #38 54.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:27.323Z] #38 54.83 Selecting previously unselected package cmake-data. [2022-03-05T14:45:27.323Z] #38 54.83 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T14:45:27.323Z] #38 54.85 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:27.528Z] #38 54.55 Selecting previously unselected package vim-common. [2022-03-05T14:45:27.528Z] #38 54.57 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:45:27.528Z] #38 54.64 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:27.584Z] #38 ... [2022-03-05T14:45:27.584Z] [2022-03-05T14:45:27.584Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:27.584Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:27.584Z] #51 56.07 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:45:27.846Z] #51 56.09 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T14:45:27.846Z] #51 56.33 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T14:45:28.099Z] #38 55.05 Selecting previously unselected package cmake-data. [2022-03-05T14:45:28.100Z] #38 55.05 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T14:45:28.100Z] #38 55.06 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:28.109Z] #51 56.40 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T14:45:28.109Z] #51 56.44 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T14:45:28.109Z] #51 56.53 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T14:45:28.109Z] #51 56.56 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T14:45:28.373Z] #51 56.60 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T14:45:28.373Z] #51 56.69 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T14:45:28.373Z] #51 56.78 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T14:45:28.373Z] #51 56.81 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T14:45:28.635Z] #51 56.83 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T14:45:28.635Z] #51 56.93 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T14:45:28.635Z] #51 57.08 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T14:45:28.897Z] #51 57.11 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T14:45:28.897Z] #51 57.13 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T14:45:28.897Z] #51 57.17 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T14:45:28.897Z] #51 57.23 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T14:45:28.897Z] #51 57.25 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T14:45:28.897Z] #51 57.27 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T14:45:28.897Z] #51 57.29 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T14:45:29.535Z] #40 ... [2022-03-05T14:45:29.535Z] [2022-03-05T14:45:29.535Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:45:29.535Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:45:29.535Z] #49 51.80 gotestsum version dev [2022-03-05T14:45:29.535Z] #49 DONE 52.6s [2022-03-05T14:45:29.535Z] [2022-03-05T14:45:29.535Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:29.535Z] #40 sha256:2bf02b71a24c388ab6adb0df43e93a1b37e9b45a764479e653b9f8ba2b284a98 [2022-03-05T14:45:29.535Z] #40 3.058 + RM_GOPATH=0 [2022-03-05T14:45:29.535Z] #40 3.058 + TMP_GOPATH= [2022-03-05T14:45:29.535Z] #40 3.058 + : /build [2022-03-05T14:45:29.535Z] #40 3.058 + '[' -z '' ']' [2022-03-05T14:45:29.535Z] #40 3.058 ++ mktemp -d [2022-03-05T14:45:29.535Z] #40 3.058 + export GOPATH=/tmp/tmp.rYryfya2bg [2022-03-05T14:45:29.535Z] #40 3.058 + GOPATH=/tmp/tmp.rYryfya2bg [2022-03-05T14:45:29.535Z] #40 3.058 + RM_GOPATH=1 [2022-03-05T14:45:29.535Z] #40 3.058 + case "$(go env GOARCH)" in [2022-03-05T14:45:29.535Z] #40 3.058 ++ go env GOARCH [2022-03-05T14:45:29.535Z] #40 3.086 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:29.535Z] #40 3.086 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:29.535Z] #40 3.086 ++ dirname /install.sh [2022-03-05T14:45:29.535Z] #40 3.114 Install tini version v0.19.0 [2022-03-05T14:45:29.535Z] #40 3.114 + dir=/ [2022-03-05T14:45:29.535Z] #40 3.114 + bin=tini [2022-03-05T14:45:29.535Z] #40 3.114 + shift [2022-03-05T14:45:29.535Z] #40 3.114 + '[' '!' -f //tini.installer ']' [2022-03-05T14:45:29.535Z] #40 3.114 + . //tini.installer [2022-03-05T14:45:29.535Z] #40 3.114 ++ : v0.19.0 [2022-03-05T14:45:29.535Z] #40 3.114 + install_tini [2022-03-05T14:45:29.535Z] #40 3.114 + echo 'Install tini version v0.19.0' [2022-03-05T14:45:29.535Z] #40 3.114 + git clone https://github.com/krallin/tini.git /tmp/tmp.rYryfya2bg/tini [2022-03-05T14:45:29.535Z] #40 3.116 Cloning into '/tmp/tmp.rYryfya2bg/tini'... [2022-03-05T14:45:29.728Z] using credential docker-jenkins-github-credentials [2022-03-05T14:45:29.807Z] Cloning the remote Git repository [2022-03-05T14:45:29.807Z] Cloning with configured refspecs honoured and without tags [2022-03-05T14:45:30.104Z] #40 3.722 + cd /tmp/tmp.rYryfya2bg/tini [2022-03-05T14:45:30.104Z] #40 3.722 + git checkout -q v0.19.0 [2022-03-05T14:45:30.104Z] #40 3.731 + cmake . [2022-03-05T14:45:30.292Z] #51 58.49 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T14:45:30.292Z] #51 58.66 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T14:45:30.362Z] #40 4.215 -- The C compiler identification is GNU 10.2.1 [2022-03-05T14:45:30.005Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:45:30.411Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T14:45:30.560Z] #51 58.79 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T14:45:30.560Z] #51 58.84 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T14:45:30.560Z] #51 ... [2022-03-05T14:45:30.560Z] [2022-03-05T14:45:30.560Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:30.560Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:30.560Z] #14 48.80 The following additional packages will be installed: [2022-03-05T14:45:30.560Z] #14 48.80 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:30.560Z] #14 48.80 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T14:45:30.560Z] #14 48.80 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T14:45:30.560Z] #14 48.80 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T14:45:30.560Z] #14 48.80 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T14:45:30.560Z] #14 48.80 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T14:45:30.560Z] #14 48.81 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T14:45:30.560Z] #14 48.84 Suggested packages: [2022-03-05T14:45:30.560Z] #14 48.84 gcc-10-locales seccomp wine64 [2022-03-05T14:45:30.560Z] #14 50.79 The following NEW packages will be installed: [2022-03-05T14:45:30.560Z] #14 50.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:45:30.560Z] #14 50.79 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T14:45:30.560Z] #14 50.79 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T14:45:30.560Z] #14 50.79 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T14:45:30.560Z] #14 50.79 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T14:45:30.560Z] #14 50.79 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T14:45:30.560Z] #14 50.79 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T14:45:30.560Z] #14 50.79 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T14:45:30.560Z] #14 50.79 mingw-w64-x86-64-dev [2022-03-05T14:45:30.560Z] #14 51.39 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:30.560Z] #14 51.39 Need to get 115 MB of archives. [2022-03-05T14:45:30.560Z] #14 51.39 After this operation, 645 MB of additional disk space will be used. [2022-03-05T14:45:30.560Z] #14 51.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T14:45:30.560Z] #14 51.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T14:45:30.560Z] #14 51.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T14:45:30.560Z] #14 51.92 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-05T14:45:30.560Z] #14 51.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T14:45:30.560Z] #14 51.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T14:45:30.560Z] #14 52.44 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T14:45:30.560Z] #14 52.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:30.560Z] #14 52.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T14:45:30.560Z] #14 53.48 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:30.560Z] #14 55.23 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:45:30.560Z] #14 55.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T14:45:30.560Z] #14 56.82 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:30.560Z] #14 ... [2022-03-05T14:45:30.560Z] [2022-03-05T14:45:30.560Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:30.560Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:45:30.560Z] #34 58.08 Updating files: 85% (1301/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-03-05T14:45:30.560Z] #34 58.60 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T14:45:30.621Z] #40 4.288 -- Detecting C compiler ABI info [2022-03-05T14:45:30.795Z] #19 188.8 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-05T14:45:30.795Z] #19 188.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-05T14:45:30.795Z] #19 188.8 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:30.795Z] #19 188.8 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-05T14:45:30.795Z] #19 188.8 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-05T14:45:30.795Z] #19 188.8 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-05T14:45:30.795Z] #19 188.8 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-05T14:45:30.823Z] #34 58.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libfile-which-perl (1.23-1) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-05T14:45:31.051Z] #19 188.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up file (1:5.39-3) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up bzip2 (1.0.8-4) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up libyaml-perl (1.30-1) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up libio-string-perl (1.08-3.1) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-05T14:45:31.051Z] #19 189.0 Setting up cross-config (2.6.18+nmu1) ... [2022-03-05T14:45:31.187Z] #40 4.800 -- Detecting C compiler ABI info - done [2022-03-05T14:45:31.187Z] #40 4.913 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T14:45:31.187Z] #40 4.913 -- Detecting C compile features [2022-03-05T14:45:31.187Z] #40 4.913 -- Detecting C compile features - done [2022-03-05T14:45:31.187Z] #40 4.913 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T14:45:31.307Z] #19 189.1 Setting up xz-utils (5.2.5-2) ... [2022-03-05T14:45:31.307Z] #19 189.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up patch (2.7.6-7) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-05T14:45:31.307Z] #19 189.2 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-05T14:45:31.307Z] #19 189.3 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.395Z] #38 ... [2022-03-05T14:45:31.395Z] [2022-03-05T14:45:31.395Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:31.395Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:31.395Z] #47 45.37 Building dependency tree... [2022-03-05T14:45:31.395Z] #47 50.73 The following additional packages will be installed: [2022-03-05T14:45:31.395Z] #47 50.76 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:31.395Z] #47 50.77 python3-protobuf python3-six [2022-03-05T14:45:31.395Z] #47 50.82 Suggested packages: [2022-03-05T14:45:31.395Z] #47 50.84 python3-setuptools [2022-03-05T14:45:31.395Z] #47 50.84 Recommended packages: [2022-03-05T14:45:31.395Z] #47 50.84 iproute2 | iproute [2022-03-05T14:45:31.395Z] #47 51.74 The following NEW packages will be installed: [2022-03-05T14:45:31.395Z] #47 51.74 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:31.395Z] #47 51.77 python3-protobuf python3-six [2022-03-05T14:45:31.395Z] #47 52.45 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:31.395Z] #47 52.45 Need to get 2292 kB of archives. [2022-03-05T14:45:31.395Z] #47 52.45 After this operation, 11.0 MB of additional disk space will be used. [2022-03-05T14:45:31.396Z] #47 52.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-05T14:45:31.396Z] #47 52.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:45:31.396Z] #47 52.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T14:45:31.396Z] #47 52.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-05T14:45:31.396Z] #47 52.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:45:31.396Z] #47 52.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:45:31.396Z] #47 52.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:45:31.396Z] #47 56.08 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-05T14:45:31.396Z] #47 57.44 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:31.396Z] #47 ... [2022-03-05T14:45:31.396Z] [2022-03-05T14:45:31.396Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:31.396Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:31.396Z] #51 51.63 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-05T14:45:31.396Z] #51 51.64 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-05T14:45:31.396Z] #51 56.27 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-05T14:45:31.396Z] #51 56.27 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:45:31.396Z] #51 56.27 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-05T14:45:31.396Z] #51 56.61 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-05T14:45:31.396Z] #51 56.61 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-05T14:45:31.396Z] #51 56.63 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-05T14:45:31.396Z] #51 56.70 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-05T14:45:31.396Z] #51 56.72 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-05T14:45:31.396Z] #51 56.82 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-05T14:45:31.396Z] #51 56.88 go: downloading github.com/spf13/afero v1.6.0 [2022-03-05T14:45:31.396Z] #51 56.93 go: downloading github.com/spf13/cast v1.4.1 [2022-03-05T14:45:31.396Z] #51 57.01 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-05T14:45:31.396Z] #51 57.05 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-05T14:45:31.396Z] #51 57.08 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-05T14:45:31.396Z] #51 57.22 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.27 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.31 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-05T14:45:31.396Z] #51 57.35 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.38 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-05T14:45:31.396Z] #51 57.39 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-05T14:45:31.396Z] #51 57.39 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-05T14:45:31.396Z] #51 57.54 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.59 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-05T14:45:31.396Z] #51 57.79 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-05T14:45:31.396Z] #51 57.82 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T14:45:31.396Z] #51 57.92 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T14:45:31.396Z] #51 57.99 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T14:45:31.396Z] #51 58.09 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T14:45:31.396Z] #51 ... [2022-03-05T14:45:31.396Z] [2022-03-05T14:45:31.396Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:31.396Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:31.396Z] #47 57.74 Fetched 2292 kB in 5s (506 kB/s) [2022-03-05T14:45:31.396Z] #47 57.82 Selecting previously unselected package libprotobuf23:amd64. [2022-03-05T14:45:31.396Z] #47 57.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:31.396Z] #47 57.94 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-05T14:45:31.396Z] #47 57.98 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:31.445Z] #40 5.043 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T14:45:31.445Z] #40 5.105 -- Configuring done [2022-03-05T14:45:31.445Z] #40 5.186 -- Generating done [2022-03-05T14:45:31.445Z] #40 5.186 -- Build files have been written to: /tmp/tmp.rYryfya2bg/tini [2022-03-05T14:45:31.445Z] #40 5.186 + make tini-static [2022-03-05T14:45:31.563Z] #19 189.3 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:31.563Z] #19 189.3 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.3 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-05T14:45:31.563Z] #19 189.3 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-05T14:45:31.563Z] #19 189.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.633Z] #63 81.86 rootlesskit version 0.14.6 [2022-03-05T14:45:31.633Z] #63 81.87 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T14:45:31.633Z] #63 81.88 -container-ip string [2022-03-05T14:45:31.633Z] #63 81.88 container ip [2022-03-05T14:45:31.633Z] #63 81.88 -container-port int [2022-03-05T14:45:31.633Z] #63 81.88 container port (default -1) [2022-03-05T14:45:31.633Z] #63 81.88 -host-ip string [2022-03-05T14:45:31.633Z] #63 81.88 host ip [2022-03-05T14:45:31.633Z] #63 81.88 -host-port int [2022-03-05T14:45:31.633Z] #63 81.88 host port (default -1) [2022-03-05T14:45:31.633Z] #63 81.88 -proto string [2022-03-05T14:45:31.633Z] #63 81.88 proxy protocol (default "tcp") [2022-03-05T14:45:31.702Z] #40 5.480 Scanning dependencies of target tini-static [2022-03-05T14:45:31.767Z] #34 ... [2022-03-05T14:45:31.767Z] [2022-03-05T14:45:31.767Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:31.767Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:31.767Z] #47 49.91 The following additional packages will be installed: [2022-03-05T14:45:31.767Z] #47 49.94 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:31.767Z] #47 49.94 python3-protobuf python3-six [2022-03-05T14:45:31.767Z] #47 49.94 Suggested packages: [2022-03-05T14:45:31.767Z] #47 49.97 python3-setuptools [2022-03-05T14:45:31.767Z] #47 49.97 Recommended packages: [2022-03-05T14:45:31.767Z] #47 49.97 iproute2 | iproute [2022-03-05T14:45:31.767Z] #47 51.13 The following NEW packages will be installed: [2022-03-05T14:45:31.767Z] #47 51.16 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-05T14:45:31.767Z] #47 51.16 python3-protobuf python3-six [2022-03-05T14:45:31.767Z] #47 51.83 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:31.767Z] #47 51.83 Need to get 2292 kB of archives. [2022-03-05T14:45:31.767Z] #47 51.83 After this operation, 11.0 MB of additional disk space will be used. [2022-03-05T14:45:31.767Z] #47 51.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-05T14:45:31.767Z] #47 51.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:45:31.767Z] #47 51.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-05T14:45:31.767Z] #47 51.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-05T14:45:31.767Z] #47 51.92 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:45:31.767Z] #47 51.92 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:45:31.767Z] #47 51.92 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:45:31.767Z] #47 55.33 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-05T14:45:31.767Z] #47 56.63 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:31.767Z] #47 57.05 Fetched 2292 kB in 4s (523 kB/s) [2022-03-05T14:45:31.767Z] #47 57.23 Selecting previously unselected package libprotobuf23:amd64. [2022-03-05T14:45:31.767Z] #47 57.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:31.767Z] #47 57.36 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-05T14:45:31.767Z] #47 57.43 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:31.767Z] #47 58.28 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:45:31.767Z] #47 58.29 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:45:31.767Z] #47 58.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:31.767Z] #47 58.78 Selecting previously unselected package python3-six. [2022-03-05T14:45:31.767Z] #47 58.79 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T14:45:31.767Z] #47 58.88 Unpacking python3-six (1.16.0-2) ... [2022-03-05T14:45:31.767Z] #47 59.00 Selecting previously unselected package python3-protobuf. [2022-03-05T14:45:31.767Z] #47 59.01 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-05T14:45:31.767Z] #47 59.02 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:31.767Z] #47 59.82 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:45:31.767Z] #47 59.83 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:45:31.767Z] #47 59.86 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:31.819Z] #19 189.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.819Z] #19 189.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.819Z] #19 189.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-05T14:45:31.819Z] #19 189.6 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.819Z] #19 189.6 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.819Z] #19 189.6 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:31.819Z] #19 189.6 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-05T14:45:31.819Z] #19 189.7 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-05T14:45:31.819Z] #19 189.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-05T14:45:31.939Z] #63 ... [2022-03-05T14:45:31.939Z] [2022-03-05T14:45:31.939Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:31.939Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:45:31.939Z] #14 78.63 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T14:45:31.939Z] #14 78.64 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T14:45:31.939Z] #14 78.64 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:45:31.939Z] #14 78.75 Selecting previously unselected package libapparmor1:arm64. [2022-03-05T14:45:31.939Z] #14 78.76 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 78.76 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T14:45:31.939Z] #14 78.85 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-05T14:45:31.939Z] #14 78.85 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 78.87 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T14:45:31.939Z] #14 78.99 Selecting previously unselected package libbtrfs0:arm64. [2022-03-05T14:45:31.939Z] #14 78.99 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 78.99 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T14:45:31.939Z] #14 79.09 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-05T14:45:31.939Z] #14 79.10 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 79.12 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T14:45:31.939Z] #14 79.28 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-05T14:45:31.939Z] #14 79.28 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 79.29 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:45:31.939Z] #14 79.32 Selecting previously unselected package libudev-dev:arm64. [2022-03-05T14:45:31.939Z] #14 79.34 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 79.35 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-05T14:45:31.939Z] #14 79.47 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-05T14:45:31.939Z] #14 79.47 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 79.48 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-05T14:45:31.939Z] #14 80.18 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-05T14:45:31.939Z] #14 80.18 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 80.57 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-05T14:45:31.939Z] #14 80.83 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-05T14:45:31.939Z] #14 80.84 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 80.84 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-05T14:45:31.939Z] #14 80.94 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-05T14:45:31.939Z] #14 80.95 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 80.96 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-05T14:45:31.939Z] #14 81.02 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-05T14:45:31.939Z] #14 81.02 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 81.05 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-05T14:45:31.939Z] #14 81.40 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-05T14:45:31.939Z] #14 81.41 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 81.42 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-05T14:45:31.939Z] #14 81.61 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-05T14:45:31.939Z] #14 81.63 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 81.63 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:45:31.939Z] #14 81.72 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-05T14:45:31.939Z] #14 81.72 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 81.72 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:45:31.939Z] #14 81.81 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-05T14:45:31.939Z] #14 81.83 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-05T14:45:31.939Z] #14 81.83 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-05T14:45:31.960Z] #40 5.649 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T14:45:31.965Z] #47 ... [2022-03-05T14:45:31.965Z] [2022-03-05T14:45:31.965Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:45:31.965Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:45:31.965Z] #60 1.857 + RM_GOPATH=0 [2022-03-05T14:45:31.965Z] #60 1.857 + TMP_GOPATH= [2022-03-05T14:45:31.965Z] #60 1.857 + : /build [2022-03-05T14:45:31.965Z] #60 1.857 + '[' -z '' ']' [2022-03-05T14:45:31.965Z] #60 1.863 ++ mktemp -d [2022-03-05T14:45:31.965Z] #60 1.869 + export GOPATH=/tmp/tmp.jeOwVGlaHB [2022-03-05T14:45:31.965Z] #60 1.869 + GOPATH=/tmp/tmp.jeOwVGlaHB [2022-03-05T14:45:31.965Z] #60 1.869 + RM_GOPATH=1 [2022-03-05T14:45:31.965Z] #60 1.869 + case "$(go env GOARCH)" in [2022-03-05T14:45:31.965Z] #60 1.869 ++ go env GOARCH [2022-03-05T14:45:31.965Z] #60 1.904 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:31.965Z] #60 1.904 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:31.965Z] #60 1.904 ++ dirname /install.sh [2022-03-05T14:45:31.965Z] #60 1.912 + dir=/ [2022-03-05T14:45:31.965Z] #60 1.912 + bin=containerd [2022-03-05T14:45:31.965Z] #60 1.912 + shift [2022-03-05T14:45:31.965Z] #60 1.912 + '[' '!' -f //containerd.installer ']' [2022-03-05T14:45:31.965Z] #60 1.912 + . //containerd.installer [2022-03-05T14:45:31.965Z] #60 1.912 ++ set -e [2022-03-05T14:45:31.965Z] #60 1.912 ++ : v1.5.10 [2022-03-05T14:45:31.965Z] #60 1.912 + install_containerd [2022-03-05T14:45:31.965Z] #60 1.915 + echo 'Install containerd version v1.5.10' [2022-03-05T14:45:31.965Z] #60 1.915 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jeOwVGlaHB/src/github.com/containerd/containerd [2022-03-05T14:45:31.965Z] #60 1.915 Install containerd version v1.5.10 [2022-03-05T14:45:31.965Z] #60 1.993 Cloning into '/tmp/tmp.jeOwVGlaHB/src/github.com/containerd/containerd'... [2022-03-05T14:45:31.965Z] #60 ... [2022-03-05T14:45:31.965Z] [2022-03-05T14:45:31.965Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:31.965Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:31.965Z] #38 58.91 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:45:31.965Z] #38 58.91 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:45:31.965Z] #38 58.96 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:32.028Z] #47 59.99 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:45:32.028Z] #47 59.99 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:45:32.028Z] #47 60.00 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:32.028Z] #47 ... [2022-03-05T14:45:32.028Z] [2022-03-05T14:45:32.029Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:32.029Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:32.029Z] #14 58.99 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:45:32.029Z] #14 59.90 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:32.029Z] #14 59.90 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T14:45:32.029Z] #14 59.90 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T14:45:32.029Z] #14 59.91 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:32.029Z] #14 59.92 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:32.029Z] #14 59.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T14:45:32.029Z] #14 59.96 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T14:45:32.029Z] #14 59.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T14:45:32.029Z] #14 59.99 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T14:45:32.029Z] #14 60.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T14:45:32.029Z] #14 60.03 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T14:45:32.029Z] #14 60.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T14:45:32.029Z] #14 60.09 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T14:45:32.029Z] #14 60.09 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T14:45:32.029Z] #14 60.10 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T14:45:32.029Z] #14 60.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T14:45:32.075Z] #19 189.8 [2022-03-05T14:45:32.075Z] #19 189.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-05T14:45:32.075Z] #19 189.9 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up dpkg-dev (1.20.9) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 189.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.075Z] #19 190.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-05T14:45:32.075Z] #19 190.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-05T14:45:32.075Z] #19 190.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-05T14:45:32.196Z] #14 82.91 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:45:32.196Z] #14 83.11 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T14:45:32.330Z] #19 190.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-05T14:45:32.330Z] #19 190.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-05T14:45:32.330Z] #19 190.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.331Z] #19 190.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.331Z] #19 190.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.331Z] #19 190.4 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:45:32.331Z] #19 190.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.331Z] #19 190.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up libxml-simple-perl (2.25-1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.6 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-05T14:45:32.586Z] #19 190.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.586Z] #19 190.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:31.330Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:45:31.330Z] > git --version # timeout=10 [2022-03-05T14:45:31.388Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T14:45:31.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:31.393Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:32.813Z] #14 83.54 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:32.813Z] #14 83.58 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-05T14:45:32.842Z] #19 190.7 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.8 Setting up crossbuild-essential-armel (12.9) ... [2022-03-05T14:45:32.842Z] #19 190.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-05T14:45:32.842Z] #19 190.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-05T14:45:32.842Z] #19 190.8 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-05T14:45:32.842Z] #19 190.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-05T14:45:32.896Z] #40 6.805 [100%] Linking C executable tini-static [2022-03-05T14:45:32.974Z] #14 61.42 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:33.090Z] #14 83.73 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:45:33.097Z] #19 190.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-05T14:45:33.097Z] #19 190.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:33.356Z] #19 DONE 191.3s [2022-03-05T14:45:33.356Z] [2022-03-05T14:45:33.356Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-05T14:45:33.356Z] #32 sha256:eea7b4f10f776584e9eb0ca09a884ef195d8c7192a6b843c96e9cccb947cdac4 [2022-03-05T14:45:33.452Z] #14 84.24 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-05T14:45:33.453Z] #14 84.29 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-05T14:45:33.453Z] #14 84.33 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-05T14:45:33.461Z] #40 7.217 [100%] Built target tini-static [2022-03-05T14:45:33.461Z] #40 7.288 + mkdir -p /build [2022-03-05T14:45:33.461Z] #40 7.288 + cp tini-static /build/docker-init [2022-03-05T14:45:33.570Z] #14 61.88 Fetched 115 MB in 9s (12.6 MB/s) [2022-03-05T14:45:33.612Z] #32 DONE 0.2s [2022-03-05T14:45:33.612Z] [2022-03-05T14:45:33.612Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-05T14:45:33.612Z] #69 sha256:28db6b8dcda13529366f23ff58853c876b4c36764b01a02fb2beb20f7e835a6c [2022-03-05T14:45:33.612Z] #69 DONE 0.1s [2022-03-05T14:45:33.612Z] [2022-03-05T14:45:33.612Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:45:33.612Z] #33 sha256:2559507818c29db84b3f4638046ab9ff6dac50fe8c95a5ce60ae7d5a2d69d893 [2022-03-05T14:45:33.709Z] #14 84.37 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-05T14:45:33.709Z] #14 84.41 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-05T14:45:33.709Z] #14 84.45 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:33.719Z] #40 DONE 7.5s [2022-03-05T14:45:33.719Z] [2022-03-05T14:45:33.719Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:33.719Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:33.719Z] #51 50.96 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T14:45:33.719Z] #51 51.04 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T14:45:33.719Z] #51 51.08 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T14:45:33.719Z] #51 51.15 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T14:45:33.719Z] #51 51.22 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T14:45:33.719Z] #51 51.22 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T14:45:33.719Z] #51 51.30 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T14:45:33.719Z] #51 51.34 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T14:45:33.719Z] #51 51.36 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T14:45:33.719Z] #51 51.42 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T14:45:33.719Z] #51 51.45 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T14:45:33.719Z] #51 51.48 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T14:45:33.719Z] #51 51.79 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T14:45:33.719Z] #51 51.82 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T14:45:33.719Z] #51 51.84 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T14:45:33.719Z] #51 52.15 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T14:45:33.719Z] #51 52.16 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T14:45:33.719Z] #51 52.26 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T14:45:33.719Z] #51 52.26 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T14:45:33.719Z] #51 52.29 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T14:45:33.719Z] #51 52.34 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T14:45:33.719Z] #51 52.50 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T14:45:33.719Z] #51 52.62 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T14:45:33.719Z] #51 52.73 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T14:45:33.719Z] #51 52.81 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T14:45:33.719Z] #51 54.07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T14:45:33.831Z] #14 62.03 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T14:45:33.831Z] #14 62.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:33.831Z] #14 62.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:33.831Z] #14 62.20 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:33.965Z] #14 84.80 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-05T14:45:34.345Z] #14 85.09 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:34.980Z] #33 1.279 + RM_GOPATH=0 [2022-03-05T14:45:34.980Z] #33 1.279 + TMP_GOPATH= [2022-03-05T14:45:34.980Z] #33 1.279 + : /build [2022-03-05T14:45:34.980Z] #33 1.279 + '[' -z '' ']' [2022-03-05T14:45:34.980Z] #33 1.279 ++ mktemp -d [2022-03-05T14:45:34.980Z] #33 1.279 + export GOPATH=/tmp/tmp.X7DREmOtDq [2022-03-05T14:45:34.980Z] #33 1.279 + GOPATH=/tmp/tmp.X7DREmOtDq [2022-03-05T14:45:34.980Z] #33 1.279 + RM_GOPATH=1 [2022-03-05T14:45:34.980Z] #33 1.279 + case "$(go env GOARCH)" in [2022-03-05T14:45:34.980Z] #33 1.279 ++ go env GOARCH [2022-03-05T14:45:34.980Z] #33 1.283 Install docker/cli version 17.06.2-ce from stable [2022-03-05T14:45:34.980Z] #33 1.283 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:34.980Z] #33 1.283 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:34.980Z] #33 1.283 ++ dirname /install.sh [2022-03-05T14:45:34.980Z] #33 1.283 + dir=/ [2022-03-05T14:45:34.980Z] #33 1.283 + bin=dockercli [2022-03-05T14:45:34.980Z] #33 1.283 + shift [2022-03-05T14:45:34.980Z] #33 1.283 + '[' '!' -f //dockercli.installer ']' [2022-03-05T14:45:34.980Z] #33 1.283 + . //dockercli.installer [2022-03-05T14:45:34.980Z] #33 1.283 ++ : stable [2022-03-05T14:45:34.980Z] #33 1.283 ++ : 17.06.2-ce [2022-03-05T14:45:34.980Z] #33 1.283 + install_dockercli [2022-03-05T14:45:34.980Z] #33 1.283 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-05T14:45:34.980Z] #33 1.283 ++ uname -m [2022-03-05T14:45:34.980Z] #33 1.288 + arch=x86_64 [2022-03-05T14:45:34.980Z] #33 1.288 + '[' x86_64 '!=' x86_64 ']' [2022-03-05T14:45:34.980Z] #33 1.288 + url=https://download.docker.com/linux/static [2022-03-05T14:45:34.980Z] #33 1.288 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-05T14:45:34.980Z] #33 1.288 + tar -xz docker/docker [2022-03-05T14:45:35.000Z] #14 85.70 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T14:45:35.000Z] #14 85.77 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T14:45:35.578Z] #14 86.38 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-05T14:45:35.835Z] #14 86.77 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:45:36.092Z] #14 87.00 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-05T14:45:36.164Z] #38 ... [2022-03-05T14:45:36.164Z] [2022-03-05T14:45:36.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-03-05T14:45:36.164Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:36.164Z] #14 52.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:45:36.164Z] #14 53.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T14:45:36.164Z] #14 54.39 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:45:36.164Z] #14 56.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-03-05T14:45:36.164Z] #14 56.82 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T14:45:36.164Z] #14 56.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T14:45:36.164Z] #14 56.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T14:45:36.164Z] #14 56.83 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:45:36.164Z] #14 56.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:45:36.164Z] #14 56.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T14:45:36.164Z] #14 56.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T14:45:36.164Z] #14 56.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T14:45:36.164Z] #14 56.92 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T14:45:36.164Z] #14 56.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T14:45:36.164Z] #14 56.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T14:45:36.164Z] #14 56.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T14:45:36.164Z] #14 57.03 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T14:45:36.164Z] #14 57.03 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T14:45:36.164Z] #14 57.03 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T14:45:36.164Z] #14 57.03 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T14:45:36.164Z] #14 58.43 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:36.164Z] #14 58.77 Fetched 115 MB in 9s (12.3 MB/s) [2022-03-05T14:45:36.164Z] #14 58.93 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T14:45:36.164Z] #14 58.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-05T14:45:36.164Z] #14 59.02 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:36.164Z] #14 59.03 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:36.164Z] #14 62.46 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T14:45:36.164Z] #14 62.48 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:36.164Z] #14 62.52 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:36.164Z] #14 ... [2022-03-05T14:45:36.164Z] [2022-03-05T14:45:36.164Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:36.164Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:36.164Z] #51 58.22 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T14:45:36.164Z] #51 58.31 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T14:45:36.164Z] #51 58.38 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T14:45:36.164Z] #51 58.42 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T14:45:36.164Z] #51 58.45 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T14:45:36.164Z] #51 58.58 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T14:45:36.164Z] #51 58.64 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T14:45:36.164Z] #51 58.69 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T14:45:36.164Z] #51 58.75 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T14:45:36.164Z] #51 58.82 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T14:45:36.164Z] #51 58.94 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T14:45:36.164Z] #51 58.97 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T14:45:36.164Z] #51 58.98 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T14:45:36.164Z] #51 59.03 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T14:45:36.164Z] #51 59.05 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T14:45:36.164Z] #51 59.12 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T14:45:36.164Z] #51 59.13 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T14:45:36.164Z] #51 59.30 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T14:45:36.164Z] #51 59.63 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T14:45:36.164Z] #51 59.74 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T14:45:36.164Z] #51 59.77 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T14:45:36.164Z] #51 59.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T14:45:36.164Z] #51 59.81 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T14:45:36.164Z] #51 59.87 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T14:45:36.164Z] #51 59.95 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T14:45:36.164Z] #51 60.00 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T14:45:36.164Z] #51 60.03 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T14:45:36.164Z] #51 60.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T14:45:36.164Z] #51 60.14 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T14:45:36.164Z] #51 60.19 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T14:45:36.164Z] #51 60.28 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T14:45:36.164Z] #51 60.39 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T14:45:36.164Z] #51 60.46 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T14:45:36.164Z] #51 60.65 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T14:45:36.164Z] #51 60.67 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T14:45:36.164Z] #51 60.68 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T14:45:36.164Z] #51 60.74 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T14:45:36.164Z] #51 60.79 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T14:45:36.164Z] #51 60.81 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T14:45:36.164Z] #51 60.85 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T14:45:36.164Z] #51 60.87 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T14:45:36.164Z] #51 61.57 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T14:45:36.164Z] #51 61.59 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T14:45:36.164Z] #51 61.66 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T14:45:36.164Z] #51 61.67 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T14:45:36.164Z] #51 61.78 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T14:45:36.164Z] #51 61.90 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T14:45:36.164Z] #51 61.90 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T14:45:36.164Z] #51 62.07 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T14:45:36.164Z] #51 62.18 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T14:45:36.164Z] #51 62.52 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T14:45:36.164Z] #51 62.54 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T14:45:36.164Z] #51 62.56 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T14:45:36.164Z] #51 62.57 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T14:45:36.164Z] #51 62.60 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T14:45:36.164Z] #51 62.65 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T14:45:36.164Z] #51 62.72 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T14:45:36.164Z] #51 62.77 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T14:45:36.164Z] #51 62.95 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T14:45:36.164Z] #51 62.95 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T14:45:36.164Z] #51 63.04 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T14:45:36.164Z] #51 63.17 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T14:45:36.424Z] #51 63.34 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T14:45:36.424Z] #51 63.35 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T14:45:36.424Z] #51 63.37 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T14:45:36.424Z] #51 63.39 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T14:45:36.424Z] #51 63.44 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T14:45:36.693Z] #14 87.41 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-05T14:45:37.010Z] #51 ... [2022-03-05T14:45:37.010Z] [2022-03-05T14:45:37.010Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:37.010Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:37.010Z] #14 49.84 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T14:45:37.010Z] #14 49.86 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:37.010Z] #14 49.90 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:45:37.010Z] #14 50.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T14:45:37.010Z] #14 50.04 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:37.010Z] #14 50.05 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:37.010Z] #14 57.01 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T14:45:37.010Z] #14 57.03 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:37.010Z] #14 57.03 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:45:37.101Z] #14 87.65 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:37.101Z] #14 87.85 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:45:37.145Z] #14 ... [2022-03-05T14:45:37.145Z] [2022-03-05T14:45:37.145Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:37.145Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:37.145Z] #51 58.88 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-05T14:45:37.145Z] #51 58.97 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-05T14:45:37.145Z] #51 59.87 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-05T14:45:37.145Z] #51 59.98 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-05T14:45:37.145Z] #51 60.12 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-05T14:45:37.145Z] #51 60.15 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-05T14:45:37.145Z] #51 60.18 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-05T14:45:37.145Z] #51 60.24 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-05T14:45:37.145Z] #51 60.29 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-05T14:45:37.145Z] #51 60.40 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-05T14:45:37.145Z] #51 60.41 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-05T14:45:37.145Z] #51 60.49 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-05T14:45:37.145Z] #51 60.50 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-05T14:45:37.145Z] #51 60.60 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-05T14:45:37.145Z] #51 60.64 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-05T14:45:37.145Z] #51 60.66 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-05T14:45:37.145Z] #51 60.78 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-05T14:45:37.145Z] #51 60.81 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-05T14:45:37.145Z] #51 60.89 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-05T14:45:37.145Z] #51 60.95 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-05T14:45:37.145Z] #51 60.96 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-05T14:45:37.145Z] #51 61.06 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-05T14:45:37.145Z] #51 61.25 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-05T14:45:37.145Z] #51 61.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-05T14:45:37.145Z] #51 61.37 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-05T14:45:37.145Z] #51 61.52 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-05T14:45:37.145Z] #51 61.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-05T14:45:37.145Z] #51 61.60 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-05T14:45:37.145Z] #51 61.76 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-05T14:45:37.145Z] #51 61.86 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-05T14:45:37.145Z] #51 61.90 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-05T14:45:37.145Z] #51 61.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-05T14:45:37.145Z] #51 61.96 go: downloading github.com/julz/importas v0.1.0 [2022-03-05T14:45:37.145Z] #51 61.98 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-05T14:45:37.145Z] #51 62.11 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-05T14:45:37.145Z] #51 62.12 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-05T14:45:37.145Z] #51 62.15 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-05T14:45:37.145Z] #51 62.19 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-05T14:45:37.145Z] #51 62.25 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-05T14:45:37.145Z] #51 62.25 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-05T14:45:37.145Z] #51 62.26 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-05T14:45:37.145Z] #51 62.28 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-05T14:45:37.145Z] #51 62.42 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-05T14:45:37.145Z] #51 62.51 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-05T14:45:37.145Z] #51 62.55 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-05T14:45:37.145Z] #51 63.20 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-05T14:45:37.145Z] #51 63.21 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-05T14:45:37.145Z] #51 63.24 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-05T14:45:37.145Z] #51 63.29 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-05T14:45:37.145Z] #51 63.36 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-05T14:45:37.145Z] #51 63.41 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-05T14:45:37.145Z] #51 63.51 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-05T14:45:37.145Z] #51 63.51 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-05T14:45:37.145Z] #51 63.58 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-05T14:45:37.145Z] #51 63.98 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-05T14:45:37.145Z] #51 64.00 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-05T14:45:37.145Z] #51 64.02 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-05T14:45:37.145Z] #51 64.05 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-05T14:45:37.145Z] #51 64.07 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-05T14:45:37.145Z] #51 64.11 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-05T14:45:37.145Z] #51 64.16 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-05T14:45:37.145Z] #51 64.17 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-05T14:45:37.145Z] #51 64.19 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-05T14:45:37.145Z] #51 64.43 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-05T14:45:37.145Z] #51 64.48 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-05T14:45:37.145Z] #51 64.55 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-05T14:45:37.145Z] #51 64.68 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-05T14:45:37.145Z] #51 64.71 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-05T14:45:37.145Z] #51 64.72 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-05T14:45:37.145Z] #51 64.78 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-05T14:45:37.145Z] #51 64.86 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-05T14:45:37.360Z] #14 88.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-03-05T14:45:37.360Z] #14 88.40 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:45:37.362Z] #51 64.09 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T14:45:37.406Z] #51 65.63 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-05T14:45:37.616Z] #14 88.55 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T14:45:37.616Z] #14 88.57 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:45:37.622Z] #51 64.67 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T14:45:37.668Z] #51 65.97 go: downloading honnef.co/go/tools v0.2.2 [2022-03-05T14:45:37.872Z] #14 88.81 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:45:37.872Z] #14 88.85 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T14:45:38.033Z] #51 ... [2022-03-05T14:45:38.033Z] [2022-03-05T14:45:38.033Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:38.033Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:38.033Z] #14 66.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T14:45:38.033Z] #14 66.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:45:38.141Z] #14 88.86 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:45:38.141Z] #14 88.91 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:45:38.141Z] #14 89.07 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:45:38.266Z] #33 4.568 + mkdir -p /build [2022-03-05T14:45:38.266Z] #33 4.570 + mv docker/docker /build/ [2022-03-05T14:45:38.266Z] #33 4.572 + rmdir docker [2022-03-05T14:45:38.266Z] #33 DONE 4.7s [2022-03-05T14:45:38.266Z] [2022-03-05T14:45:38.266Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:38.266Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:45:38.266Z] #45 1.797 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:45:38.266Z] #45 1.828 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:45:38.266Z] #45 1.828 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:45:38.266Z] #45 2.143 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T14:45:38.266Z] #45 2.486 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T14:45:38.266Z] #45 2.786 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T14:45:38.266Z] #45 3.050 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:45:38.266Z] #45 3.415 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:45:38.266Z] #45 3.983 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T14:45:38.266Z] #45 4.448 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T14:45:38.266Z] #45 4.467 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T14:45:38.266Z] #45 4.467 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:45:38.266Z] #45 4.467 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T14:45:38.266Z] #45 4.469 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T14:45:38.266Z] #45 4.471 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:45:38.266Z] #45 4.633 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T14:45:38.266Z] #45 4.643 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:45:38.266Z] #45 4.643 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T14:45:38.266Z] #45 4.644 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T14:45:38.266Z] #45 4.644 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:45:38.266Z] #45 4.645 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T14:45:38.304Z] #14 66.48 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:45:38.401Z] #14 89.11 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:45:38.401Z] #14 ... [2022-03-05T14:45:38.401Z] [2022-03-05T14:45:38.401Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:45:38.401Z] #63 sha256:410b3c0142d0bcd47f5d4ebbab0a5cdefcc39ca0abe1a5f325d96d8c1e04381f [2022-03-05T14:45:38.401Z] #63 DONE 89.0s [2022-03-05T14:45:38.401Z] [2022-03-05T14:45:38.401Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T14:45:38.401Z] #64 sha256:8ce63b95294173e829e12a195ac158e00be482bc087cc2e5b13caf52cc940816 [2022-03-05T14:45:38.401Z] #64 DONE 0.1s [2022-03-05T14:45:38.401Z] [2022-03-05T14:45:38.401Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:38.401Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:45:38.401Z] #14 89.29 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:45:38.401Z] #14 89.30 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-05T14:45:38.401Z] #14 89.31 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:38.658Z] #14 ... [2022-03-05T14:45:38.658Z] [2022-03-05T14:45:38.658Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T14:45:38.658Z] #65 sha256:bd5ad3396c92c59f0821c2b025ba4d498fa42e0c11aeb99a38ddc59cec6d3cf7 [2022-03-05T14:45:38.658Z] #65 DONE 0.1s [2022-03-05T14:45:38.658Z] [2022-03-05T14:45:38.658Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:38.658Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T14:45:38.929Z] #34 ... [2022-03-05T14:45:38.929Z] [2022-03-05T14:45:38.929Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:38.929Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-05T14:45:38.929Z] #14 DONE 89.7s [2022-03-05T14:45:38.929Z] [2022-03-05T14:45:38.929Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T14:45:38.929Z] #55 sha256:c8d93c4e16a2db3b3124cfc07eadcf1eb59d9891079e66b9a255b09d2f200f0d [2022-03-05T14:45:38.999Z] #51 66.08 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T14:45:38.999Z] #51 66.09 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T14:45:39.187Z] #55 DONE 0.4s [2022-03-05T14:45:39.187Z] [2022-03-05T14:45:39.187Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:45:39.187Z] #56 sha256:644b39505e6116659c64a4aacec20251d5974fca84cbf1ef130464ba324a76da [2022-03-05T14:45:39.260Z] #51 66.22 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T14:45:39.260Z] #51 66.25 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-05T14:45:39.522Z] #51 66.42 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T14:45:39.522Z] #51 66.54 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T14:45:39.783Z] #51 66.57 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T14:45:39.783Z] #51 ... [2022-03-05T14:45:39.783Z] [2022-03-05T14:45:39.783Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:39.783Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:39.783Z] #14 66.72 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T14:45:39.783Z] #14 66.74 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T14:45:39.783Z] #14 66.79 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:45:39.591Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:45:39.664Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:45:39.712Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:39.839Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:45:39.922Z] Fetching without tags [2022-03-05T14:45:40.044Z] #14 66.97 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T14:45:40.045Z] #14 66.97 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:40.045Z] #14 67.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:45:40.119Z] #56 ... [2022-03-05T14:45:40.119Z] [2022-03-05T14:45:40.119Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T14:45:40.119Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-05T14:45:40.119Z] #15 DONE 1.3s [2022-03-05T14:45:40.119Z] [2022-03-05T14:45:40.119Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:45:40.119Z] #56 sha256:644b39505e6116659c64a4aacec20251d5974fca84cbf1ef130464ba324a76da [2022-03-05T14:45:40.119Z] #56 0.874 + RM_GOPATH=0 [2022-03-05T14:45:40.119Z] #56 0.874 + TMP_GOPATH= [2022-03-05T14:45:40.119Z] #56 0.876 + : /build [2022-03-05T14:45:40.119Z] #56 0.876 + '[' -z '' ']' [2022-03-05T14:45:40.119Z] #56 0.876 ++ mktemp -d [2022-03-05T14:45:40.119Z] #56 0.876 + export GOPATH=/tmp/tmp.RqTmToIYPi [2022-03-05T14:45:40.119Z] #56 0.876 + GOPATH=/tmp/tmp.RqTmToIYPi [2022-03-05T14:45:40.119Z] #56 0.876 + RM_GOPATH=1 [2022-03-05T14:45:40.119Z] #56 0.876 + case "$(go env GOARCH)" in [2022-03-05T14:45:40.119Z] #56 0.876 ++ go env GOARCH [2022-03-05T14:45:40.157Z] #45 ... [2022-03-05T14:45:40.157Z] [2022-03-05T14:45:40.157Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:45:40.157Z] #70 sha256:1c1f6b6c911e0bcdbd074d54ff267b4c86aef4f5a4af9d7470d365015820c5fe [2022-03-05T14:45:40.157Z] #70 1.209 + RM_GOPATH=0 [2022-03-05T14:45:40.157Z] #70 1.210 + TMP_GOPATH= [2022-03-05T14:45:40.157Z] #70 1.210 + : /build [2022-03-05T14:45:40.157Z] #70 1.210 + '[' -z '' ']' [2022-03-05T14:45:40.157Z] #70 1.210 ++ mktemp -d [2022-03-05T14:45:40.157Z] #70 1.212 + export GOPATH=/tmp/tmp.IfrkEU3I4d [2022-03-05T14:45:40.157Z] #70 1.212 + GOPATH=/tmp/tmp.IfrkEU3I4d [2022-03-05T14:45:40.157Z] #70 1.212 + RM_GOPATH=1 [2022-03-05T14:45:40.157Z] #70 1.212 + case "$(go env GOARCH)" in [2022-03-05T14:45:40.157Z] #70 1.212 ++ go env GOARCH [2022-03-05T14:45:40.157Z] #70 1.220 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:40.157Z] #70 1.220 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:40.157Z] #70 1.220 ++ dirname /install.sh [2022-03-05T14:45:40.157Z] #70 1.220 + dir=/ [2022-03-05T14:45:40.157Z] #70 1.220 + bin=rootlesskit [2022-03-05T14:45:40.157Z] #70 1.220 + shift [2022-03-05T14:45:40.157Z] #70 1.220 + '[' '!' -f //rootlesskit.installer ']' [2022-03-05T14:45:40.157Z] #70 1.220 + . //rootlesskit.installer [2022-03-05T14:45:40.157Z] #70 1.220 ++ : v0.14.6 [2022-03-05T14:45:40.157Z] #70 1.220 + install_rootlesskit [2022-03-05T14:45:40.157Z] #70 1.220 + case "$1" in [2022-03-05T14:45:40.157Z] #70 1.220 + export CGO_ENABLED=0 [2022-03-05T14:45:40.157Z] #70 1.220 + CGO_ENABLED=0 [2022-03-05T14:45:40.157Z] #70 1.220 + _install_rootlesskit [2022-03-05T14:45:40.157Z] #70 1.221 + echo 'Install rootlesskit version v0.14.6' [2022-03-05T14:45:40.157Z] #70 1.221 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:45:40.157Z] #70 1.221 + GOBIN=/build [2022-03-05T14:45:40.157Z] #70 1.221 + GO111MODULE=on [2022-03-05T14:45:40.157Z] #70 1.221 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-05T14:45:40.157Z] #70 1.221 Install rootlesskit version v0.14.6 [2022-03-05T14:45:40.157Z] #70 1.600 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-05T14:45:40.157Z] #70 3.487 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-05T14:45:40.157Z] #70 3.515 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-05T14:45:40.157Z] #70 3.804 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-05T14:45:40.157Z] #70 5.152 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-05T14:45:40.157Z] #70 5.707 go: downloading github.com/google/uuid v1.3.0 [2022-03-05T14:45:40.157Z] #70 5.783 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-05T14:45:40.157Z] #70 5.860 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-05T14:45:40.157Z] #70 5.945 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-05T14:45:40.157Z] #70 5.981 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-05T14:45:40.157Z] #70 6.073 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-05T14:45:40.157Z] #70 6.172 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-05T14:45:40.158Z] #70 6.238 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-05T14:45:40.158Z] #70 6.330 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-05T14:45:40.158Z] #70 6.827 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-05T14:45:40.377Z] #56 0.944 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:40.377Z] #56 0.944 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:40.377Z] #56 0.944 ++ dirname /install.sh [2022-03-05T14:45:40.377Z] #56 0.944 + dir=/ [2022-03-05T14:45:40.377Z] #56 0.944 + bin=runc [2022-03-05T14:45:40.377Z] #56 0.944 + shift [2022-03-05T14:45:40.377Z] #56 0.944 + '[' '!' -f //runc.installer ']' [2022-03-05T14:45:40.377Z] #56 0.944 + . //runc.installer [2022-03-05T14:45:40.377Z] #56 0.944 ++ set -e [2022-03-05T14:45:40.377Z] #56 0.944 ++ : v1.1.0 [2022-03-05T14:45:40.377Z] #56 0.944 + install_runc [2022-03-05T14:45:40.377Z] #56 0.944 + RUNC_BUILDTAGS=seccomp [2022-03-05T14:45:40.377Z] #56 0.944 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T14:45:40.377Z] #56 0.944 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RqTmToIYPi/src/github.com/opencontainers/runc [2022-03-05T14:45:40.377Z] #56 0.944 Cloning into '/tmp/tmp.RqTmToIYPi/src/github.com/opencontainers/runc'... [2022-03-05T14:45:40.377Z] #56 0.944 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T14:45:40.646Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:45:40.671Z] #14 67.57 Selecting previously unselected package dmsetup. [2022-03-05T14:45:40.671Z] #14 67.60 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:40.671Z] #14 67.61 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:45:40.859Z] #14 ... [2022-03-05T14:45:40.859Z] [2022-03-05T14:45:40.859Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:40.859Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:40.859Z] #38 59.24 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:45:40.859Z] #38 59.31 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:45:40.859Z] #38 59.34 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:41.120Z] #38 69.36 Selecting previously unselected package libxml2:amd64. [2022-03-05T14:45:41.120Z] #38 69.37 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T14:45:41.120Z] #38 69.48 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:41.120Z] #38 ... [2022-03-05T14:45:41.120Z] [2022-03-05T14:45:41.120Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:41.120Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:41.120Z] #51 67.49 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-05T14:45:41.120Z] #51 67.51 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-05T14:45:41.120Z] #51 67.59 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-05T14:45:41.120Z] #51 67.73 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-05T14:45:41.120Z] #51 67.73 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-05T14:45:41.120Z] #51 67.75 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-05T14:45:41.120Z] #51 67.92 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T14:45:41.120Z] #51 68.29 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T14:45:41.120Z] #51 68.30 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T14:45:41.120Z] #51 68.63 go: downloading golang.org/x/text v0.3.7 [2022-03-05T14:45:41.253Z] #14 68.19 Selecting previously unselected package mingw-w64-common. [2022-03-05T14:45:41.253Z] #14 68.19 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T14:45:41.253Z] #14 68.23 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T14:45:41.306Z] #56 ... [2022-03-05T14:45:41.306Z] [2022-03-05T14:45:41.306Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T14:45:41.306Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-05T14:45:41.306Z] #16 DONE 1.0s [2022-03-05T14:45:41.306Z] [2022-03-05T14:45:41.306Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:45:41.306Z] #26 sha256:9fd1ba7577fde28e3d071f50d3201cc2017fc681f726cf1e757f882d1d43f150 [2022-03-05T14:45:41.752Z] Running on azwin-2-f8ea60 in d:\jenkins\workspace\moby_PR-43300 [Pipeline] { [Pipeline] ws [2022-03-05T14:45:41.776Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-05T14:45:42.078Z] #26 89.62 Updating files: 19% (2235/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: 33% (3790/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: 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: 55% (6356/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: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) [2022-03-05T14:45:42.078Z] #26 ... [2022-03-05T14:45:42.078Z] [2022-03-05T14:45:42.078Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T14:45:42.078Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-05T14:45:42.078Z] #17 0.582 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T14:45:42.078Z] #17 DONE 0.9s [2022-03-05T14:45:42.078Z] [2022-03-05T14:45:42.078Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:45:42.078Z] #26 sha256:9fd1ba7577fde28e3d071f50d3201cc2017fc681f726cf1e757f882d1d43f150 [2022-03-05T14:45:42.518Z] #51 ... [2022-03-05T14:45:42.518Z] [2022-03-05T14:45:42.518Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:42.518Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:42.518Z] #47 60.35 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:45:42.518Z] #47 60.36 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:45:42.518Z] #47 60.36 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:42.518Z] #47 60.70 Selecting previously unselected package criu. [2022-03-05T14:45:42.518Z] #47 60.72 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-05T14:45:42.518Z] #47 60.75 Unpacking criu (3.16.1-3) ... [2022-03-05T14:45:42.518Z] #47 61.86 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:42.518Z] #47 64.36 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:42.518Z] #47 64.40 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:42.518Z] #47 64.42 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:42.518Z] #47 64.48 Setting up python3-six (1.16.0-2) ... [2022-03-05T14:45:42.518Z] #47 66.52 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:42.518Z] #47 66.62 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:42.518Z] #47 ... [2022-03-05T14:45:42.518Z] [2022-03-05T14:45:42.518Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:42.518Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:42.518Z] #38 70.33 Selecting previously unselected package libarchive13:amd64. [2022-03-05T14:45:42.518Z] #38 70.33 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T14:45:42.518Z] #38 70.34 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:42.599Z] #26 89.62 Updating files: 19% (2235/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: 33% (3790/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: 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: 55% (6356/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: 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: 82% (9367/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: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-03-05T14:45:42.639Z] #14 ... [2022-03-05T14:45:42.639Z] [2022-03-05T14:45:42.639Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:42.639Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:42.639Z] #47 58.98 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:45:42.639Z] #47 58.99 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:45:42.639Z] #47 59.05 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:42.639Z] #47 59.40 Selecting previously unselected package python3-six. [2022-03-05T14:45:42.639Z] #47 59.40 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-05T14:45:42.639Z] #47 59.42 Unpacking python3-six (1.16.0-2) ... [2022-03-05T14:45:42.639Z] #47 59.59 Selecting previously unselected package python3-protobuf. [2022-03-05T14:45:42.639Z] #47 59.60 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-05T14:45:42.639Z] #47 59.61 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:42.639Z] #47 60.40 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:45:42.639Z] #47 60.40 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:45:42.639Z] #47 60.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:42.639Z] #47 60.49 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:45:42.639Z] #47 60.49 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:45:42.639Z] #47 60.49 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:42.639Z] #47 60.71 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:45:42.639Z] #47 60.71 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:45:42.639Z] #47 60.72 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:42.639Z] #47 60.94 Selecting previously unselected package criu. [2022-03-05T14:45:42.639Z] #47 60.94 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-05T14:45:42.639Z] #47 60.95 Unpacking criu (3.16.1-3) ... [2022-03-05T14:45:42.639Z] #47 61.97 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:45:42.639Z] #47 64.83 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-05T14:45:42.639Z] #47 64.97 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:45:42.639Z] #47 64.99 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:45:42.639Z] #47 65.00 Setting up python3-six (1.16.0-2) ... [2022-03-05T14:45:42.639Z] #47 66.37 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:45:42.639Z] #47 66.41 Setting up python3-protobuf (3.12.4-1) ... [2022-03-05T14:45:42.639Z] #47 ... [2022-03-05T14:45:42.639Z] [2022-03-05T14:45:42.639Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:42.639Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:42.639Z] #51 68.62 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-05T14:45:42.639Z] #51 68.88 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-05T14:45:42.639Z] #51 68.88 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-05T14:45:42.639Z] #51 69.29 go: downloading golang.org/x/text v0.3.7 [2022-03-05T14:45:42.779Z] #38 70.96 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T14:45:42.779Z] #38 70.98 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T14:45:42.779Z] #38 71.01 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:42.859Z] #26 93.34 + cd /tmp/tmp.WKPMllfrHR/tmp/docker-ce [2022-03-05T14:45:42.859Z] #26 93.34 + git checkout -q v17.06.2-ce [2022-03-05T14:45:39.959Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:45:39.959Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:39.961Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:40.757Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:45:40.804Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:45:43.060Z] #38 71.25 Selecting previously unselected package librhash0:amd64. [2022-03-05T14:45:43.060Z] #38 71.25 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T14:45:43.060Z] #38 71.28 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:43.116Z] #26 ... [2022-03-05T14:45:43.116Z] [2022-03-05T14:45:43.116Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T14:45:43.116Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-05T14:45:43.116Z] #18 DONE 0.9s [2022-03-05T14:45:43.116Z] [2022-03-05T14:45:43.116Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T14:45:43.116Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-05T14:45:43.208Z] #51 ... [2022-03-05T14:45:43.208Z] [2022-03-05T14:45:43.208Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:43.208Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:45:43.208Z] #34 59.93 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-05T14:45:43.208Z] #34 60.67 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-05T14:45:43.208Z] #34 61.53 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:43.323Z] #38 71.55 Selecting previously unselected package libuv1:amd64. [2022-03-05T14:45:43.323Z] #38 71.55 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T14:45:43.323Z] #38 71.60 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:43.436Z] #70 ... [2022-03-05T14:45:43.436Z] [2022-03-05T14:45:43.436Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:43.436Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:45:43.436Z] #20 1.807 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:45:43.436Z] #20 1.836 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:45:43.436Z] #20 1.841 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:45:43.436Z] #20 2.158 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:45:43.436Z] #20 2.577 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T14:45:43.436Z] #20 3.101 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:45:43.436Z] #20 3.641 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T14:45:43.436Z] #20 4.129 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T14:45:43.436Z] #20 4.670 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T14:45:43.436Z] #20 4.945 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T14:45:43.436Z] #20 4.953 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:45:43.436Z] #20 4.964 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T14:45:43.436Z] #20 4.964 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T14:45:43.436Z] #20 4.992 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:45:43.436Z] #20 4.992 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T14:45:43.436Z] #20 4.999 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T14:45:43.436Z] #20 4.999 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:45:43.436Z] #20 4.999 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T14:45:43.436Z] #20 5.002 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T14:45:43.436Z] #20 5.002 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T14:45:43.436Z] #20 5.029 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:45:43.467Z] #34 ... [2022-03-05T14:45:43.467Z] [2022-03-05T14:45:43.467Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:43.467Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:43.467Z] #38 68.70 Selecting previously unselected package libxml2:amd64. [2022-03-05T14:45:43.467Z] #38 68.70 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-05T14:45:43.467Z] #38 68.75 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:43.467Z] #38 69.75 Selecting previously unselected package libarchive13:amd64. [2022-03-05T14:45:43.467Z] #38 69.76 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T14:45:43.467Z] #38 69.82 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:43.467Z] #38 70.41 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T14:45:43.467Z] #38 70.43 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T14:45:43.467Z] #38 70.46 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:43.584Z] #38 71.91 Selecting previously unselected package cmake. [2022-03-05T14:45:43.584Z] #38 71.91 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T14:45:43.584Z] #38 71.93 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:43.608Z] The recommended git tool is: git [2022-03-05T14:45:43.670Z] #14 ... [2022-03-05T14:45:43.670Z] [2022-03-05T14:45:43.670Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:45:43.671Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:45:43.678Z] #19 DONE 0.8s [2022-03-05T14:45:43.679Z] [2022-03-05T14:45:43.679Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T14:45:43.679Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-05T14:45:43.693Z] #20 ... [2022-03-05T14:45:43.693Z] [2022-03-05T14:45:43.693Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:45:43.693Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T14:45:43.693Z] #65 1.502 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:45:43.693Z] #65 1.533 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:45:43.693Z] #65 1.613 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:45:43.693Z] #65 1.638 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T14:45:43.693Z] #65 1.770 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:45:43.693Z] #65 2.083 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:45:43.693Z] #65 2.566 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T14:45:43.693Z] #65 3.238 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T14:45:43.693Z] #65 3.790 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T14:45:43.693Z] #65 4.172 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:45:43.693Z] #65 4.174 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T14:45:43.693Z] #65 4.191 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T14:45:43.693Z] #65 4.191 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:45:43.693Z] #65 4.191 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T14:45:43.693Z] #65 4.206 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T14:45:43.693Z] #65 4.207 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T14:45:43.693Z] #65 4.211 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T14:45:43.693Z] #65 4.212 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:45:43.693Z] #65 4.218 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:45:43.693Z] #65 4.219 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T14:45:43.693Z] #65 4.221 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T14:45:43.726Z] #38 70.70 Selecting previously unselected package librhash0:amd64. [2022-03-05T14:45:43.726Z] #38 70.72 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T14:45:43.726Z] #38 70.77 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:44.245Z] #38 71.13 Selecting previously unselected package libuv1:amd64. [2022-03-05T14:45:44.245Z] #38 71.13 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T14:45:44.245Z] #38 71.15 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:44.278Z] #60 39.25 Updating files: 63% (3011/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T14:45:44.278Z] #60 40.11 + cd /tmp/tmp.07lBkoWlrG/src/github.com/containerd/containerd [2022-03-05T14:45:44.278Z] #60 40.12 + git checkout -q v1.5.10 [2022-03-05T14:45:44.609Z] #20 DONE 0.6s [2022-03-05T14:45:44.609Z] [2022-03-05T14:45:44.609Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:45:44.609Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T14:45:44.801Z] Merge succeeded, producing 1e86a793ea33066d722e69d74a901b54a8bdf65a [2022-03-05T14:45:44.802Z] Checking out Revision 1e86a793ea33066d722e69d74a901b54a8bdf65a (PR-43300) [2022-03-05T14:45:44.813Z] #38 71.72 Selecting previously unselected package cmake. [2022-03-05T14:45:44.813Z] #38 71.73 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T14:45:44.813Z] #38 71.80 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:45.173Z] #21 0.889 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:45:45.173Z] #21 0.916 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:45:45.429Z] #21 0.917 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:45:45.676Z] #60 41.40 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T14:45:45.676Z] #60 41.40 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T14:45:45.676Z] #60 41.40 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:45:45.676Z] #60 41.40 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:45:45.676Z] #60 41.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T14:45:45.676Z] #60 41.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T14:45:45.676Z] #60 41.40 + '[' '' = dynamic ']' [2022-03-05T14:45:45.676Z] #60 41.40 + make [2022-03-05T14:45:45.686Z] #21 1.357 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:45:43.878Z] > git remote # timeout=10 [2022-03-05T14:45:43.946Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:45:43.991Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:43.993Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:45:44.719Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T14:45:44.839Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:45:44.883Z] > git checkout -f 1e86a793ea33066d722e69d74a901b54a8bdf65a # timeout=10 [2022-03-05T14:45:46.616Z] #21 2.017 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:45:46.616Z] #21 2.072 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:45:46.616Z] #21 ... [2022-03-05T14:45:46.616Z] [2022-03-05T14:45:46.616Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:45:46.616Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-05T14:45:46.616Z] #34 DONE 97.4s [2022-03-05T14:45:46.873Z] [2022-03-05T14:45:46.873Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:45:46.873Z] #26 sha256:9fd1ba7577fde28e3d071f50d3201cc2017fc681f726cf1e757f882d1d43f150 [2022-03-05T14:45:46.873Z] #26 96.70 + mkdir -p /tmp/tmp.WKPMllfrHR/src/github.com/docker [2022-03-05T14:45:46.873Z] #26 96.70 + mv components/cli /tmp/tmp.WKPMllfrHR/src/github.com/docker/cli [2022-03-05T14:45:46.873Z] #26 96.71 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-03-05T14:45:47.571Z] #60 43.05 + bin/ctr [2022-03-05T14:45:48.877Z] #38 ... [2022-03-05T14:45:48.877Z] [2022-03-05T14:45:48.877Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:48.877Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:48.877Z] #51 76.39 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T14:45:48.877Z] #51 ... [2022-03-05T14:45:48.877Z] [2022-03-05T14:45:48.877Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:48.877Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:48.877Z] #47 71.47 Setting up criu (3.16.1-3) ... [2022-03-05T14:45:48.877Z] #47 73.99 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:48.877Z] #47 DONE 76.1s [2022-03-05T14:45:48.877Z] [2022-03-05T14:45:48.877Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:48.877Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:48.877Z] #51 76.49 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T14:45:48.877Z] #51 76.68 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T14:45:48.877Z] #51 76.78 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T14:45:48.877Z] #51 76.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T14:45:48.877Z] #51 76.88 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T14:45:48.877Z] #51 76.96 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T14:45:48.877Z] #51 77.04 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T14:45:48.877Z] #51 77.04 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T14:45:48.877Z] #51 77.16 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T14:45:48.877Z] #51 77.18 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T14:45:49.010Z] #38 ... [2022-03-05T14:45:49.010Z] [2022-03-05T14:45:49.010Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:49.010Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:49.010Z] #51 76.09 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-05T14:45:49.139Z] #51 77.56 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T14:45:49.391Z] #51 76.21 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-05T14:45:49.391Z] #51 76.27 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-05T14:45:49.391Z] #51 76.32 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-05T14:45:49.391Z] #51 76.40 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-05T14:45:49.391Z] #51 76.42 go: downloading golang.org/x/mod v0.5.1 [2022-03-05T14:45:49.654Z] #51 76.45 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-05T14:45:49.654Z] #51 76.63 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-05T14:45:49.654Z] #51 76.67 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-05T14:45:49.717Z] #51 78.08 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T14:45:49.914Z] #51 76.76 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-05T14:45:49.914Z] #51 76.80 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-05T14:45:49.979Z] #51 78.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T14:45:49.979Z] #51 78.25 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T14:45:50.174Z] #51 77.05 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-05T14:45:50.240Z] #51 78.64 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T14:45:50.507Z] #51 78.65 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T14:45:50.507Z] #51 78.70 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T14:45:50.507Z] #51 78.71 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T14:45:50.507Z] #51 78.72 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T14:45:50.507Z] #51 78.73 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T14:45:50.507Z] #51 ... [2022-03-05T14:45:50.507Z] [2022-03-05T14:45:50.507Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:45:50.507Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:45:50.507Z] #49 77.89 gotestsum version dev [2022-03-05T14:45:50.507Z] #49 DONE 78.8s [2022-03-05T14:45:50.507Z] [2022-03-05T14:45:50.507Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:50.507Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:50.507Z] #38 78.88 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:50.507Z] #38 78.91 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:50.507Z] #38 78.95 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:50.507Z] #38 78.97 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:50.508Z] #38 79.01 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:50.510Z] Fetching without tags [2022-03-05T14:45:50.749Z] #51 77.68 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-05T14:45:50.749Z] #51 77.77 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-05T14:45:50.771Z] #38 79.05 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:50.771Z] #38 79.07 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:50.772Z] #38 79.11 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:50.772Z] #38 79.13 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:50.772Z] #38 79.14 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:50.772Z] #38 79.16 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:51.010Z] #51 ... [2022-03-05T14:45:51.010Z] [2022-03-05T14:45:51.010Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-05T14:45:51.010Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-05T14:45:51.010Z] #47 72.07 Setting up criu (3.16.1-3) ... [2022-03-05T14:45:51.010Z] #47 74.66 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:51.010Z] #47 DONE 77.6s [2022-03-05T14:45:51.010Z] [2022-03-05T14:45:51.010Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:51.010Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-05T14:45:51.010Z] #38 77.96 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:45:51.010Z] #38 77.99 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:51.010Z] #38 78.02 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:45:51.010Z] #38 78.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:51.010Z] #38 78.09 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:45:51.010Z] #38 78.12 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:45:51.010Z] #38 78.16 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:45:50.158Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:45:50.228Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:45:50.282Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:50.416Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:45:50.548Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:45:50.549Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:50.551Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:45:51.271Z] #38 78.18 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-05T14:45:51.271Z] #38 78.21 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:45:51.271Z] #38 78.22 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:45:51.271Z] #38 78.25 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:45:51.291Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:45:51.348Z] #38 DONE 79.8s [2022-03-05T14:45:51.348Z] [2022-03-05T14:45:51.348Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T14:45:51.348Z] #39 sha256:9774d84237fa857ee86afd3eba5cc49408cbee04f6258423af95c8bb8c252729 [2022-03-05T14:45:51.843Z] #38 DONE 78.8s [2022-03-05T14:45:51.843Z] [2022-03-05T14:45:51.843Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T14:45:51.843Z] #39 sha256:33b1c2cb1a6c7c018ebc2566dbde7fc9d6c63059758e6ca14651aba9c050647d [2022-03-05T14:45:51.922Z] #39 DONE 0.3s [2022-03-05T14:45:51.922Z] [2022-03-05T14:45:51.922Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:51.922Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:51.922Z] #51 79.03 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T14:45:51.922Z] #51 79.34 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T14:45:51.922Z] #51 79.44 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T14:45:51.922Z] #51 79.56 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T14:45:51.922Z] #51 ... [2022-03-05T14:45:51.922Z] [2022-03-05T14:45:51.922Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:51.922Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:51.922Z] #14 70.03 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T14:45:51.922Z] #14 70.03 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T14:45:51.922Z] #14 70.05 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:45:51.922Z] #14 70.56 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T14:45:51.922Z] #14 70.56 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:51.922Z] #14 70.62 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:45:51.922Z] #14 70.97 Selecting previously unselected package dmsetup. [2022-03-05T14:45:51.922Z] #14 70.98 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:45:51.922Z] #14 71.01 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:45:51.922Z] #14 71.35 Selecting previously unselected package mingw-w64-common. [2022-03-05T14:45:51.922Z] #14 71.36 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T14:45:51.922Z] #14 71.37 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T14:45:51.922Z] #14 79.44 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T14:45:51.922Z] #14 79.44 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T14:45:51.922Z] #14 79.48 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:45:52.129Z] #26 ... [2022-03-05T14:45:52.129Z] [2022-03-05T14:45:52.129Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:45:52.129Z] #56 sha256:644b39505e6116659c64a4aacec20251d5974fca84cbf1ef130464ba324a76da [2022-03-05T14:45:52.129Z] #56 8.401 + cd /tmp/tmp.RqTmToIYPi/src/github.com/opencontainers/runc [2022-03-05T14:45:52.129Z] #56 8.407 + git checkout -q v1.1.0 [2022-03-05T14:45:52.129Z] #56 8.631 + '[' -z '' ']' [2022-03-05T14:45:52.129Z] #56 8.631 + target=static [2022-03-05T14:45:52.129Z] #56 8.631 + make BUILDTAGS=seccomp static [2022-03-05T14:45:52.129Z] #56 8.991 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T14:45:52.185Z] #14 ... [2022-03-05T14:45:52.185Z] [2022-03-05T14:45:52.185Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:52.185Z] #40 sha256:b55664f065de3664cf3d03156125839d61803d0111a588f33610bb2a8d0c241d [2022-03-05T14:45:52.414Z] #39 DONE 0.4s [2022-03-05T14:45:52.414Z] [2022-03-05T14:45:52.414Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:52.414Z] #40 sha256:df9128693c092c30fb40b8136c70365800a23003e2e4fea9d52f828234e0019b [2022-03-05T14:45:53.575Z] #40 1.595 + RM_GOPATH=0 [2022-03-05T14:45:53.575Z] #40 1.595 + TMP_GOPATH= [2022-03-05T14:45:53.576Z] #40 1.595 + : /build [2022-03-05T14:45:53.576Z] #40 1.595 + '[' -z '' ']' [2022-03-05T14:45:53.576Z] #40 1.595 ++ mktemp -d [2022-03-05T14:45:53.576Z] #40 1.605 + export GOPATH=/tmp/tmp.xvpEVmcroV [2022-03-05T14:45:53.576Z] #40 1.605 + GOPATH=/tmp/tmp.xvpEVmcroV [2022-03-05T14:45:53.576Z] #40 1.605 + RM_GOPATH=1 [2022-03-05T14:45:53.576Z] #40 1.605 + case "$(go env GOARCH)" in [2022-03-05T14:45:53.576Z] #40 1.605 ++ go env GOARCH [2022-03-05T14:45:53.576Z] #40 1.630 Install tini version v0.19.0 [2022-03-05T14:45:53.576Z] #40 1.631 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:53.576Z] #40 1.631 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:53.576Z] #40 1.631 ++ dirname /install.sh [2022-03-05T14:45:53.576Z] #40 1.631 + dir=/ [2022-03-05T14:45:53.576Z] #40 1.631 + bin=tini [2022-03-05T14:45:53.576Z] #40 1.631 + shift [2022-03-05T14:45:53.576Z] #40 1.631 + '[' '!' -f //tini.installer ']' [2022-03-05T14:45:53.576Z] #40 1.631 + . //tini.installer [2022-03-05T14:45:53.576Z] #40 1.631 ++ : v0.19.0 [2022-03-05T14:45:53.576Z] #40 1.631 + install_tini [2022-03-05T14:45:53.576Z] #40 1.631 + echo 'Install tini version v0.19.0' [2022-03-05T14:45:53.576Z] #40 1.635 + git clone https://github.com/krallin/tini.git /tmp/tmp.xvpEVmcroV/tini [2022-03-05T14:45:53.576Z] #40 1.635 Cloning into '/tmp/tmp.xvpEVmcroV/tini'... [2022-03-05T14:45:53.792Z] #40 1.365 + RM_GOPATH=0 [2022-03-05T14:45:53.792Z] #40 1.365 + TMP_GOPATH= [2022-03-05T14:45:53.792Z] #40 1.365 + : /build [2022-03-05T14:45:53.792Z] #40 1.365 + '[' -z '' ']' [2022-03-05T14:45:53.792Z] #40 1.365 ++ mktemp -d [2022-03-05T14:45:53.792Z] #40 1.365 + export GOPATH=/tmp/tmp.galDYheNR1 [2022-03-05T14:45:53.792Z] #40 1.365 + GOPATH=/tmp/tmp.galDYheNR1 [2022-03-05T14:45:53.792Z] #40 1.365 + RM_GOPATH=1 [2022-03-05T14:45:53.792Z] #40 1.365 + case "$(go env GOARCH)" in [2022-03-05T14:45:53.792Z] #40 1.365 ++ go env GOARCH [2022-03-05T14:45:53.792Z] #40 1.400 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:53.792Z] #40 1.400 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:45:53.792Z] #40 1.402 ++ dirname /install.sh [2022-03-05T14:45:53.792Z] #40 1.404 Install tini version v0.19.0 [2022-03-05T14:45:53.792Z] #40 1.405 + dir=/ [2022-03-05T14:45:53.792Z] #40 1.405 + bin=tini [2022-03-05T14:45:53.792Z] #40 1.405 + shift [2022-03-05T14:45:53.792Z] #40 1.405 + '[' '!' -f //tini.installer ']' [2022-03-05T14:45:53.793Z] #40 1.405 + . //tini.installer [2022-03-05T14:45:53.793Z] #40 1.405 ++ : v0.19.0 [2022-03-05T14:45:53.793Z] #40 1.405 + install_tini [2022-03-05T14:45:53.793Z] #40 1.405 + echo 'Install tini version v0.19.0' [2022-03-05T14:45:53.793Z] #40 1.405 + git clone https://github.com/krallin/tini.git /tmp/tmp.galDYheNR1/tini [2022-03-05T14:45:53.793Z] #40 1.415 Cloning into '/tmp/tmp.galDYheNR1/tini'... [2022-03-05T14:45:54.148Z] #40 2.436 + cd /tmp/tmp.xvpEVmcroV/tini [2022-03-05T14:45:54.359Z] #40 2.269 + cd /tmp/tmp.galDYheNR1/tini [2022-03-05T14:45:54.411Z] #40 2.449 + git checkout -q v0.19.0 [2022-03-05T14:45:54.411Z] #40 2.479 + cmake . [2022-03-05T14:45:51.404Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:45:51.467Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:45:54.618Z] #40 2.277 + git checkout -q v0.19.0 [2022-03-05T14:45:54.618Z] #40 2.297 + cmake . [2022-03-05T14:45:54.649Z] #56 ... [2022-03-05T14:45:54.650Z] [2022-03-05T14:45:54.650Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:45:54.650Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-05T14:45:54.650Z] #21 5.364 Fetched 8392 kB in 5s (1767 kB/s) [2022-03-05T14:45:54.650Z] #21 5.364 Reading package lists... [2022-03-05T14:45:54.650Z] #21 7.085 Reading package lists... [2022-03-05T14:45:54.650Z] #21 8.787 Building dependency tree... [2022-03-05T14:45:54.650Z] #21 9.998 The following additional packages will be installed: [2022-03-05T14:45:54.650Z] #21 9.998 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:45:54.650Z] #21 9.998 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T14:45:54.650Z] #21 9.998 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T14:45:54.650Z] #21 9.999 python3-pkg-resources vim-runtime xxd [2022-03-05T14:45:54.650Z] #21 10.01 Suggested packages: [2022-03-05T14:45:54.650Z] #21 10.01 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T14:45:54.650Z] #21 10.01 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T14:45:54.650Z] #21 10.01 acl attr quota [2022-03-05T14:45:54.650Z] #21 10.01 Recommended packages: [2022-03-05T14:45:54.650Z] #21 10.01 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T14:45:54.673Z] #40 2.995 -- The C compiler identification is GNU 10.2.1 [2022-03-05T14:45:54.935Z] #40 3.083 -- Detecting C compiler ABI info [2022-03-05T14:45:55.186Z] #40 2.927 -- The C compiler identification is GNU 10.2.1 [2022-03-05T14:45:55.186Z] #40 3.072 -- Detecting C compiler ABI info [2022-03-05T14:45:55.212Z] #21 10.94 The following NEW packages will be installed: [2022-03-05T14:45:55.212Z] #21 10.94 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T14:45:55.212Z] #21 10.94 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:45:55.212Z] #21 10.94 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T14:45:55.212Z] #21 10.94 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T14:45:55.212Z] #21 10.94 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T14:45:55.212Z] #21 10.94 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T14:45:55.212Z] #21 10.94 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T14:45:55.212Z] #21 10.94 xz-utils zip zstd [2022-03-05T14:45:55.468Z] #21 11.25 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:45:55.468Z] #21 11.25 Need to get 27.0 MB of archives. [2022-03-05T14:45:55.468Z] #21 11.25 After this operation, 105 MB of additional disk space will be used. [2022-03-05T14:45:55.468Z] #21 11.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-05T14:45:55.468Z] #21 11.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-05T14:45:55.468Z] #21 11.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-05T14:45:55.468Z] #21 11.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-05T14:45:55.482Z] Merge succeeded, producing 6ae33484aaf693d2c6093d69b6ab172ba733ddf9 [2022-03-05T14:45:55.482Z] Checking out Revision 6ae33484aaf693d2c6093d69b6ab172ba733ddf9 (PR-43300) [2022-03-05T14:45:55.508Z] #40 3.811 -- Detecting C compiler ABI info - done [2022-03-05T14:45:55.677Z] #60 ... [2022-03-05T14:45:55.677Z] [2022-03-05T14:45:55.677Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:55.677Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:55.677Z] #14 68.18 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T14:45:55.677Z] #14 68.18 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:55.677Z] #14 68.18 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:45:55.677Z] #14 73.21 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T14:45:55.677Z] #14 73.23 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:55.677Z] #14 73.24 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:55.677Z] #14 78.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T14:45:55.677Z] #14 78.74 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:55.677Z] #14 78.76 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:45:55.725Z] #21 11.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-05T14:45:55.725Z] #21 11.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-05T14:45:55.725Z] #21 11.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-05T14:45:55.725Z] #21 11.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-05T14:45:55.725Z] #21 11.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:45:55.725Z] #21 11.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:45:55.725Z] #21 11.30 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T14:45:55.725Z] #21 11.33 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-05T14:45:55.725Z] #21 11.33 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-05T14:45:55.725Z] #21 11.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-05T14:45:55.725Z] #21 11.36 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-03-05T14:45:55.725Z] #21 11.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-03-05T14:45:55.725Z] #21 11.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-05T14:45:55.725Z] #21 11.36 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-05T14:45:55.725Z] #21 11.37 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-05T14:45:55.725Z] #21 11.37 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-05T14:45:55.725Z] #21 11.37 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-05T14:45:55.725Z] #21 11.37 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-05T14:45:55.725Z] #21 11.37 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-05T14:45:55.725Z] #21 11.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-05T14:45:55.725Z] #21 11.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-05T14:45:55.725Z] #21 11.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-05T14:45:55.725Z] #21 11.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-05T14:45:55.757Z] #40 3.739 -- Detecting C compiler ABI info - done [2022-03-05T14:45:55.820Z] #40 3.912 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T14:45:55.820Z] #40 3.913 -- Detecting C compile features [2022-03-05T14:45:55.820Z] #40 3.914 -- Detecting C compile features - done [2022-03-05T14:45:55.820Z] #40 3.972 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T14:45:55.820Z] #40 4.178 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T14:45:55.874Z] #65 ... [2022-03-05T14:45:55.874Z] [2022-03-05T14:45:55.874Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:45:55.874Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:45:55.874Z] #45 21.00 Fetched 48.9 MB in 19s (2514 kB/s) [2022-03-05T14:45:56.016Z] #40 ... [2022-03-05T14:45:56.016Z] [2022-03-05T14:45:56.016Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-05T14:45:56.016Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-05T14:45:56.016Z] #49 82.45 gotestsum version dev [2022-03-05T14:45:56.016Z] #49 DONE 83.0s [2022-03-05T14:45:56.116Z] #40 4.335 -- Configuring done [2022-03-05T14:45:56.116Z] #40 4.378 -- Generating done [2022-03-05T14:45:56.116Z] #40 4.380 -- Build files have been written to: /tmp/tmp.xvpEVmcroV/tini [2022-03-05T14:45:56.116Z] #40 4.395 + make tini-static [2022-03-05T14:45:56.155Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:45:56.275Z] [2022-03-05T14:45:56.275Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:56.275Z] #40 sha256:df9128693c092c30fb40b8136c70365800a23003e2e4fea9d52f828234e0019b [2022-03-05T14:45:56.275Z] #40 3.932 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T14:45:56.275Z] #40 3.932 -- Detecting C compile features [2022-03-05T14:45:56.275Z] #40 3.932 -- Detecting C compile features - done [2022-03-05T14:45:56.275Z] #40 3.985 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T14:45:56.289Z] First time build. Skipping changelog. [2022-03-05T14:45:56.293Z] #21 11.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-05T14:45:56.293Z] #21 11.69 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-05T14:45:56.293Z] #21 11.69 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-03-05T14:45:56.293Z] #21 11.69 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-05T14:45:56.293Z] #21 11.69 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-05T14:45:56.293Z] #21 11.69 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-05T14:45:56.293Z] #21 11.69 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T14:45:56.293Z] #21 11.73 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T14:45:56.293Z] #21 11.74 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T14:45:56.293Z] #21 11.74 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:45:56.293Z] #21 11.74 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T14:45:56.293Z] #21 11.74 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T14:45:56.293Z] #21 11.75 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T14:45:56.293Z] #21 11.79 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-05T14:45:56.293Z] #21 11.80 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-05T14:45:56.293Z] #21 11.82 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-05T14:45:56.293Z] #21 11.82 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T14:45:56.293Z] #21 12.04 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-05T14:45:56.378Z] #40 4.646 Scanning dependencies of target tini-static [2022-03-05T14:45:56.378Z] #40 4.756 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T14:45:56.537Z] #40 4.314 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T14:45:56.537Z] #40 4.422 -- Configuring done [2022-03-05T14:45:56.550Z] #21 12.06 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-05T14:45:56.550Z] #21 12.07 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-05T14:45:56.550Z] #21 12.07 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T14:45:56.193Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [Pipeline] sh [2022-03-05T14:45:56.795Z] #40 4.466 -- Generating done [2022-03-05T14:45:56.795Z] #40 4.466 -- Build files have been written to: /tmp/tmp.galDYheNR1/tini [2022-03-05T14:45:56.795Z] #40 4.480 + make tini-static [2022-03-05T14:45:57.054Z] #40 4.898 Scanning dependencies of target tini-static [2022-03-05T14:45:57.054Z] #40 5.011 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T14:45:57.112Z] #21 12.50 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:45:57.112Z] #21 12.62 Fetched 27.0 MB in 1s (23.6 MB/s) [2022-03-05T14:45:57.112Z] #21 12.66 Selecting previously unselected package pigz. [2022-03-05T14:45:57.112Z] #21 12.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-03-05T14:45:57.112Z] #21 12.72 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-05T14:45:57.112Z] #21 12.73 Unpacking pigz (2.6-1) ... [2022-03-05T14:45:57.112Z] #21 12.81 Selecting previously unselected package libelf1:arm64. [2022-03-05T14:45:57.112Z] #21 12.81 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-05T14:45:57.112Z] #21 12.82 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-05T14:45:57.350Z] #40 ... [2022-03-05T14:45:57.350Z] [2022-03-05T14:45:57.350Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:57.350Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:57.350Z] #14 85.58 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T14:45:57.350Z] #14 85.58 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:57.350Z] #14 85.59 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:45:57.368Z] #21 12.93 Selecting previously unselected package libbpf0:arm64. [2022-03-05T14:45:57.368Z] #21 12.93 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-05T14:45:57.368Z] #21 12.93 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-05T14:45:57.368Z] #21 13.00 Selecting previously unselected package libcap2:arm64. [2022-03-05T14:45:57.368Z] #21 13.01 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-05T14:45:57.368Z] #21 13.01 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-05T14:45:57.368Z] #21 13.05 Selecting previously unselected package libmnl0:arm64. [2022-03-05T14:45:57.368Z] #21 13.06 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-05T14:45:57.368Z] #21 13.07 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-05T14:45:57.368Z] #21 13.12 Selecting previously unselected package libxtables12:arm64. [2022-03-05T14:45:57.611Z] #14 85.75 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T14:45:57.611Z] #14 85.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:57.611Z] #14 85.79 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:57.625Z] #21 13.12 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-05T14:45:57.625Z] #21 13.13 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-05T14:45:57.625Z] #21 13.17 Selecting previously unselected package libcap2-bin. [2022-03-05T14:45:57.625Z] #21 13.18 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-05T14:45:57.625Z] #21 13.18 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T14:45:57.625Z] #21 13.27 Selecting previously unselected package iproute2. [2022-03-05T14:45:57.625Z] #21 13.28 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-05T14:45:57.625Z] #21 13.28 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T14:45:54.647Z] > git remote # timeout=10 [2022-03-05T14:45:54.739Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:45:54.817Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:45:54.818Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:45:55.377Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T14:45:55.520Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:45:55.575Z] > git checkout -f 6ae33484aaf693d2c6093d69b6ab172ba733ddf9 # timeout=10 [2022-03-05T14:45:58.187Z] #21 13.63 Selecting previously unselected package xxd. [2022-03-05T14:45:58.187Z] #21 13.64 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T14:45:58.187Z] #21 13.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:58.187Z] #21 13.75 Selecting previously unselected package vim-common. [2022-03-05T14:45:58.187Z] #21 13.75 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:45:58.187Z] #21 13.76 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:45:58.443Z] #21 13.88 Selecting previously unselected package bash-completion. [2022-03-05T14:45:58.443Z] #21 13.89 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T14:45:58.960Z] #40 6.583 [100%] Linking C executable tini-static [2022-03-05T14:45:59.526Z] #14 ... [2022-03-05T14:45:59.526Z] [2022-03-05T14:45:59.526Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:59.526Z] #40 sha256:b55664f065de3664cf3d03156125839d61803d0111a588f33610bb2a8d0c241d [2022-03-05T14:45:59.526Z] #40 6.465 [100%] Linking C executable tini-static [2022-03-05T14:45:59.526Z] #40 7.237 [100%] Built target tini-static [2022-03-05T14:45:59.526Z] #40 7.296 + mkdir -p /build [2022-03-05T14:45:59.526Z] #40 7.304 + cp tini-static /build/docker-init [2022-03-05T14:45:59.526Z] #40 DONE 7.8s [2022-03-05T14:45:59.527Z] #40 7.348 [100%] Built target tini-static [2022-03-05T14:45:59.527Z] #40 7.435 + mkdir -p /build [2022-03-05T14:45:59.564Z] + docker version [2022-03-05T14:45:59.785Z] #40 7.447 + cp tini-static /build/docker-init [2022-03-05T14:45:59.785Z] #40 ... [2022-03-05T14:45:59.785Z] [2022-03-05T14:45:59.785Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:45:59.785Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:45:59.785Z] #14 76.75 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T14:45:59.785Z] #14 76.77 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T14:45:59.785Z] #14 76.78 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:45:59.785Z] #14 85.23 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T14:45:59.785Z] #14 85.23 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:59.785Z] #14 85.23 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:45:59.785Z] #14 85.52 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T14:45:59.785Z] #14 85.53 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:45:59.785Z] #14 85.57 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:45:59.785Z] #14 ... [2022-03-05T14:45:59.785Z] [2022-03-05T14:45:59.785Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:45:59.785Z] #40 sha256:df9128693c092c30fb40b8136c70365800a23003e2e4fea9d52f828234e0019b [2022-03-05T14:45:59.785Z] #40 DONE 7.7s [2022-03-05T14:45:59.785Z] [2022-03-05T14:45:59.785Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:59.785Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:59.785Z] #51 78.28 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-05T14:45:59.785Z] #51 78.41 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-05T14:45:59.785Z] #51 78.45 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-05T14:45:59.785Z] #51 78.61 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-05T14:45:59.785Z] #51 78.63 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-05T14:45:59.785Z] #51 78.71 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-05T14:45:59.785Z] #51 78.73 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-05T14:45:59.785Z] #51 79.01 go: downloading github.com/prometheus/common v0.10.0 [2022-03-05T14:45:59.785Z] #51 79.33 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-05T14:45:59.785Z] #51 79.49 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-05T14:45:59.785Z] #51 79.56 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-05T14:45:59.785Z] #51 81.65 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T14:45:59.786Z] [2022-03-05T14:45:59.786Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:45:59.786Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:45:59.786Z] #51 81.66 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-05T14:45:59.852Z] #21 15.33 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T14:45:59.852Z] #21 15.64 Selecting previously unselected package bzip2. [2022-03-05T14:46:00.109Z] #21 15.68 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-05T14:46:00.109Z] #21 15.68 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T14:46:00.109Z] #21 15.76 Selecting previously unselected package xz-utils. [2022-03-05T14:46:00.109Z] #21 15.76 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-05T14:46:00.109Z] #21 15.77 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T14:46:00.366Z] #21 15.90 Selecting previously unselected package apparmor. [2022-03-05T14:46:00.366Z] #21 15.90 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-05T14:46:00.366Z] #21 15.95 Unpacking apparmor (2.13.6-10) ... [2022-03-05T14:46:00.625Z] #21 16.27 Selecting previously unselected package inetutils-ping. [2022-03-05T14:46:00.625Z] #21 16.27 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-05T14:46:00.625Z] #21 16.28 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T14:46:00.625Z] #21 16.35 Selecting previously unselected package libip4tc2:arm64. [2022-03-05T14:46:00.882Z] #21 16.35 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-05T14:46:00.882Z] #21 16.35 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-05T14:46:00.882Z] #21 16.41 Selecting previously unselected package libip6tc2:arm64. [2022-03-05T14:46:00.882Z] #21 16.41 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-05T14:46:00.882Z] #21 16.42 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-05T14:46:00.882Z] #21 16.47 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-05T14:46:00.882Z] #21 16.47 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-05T14:46:00.882Z] #21 16.48 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-05T14:46:00.882Z] #21 16.53 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-05T14:46:00.882Z] #21 16.54 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-05T14:46:00.882Z] #21 16.54 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-05T14:46:00.882Z] #21 16.60 Selecting previously unselected package libnftnl11:arm64. [2022-03-05T14:46:01.139Z] #21 16.60 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-05T14:46:01.139Z] #21 16.61 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-05T14:46:01.139Z] #21 16.68 Selecting previously unselected package iptables. [2022-03-05T14:46:01.139Z] #21 16.68 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-05T14:46:01.139Z] #21 16.69 Unpacking iptables (1.8.7-1) ... [2022-03-05T14:46:01.396Z] #21 16.93 Selecting previously unselected package libonig5:arm64. [2022-03-05T14:46:01.396Z] #21 16.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-05T14:46:01.396Z] #21 16.94 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T14:46:01.396Z] #21 17.03 Selecting previously unselected package libjq1:arm64. [2022-03-05T14:46:01.396Z] #21 17.03 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-05T14:46:01.396Z] #21 17.04 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-05T14:46:01.396Z] #21 17.11 Selecting previously unselected package jq. [2022-03-05T14:46:01.654Z] #21 17.13 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-05T14:46:01.654Z] #21 17.14 Unpacking jq (1.6-2.1) ... [2022-03-05T14:46:01.654Z] #21 17.22 Selecting previously unselected package libaio1:arm64. [2022-03-05T14:46:01.654Z] #21 17.24 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-05T14:46:01.654Z] #21 17.24 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-03-05T14:46:01.654Z] #21 17.30 Selecting previously unselected package libgpm2:arm64. [2022-03-05T14:46:01.654Z] #21 17.30 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-05T14:46:01.654Z] #21 17.31 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-05T14:46:01.654Z] #21 17.37 Selecting previously unselected package libicu67:arm64. [2022-03-05T14:46:01.911Z] #21 17.37 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-05T14:46:01.911Z] #21 17.37 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-05T14:46:02.435Z] #45 21.00 Reading package lists... [2022-03-05T14:46:02.435Z] #45 ... [2022-03-05T14:46:02.435Z] [2022-03-05T14:46:02.435Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:02.435Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:02.435Z] #20 21.53 Fetched 48.9 MB in 20s (2450 kB/s) [2022-03-05T14:46:03.805Z] #20 21.53 Reading package lists... [2022-03-05T14:46:03.805Z] #20 ... [2022-03-05T14:46:03.805Z] [2022-03-05T14:46:03.805Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:03.805Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:03.805Z] #45 21.00 Reading package lists... [2022-03-05T14:46:04.435Z] #21 19.95 Selecting previously unselected package libinih1:arm64. [2022-03-05T14:46:04.435Z] #21 19.95 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-05T14:46:04.435Z] #21 19.96 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-05T14:46:04.435Z] #21 20.02 Selecting previously unselected package libnet1:arm64. [2022-03-05T14:46:04.435Z] #21 20.03 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-05T14:46:04.435Z] #21 20.04 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:46:04.435Z] #21 20.12 Selecting previously unselected package libnl-3-200:arm64. [2022-03-05T14:46:04.435Z] #21 20.12 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-05T14:46:04.435Z] #21 20.12 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T14:46:04.692Z] #21 20.21 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-05T14:46:04.692Z] #21 20.22 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-05T14:46:04.692Z] #21 20.23 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T14:46:04.692Z] #21 20.28 Selecting previously unselected package net-tools. [2022-03-05T14:46:04.692Z] #21 20.28 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-05T14:46:04.692Z] #21 20.28 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:46:04.738Z] #45 30.54 Reading package lists... [2022-03-05T14:46:04.738Z] #45 ... [2022-03-05T14:46:04.738Z] [2022-03-05T14:46:04.738Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:46:04.738Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T14:46:04.738Z] #65 21.22 Fetched 48.9 MB in 20s (2450 kB/s) [2022-03-05T14:46:04.738Z] #65 21.22 Reading package lists... [2022-03-05T14:46:04.738Z] #65 30.75 Reading package lists... [2022-03-05T14:46:04.738Z] #65 ... [2022-03-05T14:46:04.738Z] [2022-03-05T14:46:04.738Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:04.738Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:04.738Z] #20 21.53 Reading package lists... [2022-03-05T14:46:04.949Z] #21 20.46 Selecting previously unselected package patch. [2022-03-05T14:46:04.949Z] #21 20.48 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-05T14:46:04.949Z] #21 20.48 Unpacking patch (2.7.6-7) ... [2022-03-05T14:46:04.949Z] #21 20.58 Selecting previously unselected package python-pip-whl. [2022-03-05T14:46:04.949Z] #21 20.58 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T14:46:04.949Z] #21 20.58 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T14:46:05.515Z] #21 21.04 Selecting previously unselected package python3-lib2to3. [2022-03-05T14:46:05.515Z] #21 21.04 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T14:46:05.515Z] #21 21.05 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:46:05.515Z] #21 21.15 Selecting previously unselected package python3-distutils. [2022-03-05T14:46:05.515Z] #21 21.15 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T14:46:05.515Z] #21 21.16 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T14:46:05.771Z] #21 21.28 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:46:05.771Z] #21 21.30 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:46:05.771Z] #21 21.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:46:05.771Z] #21 21.40 Selecting previously unselected package python3-setuptools. [2022-03-05T14:46:05.771Z] #21 21.40 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T14:46:05.771Z] #21 21.40 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T14:46:06.029Z] #21 21.63 Selecting previously unselected package python3-wheel. [2022-03-05T14:46:06.029Z] #21 21.63 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T14:46:06.029Z] #21 21.63 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T14:46:06.294Z] #21 21.69 Selecting previously unselected package python3-pip. [2022-03-05T14:46:06.294Z] #21 21.69 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T14:46:06.294Z] #21 21.69 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T14:46:06.421Z] #51 ... [2022-03-05T14:46:06.421Z] [2022-03-05T14:46:06.421Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:06.421Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:06.421Z] #14 94.10 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T14:46:06.421Z] #14 94.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:06.421Z] #14 94.12 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:06.550Z] #21 21.96 Selecting previously unselected package sudo. [2022-03-05T14:46:06.550Z] #21 21.96 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-05T14:46:06.550Z] #21 21.97 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T14:46:06.732Z] Client: [2022-03-05T14:46:06.732Z] Version: 20.10.9 [2022-03-05T14:46:06.732Z] API version: 1.41 [2022-03-05T14:46:06.732Z] Go version: go1.16.8 [2022-03-05T14:46:06.732Z] Git commit: c2ea9bc [2022-03-05T14:46:06.732Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:46:06.732Z] OS/Arch: windows/amd64 [2022-03-05T14:46:06.732Z] Context: default [2022-03-05T14:46:06.732Z] Experimental: true [2022-03-05T14:46:06.732Z] [2022-03-05T14:46:06.732Z] Server: Docker Engine - Community [2022-03-05T14:46:06.732Z] Engine: [2022-03-05T14:46:06.732Z] Version: 20.10.9 [2022-03-05T14:46:06.732Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:46:06.732Z] Go version: go1.16.8 [2022-03-05T14:46:06.732Z] Git commit: 79ea9d3 [2022-03-05T14:46:06.732Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:46:06.732Z] OS/Arch: windows/amd64 [2022-03-05T14:46:06.732Z] Experimental: true [2022-03-05T14:46:06.806Z] #21 22.41 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T14:46:06.806Z] #21 22.41 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-05T14:46:06.806Z] #21 22.41 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:46:07.021Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:46:07.063Z] #21 22.63 Selecting previously unselected package uidmap. [2022-03-05T14:46:07.063Z] #21 22.63 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-05T14:46:07.063Z] #21 22.64 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T14:46:07.063Z] #21 22.75 Selecting previously unselected package vim-runtime. [2022-03-05T14:46:07.063Z] #21 22.75 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:46:07.063Z] #21 22.78 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T14:46:07.063Z] #21 22.81 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T14:46:07.164Z] First time build. Skipping changelog. [2022-03-05T14:46:07.317Z] using credential docker-jenkins-github-credentials [2022-03-05T14:46:07.319Z] #21 22.81 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:07.392Z] Cloning the remote Git repository [2022-03-05T14:46:07.392Z] Cloning with configured refspecs honoured and without tags [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2022-03-05T14:46:07.876Z] #14 89.17 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T14:46:07.876Z] #14 89.18 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:07.876Z] #14 89.18 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:07.876Z] #14 ... [2022-03-05T14:46:07.876Z] [2022-03-05T14:46:07.876Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:07.876Z] #63 sha256:0ac08d60114381fcf905ca712a03d0fd51da3e12ac72a71ce98adc0a6a529ae1 [2022-03-05T14:46:07.876Z] #63 89.57 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:46:07.876Z] #63 89.57 + GOBIN=/build [2022-03-05T14:46:07.876Z] #63 89.57 + GO111MODULE=on [2022-03-05T14:46:07.876Z] #63 89.57 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T14:46:07.906Z] #51 ... [2022-03-05T14:46:07.906Z] [2022-03-05T14:46:07.906Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:07.906Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:07.906Z] #14 94.86 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T14:46:07.906Z] #14 94.86 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:07.906Z] #14 94.87 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [Pipeline] sh [2022-03-05T14:46:08.314Z] + docker info [2022-03-05T14:46:08.314Z] Client: [2022-03-05T14:46:08.314Z] Context: default [2022-03-05T14:46:08.314Z] Debug Mode: false [2022-03-05T14:46:08.314Z] [2022-03-05T14:46:08.314Z] Server: [2022-03-05T14:46:08.314Z] Containers: 0 [2022-03-05T14:46:08.314Z] Running: 0 [2022-03-05T14:46:08.314Z] Paused: 0 [2022-03-05T14:46:08.314Z] Stopped: 0 [2022-03-05T14:46:08.314Z] Images: 0 [2022-03-05T14:46:08.314Z] Server Version: 20.10.9 [2022-03-05T14:46:08.314Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:46:08.314Z] Windows: [2022-03-05T14:46:08.314Z] LCOW: [2022-03-05T14:46:08.314Z] Logging Driver: json-file [2022-03-05T14:46:08.314Z] Plugins: [2022-03-05T14:46:08.314Z] Volume: local [2022-03-05T14:46:08.314Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:46:08.314Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:46:08.314Z] Swarm: inactive [2022-03-05T14:46:08.314Z] Default Isolation: process [2022-03-05T14:46:08.314Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:46:08.314Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:46:08.314Z] OSType: windows [2022-03-05T14:46:08.314Z] Architecture: x86_64 [2022-03-05T14:46:08.314Z] CPUs: 4 [2022-03-05T14:46:08.314Z] Total Memory: 32GiB [2022-03-05T14:46:08.314Z] Name: azwin-2-f8ea61 [2022-03-05T14:46:08.314Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T14:46:08.314Z] Docker Root Dir: D:\docker [2022-03-05T14:46:08.314Z] Debug Mode: false [2022-03-05T14:46:08.314Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:46:08.314Z] Labels: [2022-03-05T14:46:08.314Z] Experimental: true [2022-03-05T14:46:08.314Z] Insecure Registries: [2022-03-05T14:46:08.314Z] 10.0.0.4:5000 [2022-03-05T14:46:08.314Z] 127.0.0.0/8 [2022-03-05T14:46:08.314Z] Registry Mirrors: [2022-03-05T14:46:08.314Z] http://10.0.0.4:5000/ [2022-03-05T14:46:08.314Z] Live Restore Enabled: false [2022-03-05T14:46:08.314Z] Product License: Community Engine [2022-03-05T14:46:08.314Z] [2022-03-05T14:46:07.060Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:46:07.578Z] Cloning repository https://github.com/moby/moby.git [2022-03-05T14:46:07.961Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-05T14:46:08.752Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:46:08.752Z] > git --version # timeout=10 [2022-03-05T14:46:08.805Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-05T14:46:08.805Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:46:08.808Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [2022-03-05T14:46:09.839Z] #21 25.38 Selecting previously unselected package vim. [2022-03-05T14:46:09.839Z] #21 25.38 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-05T14:46:09.839Z] #21 25.39 Unpacking vim (2:8.2.2434-3+deb11u1) ... [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T14:46:10.402Z] #21 25.83 Selecting previously unselected package xfsprogs. [2022-03-05T14:46:10.402Z] #21 25.85 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-05T14:46:10.402Z] #21 25.85 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T14:46:10.658Z] #21 26.23 Selecting previously unselected package zip. [2022-03-05T14:46:10.658Z] #21 26.23 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-05T14:46:10.658Z] #21 26.24 Unpacking zip (3.0-12) ... [2022-03-05T14:46:10.794Z] + docker version [2022-03-05T14:46:10.915Z] #21 26.33 Selecting previously unselected package zstd. [2022-03-05T14:46:10.915Z] #21 26.35 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-05T14:46:10.915Z] #21 26.36 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:46:11.171Z] #21 26.64 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:46:11.239Z] #63 94.18 rootlesskit version 0.14.6 [2022-03-05T14:46:11.239Z] #63 94.19 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T14:46:11.239Z] #63 94.19 -container-ip string [2022-03-05T14:46:11.239Z] #63 94.19 container ip [2022-03-05T14:46:11.239Z] #63 94.19 -container-port int [2022-03-05T14:46:11.239Z] #63 94.19 container port (default -1) [2022-03-05T14:46:11.239Z] #63 94.19 -host-ip string [2022-03-05T14:46:11.239Z] #63 94.19 host ip [2022-03-05T14:46:11.239Z] #63 94.19 -host-port int [2022-03-05T14:46:11.239Z] #63 94.19 host port (default -1) [2022-03-05T14:46:11.239Z] #63 94.19 -proto string [2022-03-05T14:46:11.239Z] #63 94.19 proxy protocol (default "tcp") [2022-03-05T14:46:11.735Z] #21 27.41 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-05T14:46:11.735Z] #21 27.42 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:46:11.735Z] #21 27.43 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-05T14:46:11.735Z] #21 27.45 Setting up libicu67:arm64 (67.1-7) ... [2022-03-05T14:46:11.735Z] #21 27.46 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-03-05T14:46:11.735Z] #21 27.49 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-05T14:46:11.805Z] #63 ... [2022-03-05T14:46:11.805Z] [2022-03-05T14:46:11.805Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:11.805Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:11.805Z] #14 93.92 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T14:46:11.805Z] #14 93.92 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T14:46:11.805Z] #14 93.93 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:11.805Z] #14 94.03 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T14:46:11.805Z] #14 94.04 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T14:46:11.805Z] #14 94.05 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:11.805Z] #14 94.13 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T14:46:11.805Z] #14 94.13 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T14:46:11.805Z] #14 94.15 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:11.805Z] #14 94.28 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:46:11.805Z] #14 94.28 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:46:11.805Z] #14 94.29 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:11.805Z] #14 94.43 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:46:11.805Z] #14 94.45 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:46:11.805Z] #14 94.45 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:11.992Z] #21 27.51 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T14:46:11.992Z] #21 27.51 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:46:11.992Z] #21 27.54 Setting up bzip2 (1.0.8-4) ... [2022-03-05T14:46:11.992Z] #21 27.55 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-05T14:46:11.992Z] #21 27.57 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T14:46:12.558Z] #21 28.14 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:12.558Z] #21 28.16 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-05T14:46:12.558Z] #21 28.17 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T14:46:12.558Z] #21 28.18 Setting up apparmor (2.13.6-10) ... [2022-03-05T14:46:12.833Z] #20 30.85 Reading package lists... [2022-03-05T14:46:12.833Z] #20 ... [2022-03-05T14:46:12.833Z] [2022-03-05T14:46:12.833Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:12.833Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:12.833Z] #45 30.54 Reading package lists... [2022-03-05T14:46:13.179Z] #14 96.16 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T14:46:13.179Z] #14 96.17 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:13.179Z] #14 96.18 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:13.436Z] #14 96.82 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T14:46:13.437Z] #14 96.82 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:13.437Z] #14 96.83 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:13.926Z] #21 29.55 Setting up zip (3.0-12) ... [2022-03-05T14:46:13.926Z] #21 29.57 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:13.926Z] #21 29.59 Setting up bash-completion (1:2.11-2) ... [2022-03-05T14:46:14.003Z] #14 97.49 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T14:46:14.003Z] #14 97.49 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T14:46:14.261Z] #14 97.55 Unpacking libsepol1-dev:amd64 (3.1-1) ...#14 ... [2022-03-05T14:46:14.261Z] [2022-03-05T14:46:14.261Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:14.261Z] #63 sha256:0ac08d60114381fcf905ca712a03d0fd51da3e12ac72a71ce98adc0a6a529ae1 [2022-03-05T14:46:14.261Z] #63 DONE 97.4s [2022-03-05T14:46:14.261Z] [2022-03-05T14:46:14.261Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:14.261Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:14.261Z] #14 97.55 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:14.261Z] #14 97.78 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-05T14:46:14.520Z] #14 ... [2022-03-05T14:46:14.520Z] [2022-03-05T14:46:14.520Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T14:46:14.520Z] #64 sha256:1f4a968fffcaa8713f3a754a2fa68bd3fa2000f7e40c9d9f22bc8f9538207595 [2022-03-05T14:46:14.520Z] #64 DONE 0.2s [2022-03-05T14:46:14.520Z] [2022-03-05T14:46:14.520Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:14.520Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:14.520Z] #14 97.78 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T14:46:14.520Z] #14 97.79 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:14.520Z] #14 ... [2022-03-05T14:46:14.520Z] [2022-03-05T14:46:14.520Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T14:46:14.520Z] #65 sha256:aa93a0da11886c3b255237f11dfc2cf8fdc6562f8f34d6d8c2110f901054f328 [2022-03-05T14:46:14.520Z] #65 DONE 0.1s [2022-03-05T14:46:14.520Z] [2022-03-05T14:46:14.520Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:14.520Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:14.520Z] #14 97.98 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T14:46:14.520Z] #14 97.98 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T14:46:14.520Z] #14 98.01 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:14.576Z] #14 ... [2022-03-05T14:46:14.576Z] [2022-03-05T14:46:14.576Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:46:14.576Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:46:14.576Z] #60 54.18 Updating files: 70% (3327/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T14:46:14.576Z] #60 54.92 + cd /tmp/tmp.gKPbhxJ3M6/src/github.com/containerd/containerd [2022-03-05T14:46:14.576Z] #60 54.92 + git checkout -q v1.5.10 [2022-03-05T14:46:14.777Z] #14 98.16 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T14:46:14.777Z] #14 98.17 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T14:46:14.777Z] #14 98.18 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:15.035Z] #14 98.25 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T14:46:15.035Z] #14 98.26 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T14:46:15.035Z] #14 98.26 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:15.295Z] #14 98.65 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T14:46:15.295Z] #14 98.69 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T14:46:15.295Z] #14 98.71 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:15.553Z] #14 98.92 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T14:46:15.553Z] #14 98.92 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:15.553Z] #14 98.92 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:15.553Z] #14 99.01 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T14:46:15.612Z] #45 39.59 Building dependency tree... [2022-03-05T14:46:15.612Z] #45 41.84 Reading state information... [2022-03-05T14:46:15.810Z] #14 99.05 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T14:46:15.810Z] #14 99.07 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:15.810Z] #14 99.15 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T14:46:15.810Z] #14 99.17 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:15.811Z] #14 99.17 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:15.820Z] #21 31.21 Setting up xz-utils (5.2.5-2) ... [2022-03-05T14:46:15.820Z] #21 31.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T14:46:15.820Z] #21 31.25 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-05T14:46:15.820Z] #21 31.26 Setting up patch (2.7.6-7) ... [2022-03-05T14:46:15.820Z] #21 31.27 Setting up sudo (1.9.5p2-3) ... [2022-03-05T14:46:15.820Z] #21 31.32 invoke-rc.d: could not determine current runlevel [2022-03-05T14:46:15.820Z] #21 31.33 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:46:15.820Z] #21 31.33 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T14:46:15.820Z] #21 31.35 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-05T14:46:15.820Z] #21 31.36 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T14:46:15.820Z] #21 31.37 Setting up pigz (2.6-1) ... [2022-03-05T14:46:15.820Z] #21 31.38 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-05T14:46:15.820Z] #21 31.39 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-05T14:46:15.820Z] #21 31.41 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T14:46:15.820Z] #21 31.43 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:15.965Z] #60 56.25 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T14:46:15.965Z] #60 56.25 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T14:46:15.965Z] #60 56.25 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:15.965Z] #60 56.25 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:15.965Z] #60 56.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T14:46:15.965Z] #60 56.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T14:46:15.965Z] #60 56.26 + '[' '' = dynamic ']' [2022-03-05T14:46:15.965Z] #60 56.26 + make [2022-03-05T14:46:16.026Z] #14 ... [2022-03-05T14:46:16.026Z] [2022-03-05T14:46:16.026Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:46:16.026Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:46:16.076Z] #21 31.81 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-05T14:46:16.076Z] #21 31.84 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:46:16.375Z] #14 99.66 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:16.376Z] #14 99.70 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:16.376Z] #14 99.70 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:16.376Z] #14 99.72 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:16.376Z] #14 99.72 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:46:16.376Z] #14 99.74 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:16.376Z] #14 99.76 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:16.376Z] #14 99.76 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:16.376Z] #14 99.80 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:16.376Z] #14 99.80 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:16.376Z] #14 99.80 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:16.376Z] #14 99.80 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:16.376Z] #14 99.81 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:16.376Z] #14 99.83 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:16.376Z] #14 99.84 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T14:46:16.376Z] #14 99.85 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:16.376Z] #14 99.86 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:46:16.376Z] #14 99.88 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:16.376Z] #14 99.88 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:16.376Z] #14 99.92 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:16.376Z] #14 99.92 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:16.376Z] #14 99.92 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T14:46:16.376Z] #14 99.93 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:16.376Z] #14 99.94 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T14:46:16.544Z] #60 53.90 Updating files: 71% (3385/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-05T14:46:16.544Z] #60 54.70 + cd /tmp/tmp.jeOwVGlaHB/src/github.com/containerd/containerd [2022-03-05T14:46:16.544Z] #60 54.70 + git checkout -q v1.5.10 [2022-03-05T14:46:16.634Z] #14 99.95 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:46:16.634Z] #14 99.96 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:16.634Z] #14 100.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T14:46:16.634Z] #14 100.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:16.634Z] #14 100.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:16.634Z] #14 100.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:16.634Z] #14 100.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:46:16.634Z] #14 100.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:16.638Z] #21 32.28 Setting up libelf1:arm64 (0.183-1) ... [2022-03-05T14:46:16.638Z] #21 32.37 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:46:16.894Z] #14 100.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:16.894Z] #14 100.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:16.894Z] #21 32.39 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-05T14:46:16.894Z] #21 32.40 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T14:46:17.151Z] #21 32.80 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:17.151Z] #21 32.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T14:46:17.151Z] #21 32.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T14:46:17.151Z] #21 32.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T14:46:17.151Z] #21 32.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T14:46:17.151Z] #21 32.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T14:46:17.151Z] #21 32.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T14:46:17.151Z] #21 32.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T14:46:17.151Z] #21 32.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T14:46:17.151Z] #21 32.85 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T14:46:17.353Z] #60 57.65 + bin/ctr [2022-03-05T14:46:17.460Z] #14 DONE 100.7s [2022-03-05T14:46:17.460Z] [2022-03-05T14:46:17.460Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T14:46:17.460Z] #55 sha256:6dc79947e46e4abb69f54f855d43563fe33823fbd1ec50945d95082019519362 [2022-03-05T14:46:17.503Z] #45 43.83 The following additional packages will be installed: [2022-03-05T14:46:17.503Z] #45 43.86 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-05T14:46:17.503Z] #45 43.90 Suggested packages: [2022-03-05T14:46:17.503Z] #45 43.90 cmake-doc ninja-build lrzip [2022-03-05T14:46:17.503Z] #45 43.90 Recommended packages: [2022-03-05T14:46:17.503Z] #45 43.90 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-05T14:46:17.717Z] #55 DONE 0.3s [2022-03-05T14:46:17.717Z] [2022-03-05T14:46:17.717Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:17.717Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:46:17.760Z] #45 44.45 The following NEW packages will be installed: [2022-03-05T14:46:17.760Z] #45 44.46 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-05T14:46:18.016Z] #45 44.82 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:46:18.016Z] #45 44.82 Need to get 8418 kB of archives. [2022-03-05T14:46:18.016Z] #45 44.82 After this operation, 34.9 MB of additional disk space will be used. [2022-03-05T14:46:18.016Z] #45 44.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:46:18.273Z] #45 44.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:46:18.273Z] #45 44.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-05T14:46:18.273Z] #45 44.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-05T14:46:18.273Z] #45 44.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-05T14:46:18.273Z] #45 44.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-05T14:46:18.273Z] #45 44.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-05T14:46:18.273Z] #45 44.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-05T14:46:18.449Z] #60 56.22 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T14:46:18.449Z] #60 56.22 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T14:46:18.449Z] #60 56.22 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:18.449Z] #60 56.22 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:18.449Z] #60 56.22 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T14:46:18.449Z] #60 56.22 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T14:46:18.449Z] #60 56.22 + '[' '' = dynamic ']' [2022-03-05T14:46:18.449Z] #60 56.22 + make [2022-03-05T14:46:18.518Z] #21 34.11 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-05T14:46:18.518Z] #21 34.12 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-05T14:46:18.518Z] #21 34.15 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:46:18.518Z] #21 34.17 Setting up python3-pip (20.3.4-4) ... [2022-03-05T14:46:19.202Z] #45 45.56 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:46:19.202Z] #45 ... [2022-03-05T14:46:19.202Z] [2022-03-05T14:46:19.202Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:46:19.202Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T14:46:19.202Z] #65 30.75 Reading package lists... [2022-03-05T14:46:19.202Z] #65 39.79 Building dependency tree... [2022-03-05T14:46:19.202Z] #65 41.72 Reading state information... [2022-03-05T14:46:19.202Z] #65 43.71 The following additional packages will be installed: [2022-03-05T14:46:19.202Z] #65 43.73 libbtrfs0 [2022-03-05T14:46:19.202Z] #65 44.02 The following NEW packages will be installed: [2022-03-05T14:46:19.202Z] #65 44.03 libbtrfs-dev libbtrfs0 [2022-03-05T14:46:19.202Z] #65 44.49 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:46:19.202Z] #65 44.49 Need to get 460 kB of archives. [2022-03-05T14:46:19.202Z] #65 44.49 After this operation, 1237 kB of additional disk space will be used. [2022-03-05T14:46:19.202Z] #65 44.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:46:19.202Z] #65 44.50 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:46:19.202Z] #65 45.04 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:46:19.202Z] #65 45.32 Fetched 460 kB in 0s (1356 kB/s) [2022-03-05T14:46:19.202Z] #65 45.38 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:46:19.202Z] #65 45.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 ... 30207 files and directories currently installed.) [2022-03-05T14:46:19.202Z] #65 45.44 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:46:19.202Z] #65 45.45 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:19.202Z] #65 45.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:46:19.202Z] #65 45.56 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:46:19.202Z] #65 45.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:19.202Z] #65 45.78 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:19.202Z] #65 45.80 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:19.202Z] #65 45.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:19.202Z] #65 ... [2022-03-05T14:46:19.202Z] [2022-03-05T14:46:19.202Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:19.202Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:19.202Z] #45 45.87 Fetched 8418 kB in 0s (19.9 MB/s) [2022-03-05T14:46:19.202Z] #45 45.92 Selecting previously unselected package xxd. [2022-03-05T14:46:19.385Z] #60 57.65 + bin/ctr [2022-03-05T14:46:19.447Z] #21 35.15 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-05T14:46:19.447Z] #21 35.17 Setting up jq (1.6-2.1) ... [2022-03-05T14:46:19.447Z] #21 35.19 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-05T14:46:19.447Z] #21 35.21 Setting up iptables (1.8.7-1) ... [2022-03-05T14:46:19.447Z] #21 35.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:46:19.447Z] #21 35.22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:46:19.447Z] #21 35.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:46:19.447Z] #21 35.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:46:19.447Z] #21 35.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T14:46:19.448Z] #21 35.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T14:46:19.460Z] #45 45.92 (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-03-05T14:46:19.460Z] #45 45.96 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:46:19.460Z] #45 45.97 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:19.460Z] #45 ... [2022-03-05T14:46:19.460Z] [2022-03-05T14:46:19.460Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-05T14:46:19.460Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-05T14:46:19.460Z] #65 DONE 46.1s [2022-03-05T14:46:19.460Z] [2022-03-05T14:46:19.460Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-05T14:46:19.460Z] #66 sha256:84c2e89f878d6a704dd2635c8828e21804972af8c2881506fd3be3163c18cffb [2022-03-05T14:46:19.460Z] #66 DONE 0.1s [2022-03-05T14:46:19.460Z] [2022-03-05T14:46:19.460Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:19.460Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:19.460Z] #45 46.08 Selecting previously unselected package vim-common. [2022-03-05T14:46:19.460Z] #45 46.08 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:46:19.460Z] #45 46.11 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:19.473Z] Client: [2022-03-05T14:46:19.473Z] Version: 20.10.9 [2022-03-05T14:46:19.473Z] API version: 1.41 [2022-03-05T14:46:19.473Z] Go version: go1.16.8 [2022-03-05T14:46:19.473Z] Git commit: c2ea9bc [2022-03-05T14:46:19.473Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:46:19.473Z] OS/Arch: windows/amd64 [2022-03-05T14:46:19.473Z] Context: default [2022-03-05T14:46:19.473Z] Experimental: true [2022-03-05T14:46:19.473Z] [2022-03-05T14:46:19.473Z] Server: Docker Engine - Community [2022-03-05T14:46:19.473Z] Engine: [2022-03-05T14:46:19.473Z] Version: 20.10.9 [2022-03-05T14:46:19.473Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:46:19.473Z] Go version: go1.16.8 [2022-03-05T14:46:19.473Z] Git commit: 79ea9d3 [2022-03-05T14:46:19.473Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:46:19.473Z] OS/Arch: windows/amd64 [2022-03-05T14:46:19.473Z] Experimental: true [2022-03-05T14:46:19.704Z] #21 35.25 Setting up iproute2 (5.10.0-4) ... [2022-03-05T14:46:19.716Z] #45 46.37 Selecting previously unselected package cmake-data. [2022-03-05T14:46:19.716Z] #45 46.38 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-05T14:46:19.716Z] #45 46.40 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:46:19.960Z] #21 35.54 Processing triggers for libc-bin (2.31-13+deb11u2) ... [Pipeline] sh [2022-03-05T14:46:20.246Z] #56 2.507 + RM_GOPATH=0 [2022-03-05T14:46:20.246Z] #56 2.507 + TMP_GOPATH= [2022-03-05T14:46:20.246Z] #56 2.507 + : /build [2022-03-05T14:46:20.246Z] #56 2.507 + '[' -z '' ']' [2022-03-05T14:46:20.246Z] #56 ... [2022-03-05T14:46:20.246Z] [2022-03-05T14:46:20.246Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T14:46:20.246Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T14:46:20.246Z] #15 DONE 2.8s [2022-03-05T14:46:20.246Z] [2022-03-05T14:46:20.246Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:20.246Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:46:20.246Z] #56 2.507 ++ mktemp -d [2022-03-05T14:46:20.246Z] #56 2.519 + export GOPATH=/tmp/tmp.QXcHRnunck [2022-03-05T14:46:20.246Z] #56 2.519 + GOPATH=/tmp/tmp.QXcHRnunck [2022-03-05T14:46:20.246Z] #56 2.519 + RM_GOPATH=1 [2022-03-05T14:46:20.246Z] #56 2.519 + case "$(go env GOARCH)" in [2022-03-05T14:46:20.246Z] #56 2.519 ++ go env GOARCH [2022-03-05T14:46:20.246Z] #56 2.544 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:20.246Z] #56 2.544 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:20.246Z] #56 2.558 ++ dirname /install.sh [2022-03-05T14:46:20.246Z] #56 2.558 + dir=/ [2022-03-05T14:46:20.246Z] #56 2.582 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T14:46:20.246Z] #56 2.582 + bin=runc [2022-03-05T14:46:20.246Z] #56 2.582 + shift [2022-03-05T14:46:20.246Z] #56 2.582 + '[' '!' -f //runc.installer ']' [2022-03-05T14:46:20.246Z] #56 2.582 + . //runc.installer [2022-03-05T14:46:20.246Z] #56 2.582 ++ set -e [2022-03-05T14:46:20.246Z] #56 2.582 ++ : v1.1.0 [2022-03-05T14:46:20.246Z] #56 2.582 + install_runc [2022-03-05T14:46:20.246Z] #56 2.582 + RUNC_BUILDTAGS=seccomp [2022-03-05T14:46:20.246Z] #56 2.582 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T14:46:20.246Z] #56 2.582 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.QXcHRnunck/src/github.com/opencontainers/runc [2022-03-05T14:46:20.246Z] #56 2.582 Cloning into '/tmp/tmp.QXcHRnunck/src/github.com/opencontainers/runc'... [2022-03-05T14:46:21.068Z] + docker info [2022-03-05T14:46:21.082Z] #45 47.55 Selecting previously unselected package libarchive13:amd64. [2022-03-05T14:46:21.082Z] #45 47.56 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-05T14:46:21.082Z] #45 47.57 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:46:21.082Z] #45 ... [2022-03-05T14:46:21.082Z] [2022-03-05T14:46:21.082Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:21.082Z] #70 sha256:1c1f6b6c911e0bcdbd074d54ff267b4c86aef4f5a4af9d7470d365015820c5fe [2022-03-05T14:46:21.082Z] #70 44.12 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:46:21.082Z] #70 44.12 + GOBIN=/build [2022-03-05T14:46:21.082Z] #70 44.12 + GO111MODULE=on [2022-03-05T14:46:21.082Z] #70 44.12 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T14:46:21.082Z] #70 47.42 rootlesskit version 0.14.6 [2022-03-05T14:46:21.082Z] #70 47.42 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T14:46:21.082Z] #70 47.42 -container-ip string [2022-03-05T14:46:21.082Z] #70 47.42 container ip [2022-03-05T14:46:21.082Z] #70 47.42 -container-port int [2022-03-05T14:46:21.082Z] #70 47.42 container port (default -1) [2022-03-05T14:46:21.082Z] #70 47.42 -host-ip string [2022-03-05T14:46:21.082Z] #70 47.42 host ip [2022-03-05T14:46:21.082Z] #70 47.42 -host-port int [2022-03-05T14:46:21.082Z] #70 47.42 host port (default -1) [2022-03-05T14:46:21.082Z] #70 47.42 -proto string [2022-03-05T14:46:21.082Z] #70 47.42 proxy protocol (default "tcp") [2022-03-05T14:46:21.082Z] #70 DONE 47.6s [2022-03-05T14:46:21.082Z] [2022-03-05T14:46:21.082Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:21.082Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:21.082Z] #45 47.74 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-05T14:46:21.082Z] #45 ... [2022-03-05T14:46:21.082Z] [2022-03-05T14:46:21.082Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T14:46:21.082Z] #71 sha256:b6437d8404497b2f852beede456fca471e9f1f47bfdca23df3a94f0e2fd28645 [2022-03-05T14:46:21.082Z] #71 DONE 0.0s [2022-03-05T14:46:21.082Z] [2022-03-05T14:46:21.082Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T14:46:21.082Z] #72 sha256:9ff9c8bc8a845cba9f9b16792711818d4bc088674b044d1c9bfd7b1f4cb9f8ad [2022-03-05T14:46:21.082Z] #72 DONE 0.1s [2022-03-05T14:46:21.082Z] [2022-03-05T14:46:21.082Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:21.082Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:21.082Z] #45 47.77 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-05T14:46:21.082Z] #45 47.77 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:46:21.082Z] #45 47.84 Selecting previously unselected package librhash0:amd64. [2022-03-05T14:46:21.082Z] #45 47.84 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-05T14:46:21.082Z] #45 47.86 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:46:21.339Z] #45 47.97 Selecting previously unselected package libuv1:amd64. [2022-03-05T14:46:21.339Z] #45 47.98 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-05T14:46:21.339Z] #45 47.98 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:46:21.339Z] #45 48.08 Selecting previously unselected package cmake. [2022-03-05T14:46:21.595Z] #45 48.08 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-05T14:46:21.595Z] #45 48.09 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:46:21.858Z] #21 DONE 37.1s [2022-03-05T14:46:21.858Z] [2022-03-05T14:46:21.859Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T14:46:21.859Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-05T14:46:22.116Z] #22 0.589 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T14:46:22.117Z] #22 0.593 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T14:46:22.117Z] #22 0.596 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T14:46:22.117Z] #22 DONE 0.6s [2022-03-05T14:46:22.117Z] [2022-03-05T14:46:22.117Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T14:46:22.117Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-05T14:46:22.146Z] #56 ... [2022-03-05T14:46:22.146Z] [2022-03-05T14:46:22.146Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T14:46:22.146Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T14:46:22.146Z] #16 DONE 1.9s [2022-03-05T14:46:22.146Z] [2022-03-05T14:46:22.146Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T14:46:22.146Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T14:46:23.490Z] #45 ... [2022-03-05T14:46:23.490Z] [2022-03-05T14:46:23.490Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-05T14:46:23.490Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-05T14:46:23.490Z] #75 CACHED [2022-03-05T14:46:23.490Z] [2022-03-05T14:46:23.490Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-05T14:46:23.490Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-05T14:46:23.490Z] #77 CACHED [2022-03-05T14:46:23.490Z] [2022-03-05T14:46:23.490Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:23.490Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:23.490Z] #20 30.85 Reading package lists... [2022-03-05T14:46:23.490Z] #20 40.17 Building dependency tree... [2022-03-05T14:46:23.490Z] #20 42.25 Reading state information... [2022-03-05T14:46:23.490Z] #20 44.19 The following additional packages will be installed: [2022-03-05T14:46:23.490Z] #20 44.19 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:46:23.490Z] #20 44.19 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-05T14:46:23.490Z] #20 44.19 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-05T14:46:23.490Z] #20 44.19 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-05T14:46:23.490Z] #20 44.19 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-05T14:46:23.490Z] #20 44.20 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-05T14:46:23.490Z] #20 44.20 mingw-w64-common mingw-w64-x86-64-dev [2022-03-05T14:46:23.490Z] #20 44.21 Suggested packages: [2022-03-05T14:46:23.490Z] #20 44.21 gcc-10-locales seccomp wine64 [2022-03-05T14:46:23.490Z] #20 44.72 The following NEW packages will be installed: [2022-03-05T14:46:23.490Z] #20 44.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-05T14:46:23.490Z] #20 44.72 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-05T14:46:23.490Z] #20 44.72 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-05T14:46:23.490Z] #20 44.72 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-05T14:46:23.490Z] #20 44.72 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-05T14:46:23.490Z] #20 44.73 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-05T14:46:23.490Z] #20 44.73 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-05T14:46:23.490Z] #20 44.73 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-05T14:46:23.490Z] #20 44.73 mingw-w64-x86-64-dev [2022-03-05T14:46:23.490Z] #20 45.12 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:46:23.490Z] #20 45.12 Need to get 115 MB of archives. [2022-03-05T14:46:23.490Z] #20 45.12 After this operation, 645 MB of additional disk space will be used. [2022-03-05T14:46:23.490Z] #20 45.12 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-05T14:46:23.490Z] #20 45.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-05T14:46:23.490Z] #20 45.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-05T14:46:23.490Z] #20 45.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-03-05T14:46:23.490Z] #20 45.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-05T14:46:23.490Z] #20 45.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-05T14:46:23.490Z] #20 45.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-05T14:46:23.490Z] #20 45.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-05T14:46:23.490Z] #20 45.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-05T14:46:23.490Z] #20 45.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:46:23.490Z] #20 46.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:46:23.490Z] #20 46.35 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-05T14:46:23.490Z] #20 46.50 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-05T14:46:23.490Z] #20 46.98 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-05T14:46:23.490Z] #20 47.18 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-05T14:46:23.490Z] #20 47.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-05T14:46:23.490Z] #20 47.18 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-05T14:46:23.490Z] #20 47.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-05T14:46:23.490Z] #20 47.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-05T14:46:23.490Z] #20 47.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-05T14:46:23.490Z] #20 47.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-05T14:46:23.490Z] #20 47.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-05T14:46:23.490Z] #20 47.21 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-05T14:46:23.490Z] #20 47.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-05T14:46:23.490Z] #20 47.22 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-05T14:46:23.490Z] #20 47.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-05T14:46:23.490Z] #20 47.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-05T14:46:23.490Z] #20 47.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-05T14:46:23.490Z] #20 47.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-05T14:46:23.490Z] #20 47.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-05T14:46:23.490Z] #20 47.80 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:46:23.490Z] #20 48.21 Fetched 115 MB in 2s (46.8 MB/s) [2022-03-05T14:46:23.490Z] #20 48.28 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-05T14:46:23.490Z] #20 48.28 (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-03-05T14:46:23.490Z] #20 48.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:46:23.490Z] #20 48.35 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:23.490Z] #20 49.70 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-05T14:46:23.490Z] #20 49.71 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-05T14:46:23.490Z] #20 49.72 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:23.490Z] #20 ... [2022-03-05T14:46:23.490Z] [2022-03-05T14:46:23.490Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-05T14:46:23.490Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-05T14:46:23.490Z] #45 50.23 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-05T14:46:23.523Z] #17 1.422 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T14:46:23.750Z] #45 50.25 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:23.750Z] #45 50.26 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-05T14:46:23.750Z] #45 50.27 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:23.750Z] #45 50.30 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-05T14:46:23.750Z] #45 50.31 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-05T14:46:23.750Z] #45 50.32 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-05T14:46:23.750Z] #45 50.34 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-05T14:46:23.750Z] #45 50.35 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:23.783Z] #17 DONE 1.7s [2022-03-05T14:46:23.783Z] [2022-03-05T14:46:23.783Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T14:46:23.783Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T14:46:24.012Z] #45 DONE 50.5s [2022-03-05T14:46:24.012Z] [2022-03-05T14:46:24.012Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:24.012Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:24.012Z] #20 50.43 Selecting previously unselected package binutils-mingw-w64. [2022-03-05T14:46:24.012Z] #20 50.43 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-05T14:46:24.012Z] #20 50.43 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:46:24.012Z] #20 50.54 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-05T14:46:24.012Z] #20 50.54 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:24.012Z] #20 50.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:24.012Z] #20 50.63 Selecting previously unselected package dmsetup.#20 ... [2022-03-05T14:46:24.012Z] [2022-03-05T14:46:24.012Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-05T14:46:24.012Z] #46 sha256:d3cb37c9dd50aa61dc213c72ea8550c67a4d75fbeb21fedd2d98d10665ad6544 [2022-03-05T14:46:24.012Z] #46 DONE 0.1s [2022-03-05T14:46:24.012Z] [2022-03-05T14:46:24.012Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:24.012Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:24.012Z] #20 50.63 Selecting previously unselected package dmsetup. [2022-03-05T14:46:24.012Z] #20 50.64 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:24.012Z] #20 50.64 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:46:24.012Z] #20 50.75 Selecting previously unselected package mingw-w64-common. [2022-03-05T14:46:24.012Z] #20 50.75 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-05T14:46:24.269Z] #20 50.76 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-05T14:46:25.638Z] #20 52.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-05T14:46:25.638Z] #20 52.25 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-05T14:46:25.638Z] #20 52.26 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:46:25.687Z] #18 DONE 1.5s [2022-03-05T14:46:25.687Z] [2022-03-05T14:46:25.687Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T14:46:25.687Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T14:46:26.828Z] Fetching without tags [2022-03-05T14:46:27.061Z] #19 DONE 1.8s [2022-03-05T14:46:27.061Z] [2022-03-05T14:46:27.061Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:27.061Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:46:27.061Z] #56 ... [2022-03-05T14:46:27.061Z] [2022-03-05T14:46:27.061Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T14:46:27.061Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-05T14:46:26.516Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:46:26.575Z] > git config --add remote.origin.fetch +refs/pull/43300/head:refs/remotes/origin/PR-43300 # timeout=10 [2022-03-05T14:46:26.627Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:46:26.742Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-05T14:46:26.867Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-05T14:46:26.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:46:26.869Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43300/head:refs/remotes/origin/PR-43300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-05T14:46:27.536Z] Merging remotes/origin/master commit df664877e3fa194a8fd888bf3590aa1621145fc9 into PR head commit 06df530b6d63203684e5b350545d2a87a5fafef9 [2022-03-05T14:46:27.545Z] #20 ... [2022-03-05T14:46:27.545Z] [2022-03-05T14:46:27.545Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-05T14:46:27.545Z] #47 sha256:1b72416a746cdb9d4a34620afec2b7124cdad0464ddedc36af6c0334a8251d9f [2022-03-05T14:46:27.545Z] #47 0.754 + RM_GOPATH=0 [2022-03-05T14:46:27.545Z] #47 0.756 + TMP_GOPATH= [2022-03-05T14:46:27.545Z] #47 0.757 + : /build [2022-03-05T14:46:27.545Z] #47 0.757 + '[' -z '' ']' [2022-03-05T14:46:27.545Z] #47 0.758 ++ mktemp -d [2022-03-05T14:46:27.545Z] #47 0.759 + export GOPATH=/tmp/tmp.PseJKmqGPx [2022-03-05T14:46:27.545Z] #47 0.759 + GOPATH=/tmp/tmp.PseJKmqGPx [2022-03-05T14:46:27.545Z] #47 0.759 + RM_GOPATH=1 [2022-03-05T14:46:27.545Z] #47 0.759 + case "$(go env GOARCH)" in [2022-03-05T14:46:27.545Z] #47 0.760 ++ go env GOARCH [2022-03-05T14:46:27.545Z] #47 0.776 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:27.545Z] #47 0.776 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:27.545Z] #47 0.777 ++ dirname /install.sh [2022-03-05T14:46:27.545Z] #47 0.778 + dir=/ [2022-03-05T14:46:27.545Z] #47 0.778 + bin=tini [2022-03-05T14:46:27.545Z] #47 0.778 + shift [2022-03-05T14:46:27.545Z] #47 0.778 + '[' '!' -f //tini.installer ']' [2022-03-05T14:46:27.545Z] #47 0.778 + . //tini.installer [2022-03-05T14:46:27.545Z] #47 0.778 ++ : v0.19.0 [2022-03-05T14:46:27.545Z] #47 0.778 + install_tini [2022-03-05T14:46:27.545Z] #47 0.778 + echo 'Install tini version v0.19.0' [2022-03-05T14:46:27.545Z] #47 0.778 + git clone https://github.com/krallin/tini.git /tmp/tmp.PseJKmqGPx/tini [2022-03-05T14:46:27.545Z] #47 0.778 Install tini version v0.19.0 [2022-03-05T14:46:27.545Z] #47 0.779 Cloning into '/tmp/tmp.PseJKmqGPx/tini'... [2022-03-05T14:46:27.545Z] #47 1.139 + cd /tmp/tmp.PseJKmqGPx/tini [2022-03-05T14:46:27.545Z] #47 1.139 + git checkout -q v0.19.0 [2022-03-05T14:46:27.545Z] #47 1.149 + cmake . [2022-03-05T14:46:27.545Z] #47 1.394 -- The C compiler identification is GNU 10.2.1 [2022-03-05T14:46:27.545Z] #47 1.434 -- Detecting C compiler ABI info [2022-03-05T14:46:27.545Z] #47 1.654 -- Detecting C compiler ABI info - done [2022-03-05T14:46:27.545Z] #47 1.693 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-05T14:46:27.545Z] #47 1.699 -- Detecting C compile features [2022-03-05T14:46:27.545Z] #47 1.700 -- Detecting C compile features - done [2022-03-05T14:46:27.545Z] #47 1.713 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-05T14:46:27.545Z] #47 1.814 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-05T14:46:27.545Z] #47 1.847 -- Configuring done [2022-03-05T14:46:27.545Z] #47 1.852 -- Generating done [2022-03-05T14:46:27.545Z] #47 1.859 -- Build files have been written to: /tmp/tmp.PseJKmqGPx/tini [2022-03-05T14:46:27.545Z] #47 1.864 + make tini-static [2022-03-05T14:46:27.545Z] #47 2.020 Scanning dependencies of target tini-static [2022-03-05T14:46:27.545Z] #47 2.078 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-05T14:46:27.545Z] #47 2.475 [100%] Linking C executable tini-static [2022-03-05T14:46:27.545Z] #47 2.746 [100%] Built target tini-static [2022-03-05T14:46:27.545Z] #47 2.776 + mkdir -p /build [2022-03-05T14:46:27.545Z] #47 2.778 + cp tini-static /build/docker-init [2022-03-05T14:46:27.545Z] #47 DONE 3.1s [2022-03-05T14:46:27.545Z] [2022-03-05T14:46:27.545Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:46:27.545Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:46:27.545Z] #67 0.874 + RM_GOPATH=0 [2022-03-05T14:46:27.545Z] #67 0.875 + TMP_GOPATH= [2022-03-05T14:46:27.545Z] #67 0.875 + : /build [2022-03-05T14:46:27.545Z] #67 0.876 + '[' -z '' ']' [2022-03-05T14:46:27.545Z] #67 0.876 ++ mktemp -d [2022-03-05T14:46:27.545Z] #67 0.880 + export GOPATH=/tmp/tmp.kH5jtzKqtb [2022-03-05T14:46:27.545Z] #67 0.880 + GOPATH=/tmp/tmp.kH5jtzKqtb [2022-03-05T14:46:27.545Z] #67 0.881 + RM_GOPATH=1 [2022-03-05T14:46:27.545Z] #67 0.881 + case "$(go env GOARCH)" in [2022-03-05T14:46:27.545Z] #67 0.882 ++ go env GOARCH [2022-03-05T14:46:27.545Z] #67 0.892 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:27.545Z] #67 0.892 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:27.545Z] #67 0.893 ++ dirname /install.sh [2022-03-05T14:46:27.545Z] #67 0.894 + dir=/ [2022-03-05T14:46:27.545Z] #67 0.897 + bin=containerd [2022-03-05T14:46:27.545Z] #67 0.897 + shift [2022-03-05T14:46:27.545Z] #67 0.897 + '[' '!' -f //containerd.installer ']' [2022-03-05T14:46:27.545Z] #67 0.898 + . //containerd.installer [2022-03-05T14:46:27.545Z] #67 0.898 ++ set -e [2022-03-05T14:46:27.545Z] #67 0.898 ++ : v1.5.10 [2022-03-05T14:46:27.545Z] #67 0.901 + install_containerd [2022-03-05T14:46:27.545Z] #67 0.901 + echo 'Install containerd version v1.5.10' [2022-03-05T14:46:27.545Z] #67 0.902 Install containerd version v1.5.10 [2022-03-05T14:46:27.545Z] #67 0.902 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kH5jtzKqtb/src/github.com/containerd/containerd [2022-03-05T14:46:27.545Z] #67 0.907 Cloning into '/tmp/tmp.kH5jtzKqtb/src/github.com/containerd/containerd'... [2022-03-05T14:46:27.545Z] #67 ... [2022-03-05T14:46:27.545Z] [2022-03-05T14:46:27.545Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:27.545Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:27.545Z] #20 54.10 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-05T14:46:27.545Z] #20 54.10 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:27.545Z] #20 54.11 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:46:27.545Z] #20 54.20 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-05T14:46:27.545Z] #20 54.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:27.545Z] #20 54.21 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:28.266Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T14:46:28.266Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-bfa2694a\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T14:46:28.266Z] ---------------------------------------------------------------------------- [2022-03-05T14:46:28.266Z] [2022-03-05T14:46:28.266Z] INFO: executeCI.ps1 starting at Sat Mar 5 14:46:27 CUT 2022 [2022-03-05T14:46:28.266Z] [2022-03-05T14:46:28.266Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T14:46:28.266Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T14:46:28.266Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-05T14:46:28.266Z] INFO: Environment variables: [2022-03-05T14:46:28.266Z] [2022-03-05T14:46:28.266Z] Name Value [2022-03-05T14:46:28.266Z] ---- ----- [2022-03-05T14:46:28.266Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T14:46:28.266Z] amd64 true [2022-03-05T14:46:28.266Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T14:46:28.266Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T14:46:28.266Z] arm64 true [2022-03-05T14:46:28.266Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T14:46:28.266Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T14:46:28.266Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T14:46:28.266Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T14:46:28.266Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T14:46:28.266Z] BRANCH_NAME PR-43300 [2022-03-05T14:46:28.266Z] BUILD_DISPLAY_NAME #8 [2022-03-05T14:46:28.266Z] BUILD_ID 8 [2022-03-05T14:46:28.266Z] BUILD_NUMBER 8 [2022-03-05T14:46:28.267Z] BUILD_TAG jenkins-moby-PR-43300-8 [2022-03-05T14:46:28.267Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/ [2022-03-05T14:46:28.267Z] cgroup2 true [2022-03-05T14:46:28.267Z] CHANGE_AUTHOR thaJeztah [2022-03-05T14:46:28.267Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T14:46:28.267Z] CHANGE_BRANCH api_update_imageinspect_docs [2022-03-05T14:46:28.267Z] CHANGE_FORK thaJeztah/docker [2022-03-05T14:46:28.267Z] CHANGE_ID 43300 [2022-03-05T14:46:28.267Z] CHANGE_TARGET master [2022-03-05T14:46:28.267Z] CHANGE_TITLE API: improve swagger and go-doc for ImageInspect structs [2022-03-05T14:46:28.267Z] CHANGE_URL https://github.com/moby/moby/pull/43300 [2022-03-05T14:46:28.267Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:46:28.267Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T14:46:28.267Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T14:46:28.267Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T14:46:28.267Z] COMPUTERNAME azwin-2-f8ea61 [2022-03-05T14:46:28.267Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T14:46:28.267Z] ConfigSequenceNumber 0 [2022-03-05T14:46:28.267Z] dco true [2022-03-05T14:46:28.267Z] DOCKER_BUILDKIT 0 [2022-03-05T14:46:28.267Z] DOCKER_DUT_DEBUG 1 [2022-03-05T14:46:28.267Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T14:46:28.267Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T14:46:28.267Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T14:46:28.267Z] EXECUTOR_NUMBER 0 [2022-03-05T14:46:28.267Z] FQDN azwin-2-f8ea61.westus.cloudapp.azure.com [2022-03-05T14:46:28.267Z] GIT_BRANCH PR-43300 [2022-03-05T14:46:28.267Z] GIT_COMMIT 6ae33484aaf693d2c6093d69b6ab172ba733ddf9 [2022-03-05T14:46:28.267Z] GIT_PREVIOUS_COMMIT 744e39ab17e2861ae9a0885e808f17c6914f288b [2022-03-05T14:46:28.267Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c7025c3435fcda4da368d7f73515bc7bf4734147 [2022-03-05T14:46:28.267Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T14:46:28.267Z] HUDSON_COOKIE 5cf8be1d-8603-43b6-af06-e69cc6b9b62e [2022-03-05T14:46:28.267Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:46:28.267Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T14:46:28.267Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T14:46:28.267Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T14:46:28.267Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:46:28.267Z] JENKINS_NODE_COOKIE 16b80679-d3c5-4968-aae8-617125d07be4 [2022-03-05T14:46:28.267Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T14:46:28.267Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T14:46:28.267Z] JOB_BASE_NAME PR-43300 [2022-03-05T14:46:28.267Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/display/redirect [2022-03-05T14:46:28.267Z] JOB_NAME moby/PR-43300 [2022-03-05T14:46:28.267Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/ [2022-03-05T14:46:28.267Z] library.jps.version master [2022-03-05T14:46:28.267Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T14:46:28.267Z] NODE_LABELS amd64 azure azwin-2-f8ea61 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-05T14:46:28.267Z] NODE_NAME azwin-2-f8ea61 [2022-03-05T14:46:28.267Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T14:46:28.267Z] OS Windows_NT [2022-03-05T14:46:28.267Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T14:46:28.267Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T14:46:28.267Z] ppc64le false [2022-03-05T14:46:28.267Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T14:46:28.267Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T14:46:28.267Z] PROCESSOR_LEVEL 6 [2022-03-05T14:46:28.267Z] PROCESSOR_REVISION 4f01 [2022-03-05T14:46:28.267Z] ProgramData C:\ProgramData [2022-03-05T14:46:28.267Z] ProgramFiles C:\Program Files [2022-03-05T14:46:28.267Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T14:46:28.267Z] ProgramW6432 C:\Program Files [2022-03-05T14:46:28.267Z] PROMPT $P$G [2022-03-05T14:46:28.267Z] PSExecutionPolicyPreference Bypass [2022-03-05T14:46:28.267Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T14:46:28.267Z] PUBLIC C:\Users\Public [2022-03-05T14:46:28.267Z] rootless true [2022-03-05T14:46:28.267Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=artif... [2022-03-05T14:46:28.267Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=changes [2022-03-05T14:46:28.267Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect [2022-03-05T14:46:28.267Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=tests [2022-03-05T14:46:28.267Z] s390x false [2022-03-05T14:46:28.267Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T14:46:28.267Z] SOURCES_DRIVE d [2022-03-05T14:46:28.267Z] SOURCES_SUBDIR gopath [2022-03-05T14:46:28.267Z] STAGE_NAME Run tests [2022-03-05T14:46:28.267Z] SystemDrive C: [2022-03-05T14:46:28.267Z] SystemRoot C:\Windows [2022-03-05T14:46:28.267Z] TEMP C:\Windows\TEMP [2022-03-05T14:46:28.267Z] TESTDEBUG 0 [2022-03-05T14:46:28.267Z] TESTRUN_DRIVE d [2022-03-05T14:46:28.267Z] TESTRUN_SUBDIR CI [2022-03-05T14:46:28.267Z] TIMEOUT 120m [2022-03-05T14:46:28.267Z] TMP C:\Windows\TEMP [2022-03-05T14:46:28.267Z] unit_validate true [2022-03-05T14:46:28.267Z] USERDOMAIN WORKGROUP [2022-03-05T14:46:28.267Z] USERNAME azwin-2-f8ea61$ [2022-03-05T14:46:28.267Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T14:46:28.267Z] validate_force false [2022-03-05T14:46:28.267Z] windir C:\Windows [2022-03-05T14:46:28.267Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T14:46:28.267Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-05T14:46:28.267Z] windows2022 true [2022-03-05T14:46:28.267Z] windows2022containerd true [2022-03-05T14:46:28.267Z] windowsRS5 true [2022-03-05T14:46:28.267Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T14:46:28.267Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T14:46:28.267Z] [2022-03-05T14:46:28.267Z] [2022-03-05T14:46:28.267Z] [2022-03-05T14:46:28.964Z] #20 DONE 1.7s [2022-03-05T14:46:28.964Z] [2022-03-05T14:46:28.964Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:28.964Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:46:28.964Z] #56 10.37 + cd /tmp/tmp.QXcHRnunck/src/github.com/opencontainers/runc [2022-03-05T14:46:28.964Z] #56 10.37 + git checkout -q v1.1.0 [2022-03-05T14:46:28.964Z] #56 10.69 + '[' -z '' ']' [2022-03-05T14:46:28.964Z] #56 10.69 + target=static [2022-03-05T14:46:28.964Z] #56 10.69 + make BUILDTAGS=seccomp static [2022-03-05T14:46:28.964Z] #56 10.81 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T14:46:29.604Z] #60 ... [2022-03-05T14:46:29.604Z] [2022-03-05T14:46:29.604Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:29.604Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:29.604Z] #14 106.9 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T14:46:29.604Z] #14 106.9 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:29.604Z] #14 106.9 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:29.604Z] #14 112.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T14:46:29.604Z] #14 112.2 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:29.604Z] #14 112.2 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:29.604Z] #14 117.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T14:46:29.604Z] #14 117.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:29.604Z] #14 117.2 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:29.831Z] INFO: Sources under d:\gopath\... [2022-03-05T14:46:29.831Z] INFO: Test run under d:\CI\... [2022-03-05T14:46:29.831Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T14:46:29.831Z] INFO: docker/docker repository was found [2022-03-05T14:46:30.102Z] #20 56.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-05T14:46:30.102Z] #20 56.72 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:30.102Z] #20 56.73 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:27.643Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:46:27.693Z] > git checkout -f 06df530b6d63203684e5b350545d2a87a5fafef9 # timeout=10 [2022-03-05T14:46:30.299Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-05T14:46:30.767Z] ltsc2022: Pulling from windows/servercore [2022-03-05T14:46:31.241Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T14:46:31.241Z] 898469748ff6: Pulling fs layer [2022-03-05T14:46:31.601Z] #60 ... [2022-03-05T14:46:31.601Z] [2022-03-05T14:46:31.601Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:31.601Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:31.601Z] #14 106.4 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T14:46:31.601Z] #14 106.4 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:31.601Z] #14 106.5 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:31.601Z] #14 111.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T14:46:31.601Z] #14 111.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:31.601Z] #14 111.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:31.601Z] #14 116.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T14:46:31.601Z] #14 116.9 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:31.601Z] #14 116.9 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:31.795Z] Merge succeeded, producing 97c111b80f5575c6cbd6e805e4abbd1849b24d88 [2022-03-05T14:46:31.795Z] Checking out Revision 97c111b80f5575c6cbd6e805e4abbd1849b24d88 (PR-43300) [2022-03-05T14:46:32.069Z] #23 8.311 Collecting yamllint==1.26.1 [2022-03-05T14:46:32.069Z] #23 9.355 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T14:46:32.325Z] #23 10.35 Collecting pathspec>=0.5.3 [2022-03-05T14:46:32.325Z] #23 10.37 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T14:46:32.582Z] #23 10.65 Collecting pyyaml [2022-03-05T14:46:32.841Z] #23 10.66 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-05T14:46:32.841Z] #23 10.71 Building wheels for collected packages: yamllint [2022-03-05T14:46:32.841Z] #23 10.71 Building wheel for yamllint (setup.py): started [2022-03-05T14:46:33.148Z] #56 ... [2022-03-05T14:46:33.148Z] [2022-03-05T14:46:33.148Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:46:33.148Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:46:33.148Z] #34 DONE 116.1s [2022-03-05T14:46:33.148Z] [2022-03-05T14:46:33.148Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:46:33.148Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T14:46:33.148Z] #21 1.808 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:46:33.148Z] #21 1.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:46:33.148Z] #21 1.991 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:46:33.148Z] #21 2.247 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:46:33.148Z] #21 2.883 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:46:33.148Z] #21 3.675 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:46:33.372Z] #20 ... [2022-03-05T14:46:33.373Z] [2022-03-05T14:46:33.373Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:46:33.373Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:46:33.373Z] #67 13.58 + cd /tmp/tmp.kH5jtzKqtb/src/github.com/containerd/containerd [2022-03-05T14:46:33.373Z] #67 13.58 + git checkout -q v1.5.10 [2022-03-05T14:46:30.869Z] > git remote # timeout=10 [2022-03-05T14:46:30.946Z] > git config --get remote.origin.url # timeout=10 [2022-03-05T14:46:30.995Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-05T14:46:30.997Z] > git merge df664877e3fa194a8fd888bf3590aa1621145fc9 # timeout=10 [2022-03-05T14:46:31.711Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-05T14:46:31.830Z] > git config core.sparsecheckout # timeout=10 [2022-03-05T14:46:31.876Z] > git checkout -f 97c111b80f5575c6cbd6e805e4abbd1849b24d88 # timeout=10 [2022-03-05T14:46:33.773Z] #23 11.53 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T14:46:33.773Z] #23 11.53 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c0218187993fdd6b8b92f9ec5859215c37c1f1c19eee9420d1ed750620950855 [2022-03-05T14:46:33.773Z] #23 11.53 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T14:46:33.773Z] #23 11.54 Successfully built yamllint [2022-03-05T14:46:33.773Z] #23 11.55 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T14:46:33.824Z] #14 ... [2022-03-05T14:46:33.824Z] [2022-03-05T14:46:33.824Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:33.824Z] #63 sha256:fc2521a7955e7ba041181bc89fc50fd502adefabb4665bb1dfab93506deb10d2 [2022-03-05T14:46:33.824Z] #63 121.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:46:33.824Z] #63 121.9 + GOBIN=/build [2022-03-05T14:46:33.824Z] #63 121.9 + GO111MODULE=on [2022-03-05T14:46:33.824Z] #63 121.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T14:46:34.031Z] #23 11.91 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T14:46:34.306Z] #67 14.50 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-05T14:46:34.306Z] #67 14.50 + BUILDTAGS='netgo osusergo static_build' [2022-03-05T14:46:34.306Z] #67 14.50 + export EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:34.306Z] #67 14.50 + EXTRA_FLAGS=-buildmode=pie [2022-03-05T14:46:34.306Z] #67 14.50 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-05T14:46:34.306Z] #67 14.50 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-05T14:46:34.306Z] #67 14.50 + '[' '' = dynamic ']' [2022-03-05T14:46:34.306Z] #67 14.50 + make [2022-03-05T14:46:34.564Z] #67 15.08 + bin/ctr [2022-03-05T14:46:34.598Z] #23 DONE 12.3s [2022-03-05T14:46:34.598Z] [2022-03-05T14:46:34.598Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:46:34.598Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:46:35.681Z] #21 7.186 Fetched 8505 kB in 6s (1479 kB/s) [2022-03-05T14:46:36.014Z] Client: [2022-03-05T14:46:36.014Z] Context: default [2022-03-05T14:46:36.014Z] Debug Mode: false [2022-03-05T14:46:36.014Z] Plugins: [2022-03-05T14:46:36.014Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-05T14:46:36.014Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-05T14:46:36.014Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-05T14:46:36.014Z] [2022-03-05T14:46:36.014Z] Server: [2022-03-05T14:46:36.014Z] Containers: 0 [2022-03-05T14:46:36.014Z] Running: 0 [2022-03-05T14:46:36.014Z] Paused: 0 [2022-03-05T14:46:36.014Z] Stopped: 0 [2022-03-05T14:46:36.014Z] Images: 0 [2022-03-05T14:46:36.014Z] Server Version: 20.10.9 [2022-03-05T14:46:36.014Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:46:36.014Z] Windows: [2022-03-05T14:46:36.014Z] LCOW: [2022-03-05T14:46:36.014Z] Logging Driver: json-file [2022-03-05T14:46:36.014Z] Plugins: [2022-03-05T14:46:36.014Z] Volume: local [2022-03-05T14:46:36.014Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:46:36.014Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:46:36.014Z] Swarm: inactive [2022-03-05T14:46:36.014Z] Default Isolation: process [2022-03-05T14:46:36.014Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T14:46:36.014Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T14:46:36.014Z] OSType: windows [2022-03-05T14:46:36.014Z] Architecture: x86_64 [2022-03-05T14:46:36.014Z] CPUs: 4 [2022-03-05T14:46:36.014Z] Total Memory: 32GiB [2022-03-05T14:46:36.014Z] Name: azwin-2-d94b30 [2022-03-05T14:46:36.014Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-05T14:46:36.014Z] Docker Root Dir: D:\docker [2022-03-05T14:46:36.014Z] Debug Mode: false [2022-03-05T14:46:36.014Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:46:36.014Z] Labels: [2022-03-05T14:46:36.014Z] Experimental: true [2022-03-05T14:46:36.014Z] Insecure Registries: [2022-03-05T14:46:36.014Z] 10.0.0.4:5000 [2022-03-05T14:46:36.014Z] 127.0.0.0/8 [2022-03-05T14:46:36.014Z] Registry Mirrors: [2022-03-05T14:46:36.014Z] http://10.0.0.4:5000/ [2022-03-05T14:46:36.014Z] Live Restore Enabled: false [2022-03-05T14:46:36.014Z] Product License: Community Engine [2022-03-05T14:46:36.014Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T14:46:36.496Z] #60 ... [2022-03-05T14:46:36.496Z] [2022-03-05T14:46:36.496Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:46:36.496Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-05T14:46:36.496Z] #43 147.3 + dpkg --print-architecture [2022-03-05T14:46:36.878Z] #14 ... [2022-03-05T14:46:36.878Z] [2022-03-05T14:46:36.878Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:36.878Z] #63 sha256:801f53e30b8d5be719b8036eabe88015e86bb2da0531a1d7222010e1d939986f [2022-03-05T14:46:36.878Z] #63 122.8 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-05T14:46:36.878Z] #63 122.8 + GOBIN=/build [2022-03-05T14:46:36.878Z] #63 122.8 + GO111MODULE=on [2022-03-05T14:46:36.878Z] #63 122.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-05T14:46:37.424Z] #43 DONE 147.9s [2022-03-05T14:46:37.424Z] [2022-03-05T14:46:37.424Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:46:37.424Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:46:38.211Z] #21 7.186 Reading package lists... [2022-03-05T14:46:39.173Z] #63 126.7 rootlesskit version 0.14.6 [2022-03-05T14:46:39.174Z] #63 126.7 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T14:46:39.174Z] #63 126.7 -container-ip string [2022-03-05T14:46:39.174Z] #63 126.7 container ip [2022-03-05T14:46:39.174Z] #63 126.7 -container-port int [2022-03-05T14:46:39.174Z] #63 126.7 container port (default -1) [2022-03-05T14:46:39.174Z] #63 126.7 -host-ip string [2022-03-05T14:46:39.174Z] #63 126.7 host ip [2022-03-05T14:46:39.174Z] #63 126.7 -host-port int [2022-03-05T14:46:39.174Z] #63 126.7 host port (default -1) [2022-03-05T14:46:39.174Z] #63 126.7 -proto string [2022-03-05T14:46:39.174Z] #63 126.7 proxy protocol (default "tcp") [2022-03-05T14:46:39.436Z] #63 ... [2022-03-05T14:46:39.436Z] [2022-03-05T14:46:39.436Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:39.436Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:39.436Z] #14 127.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T14:46:39.698Z] #14 127.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:39.698Z] #14 127.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:40.106Z] #21 9.256 Reading package lists... [2022-03-05T14:46:40.364Z] #21 11.27 Building dependency tree... [2022-03-05T14:46:40.929Z] #21 12.34 The following additional packages will be installed: [2022-03-05T14:46:41.069Z] #63 127.6 rootlesskit version 0.14.6 [2022-03-05T14:46:41.069Z] #63 127.6 Usage of /build/rootlesskit-docker-proxy: [2022-03-05T14:46:41.069Z] #63 127.6 -container-ip string [2022-03-05T14:46:41.069Z] #63 127.6 container ip [2022-03-05T14:46:41.069Z] #63 127.6 -container-port int [2022-03-05T14:46:41.069Z] #63 127.6 container port (default -1) [2022-03-05T14:46:41.069Z] #63 127.6 -host-ip string [2022-03-05T14:46:41.069Z] #63 127.6 host ip [2022-03-05T14:46:41.069Z] #63 127.6 -host-port int [2022-03-05T14:46:41.069Z] #63 127.6 host port (default -1) [2022-03-05T14:46:41.069Z] #63 127.6 -proto string [2022-03-05T14:46:41.069Z] #63 127.6 proxy protocol (default "tcp") [2022-03-05T14:46:41.111Z] #67 ... [2022-03-05T14:46:41.111Z] [2022-03-05T14:46:41.111Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:41.111Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-05T14:46:41.111Z] #20 60.47 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-05T14:46:41.111Z] #20 60.47 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:41.111Z] #20 60.47 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:41.111Z] #20 62.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-05T14:46:41.111Z] #20 62.03 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:41.111Z] #20 62.03 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:41.111Z] #20 63.72 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-05T14:46:41.111Z] #20 63.73 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:41.111Z] #20 63.73 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:41.111Z] #20 67.63 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T14:46:41.111Z] #20 67.63 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:41.111Z] #20 67.64 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:41.186Z] #21 12.34 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:46:41.186Z] #21 12.34 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T14:46:41.186Z] #21 12.35 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T14:46:41.186Z] #21 12.35 python3-pkg-resources vim-runtime xxd [2022-03-05T14:46:41.186Z] #21 12.35 Suggested packages: [2022-03-05T14:46:41.186Z] #21 12.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T14:46:41.186Z] #21 12.35 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T14:46:41.186Z] #21 12.35 acl attr quota [2022-03-05T14:46:41.186Z] #21 12.35 Recommended packages: [2022-03-05T14:46:41.186Z] #21 12.36 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T14:46:42.119Z] #21 13.45 The following NEW packages will be installed: [2022-03-05T14:46:42.119Z] #21 13.46 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T14:46:42.119Z] #21 13.46 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:46:42.119Z] #21 13.46 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T14:46:42.119Z] #21 13.46 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T14:46:42.119Z] #21 13.46 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T14:46:42.119Z] #21 13.46 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T14:46:42.119Z] #21 13.46 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T14:46:42.119Z] #21 13.46 xz-utils zip zstd [2022-03-05T14:46:42.247Z] #14 ... [2022-03-05T14:46:42.248Z] [2022-03-05T14:46:42.248Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-05T14:46:42.248Z] #63 sha256:fc2521a7955e7ba041181bc89fc50fd502adefabb4665bb1dfab93506deb10d2 [2022-03-05T14:46:42.248Z] #63 DONE 130.0s [2022-03-05T14:46:42.248Z] [2022-03-05T14:46:42.248Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T14:46:42.248Z] #64 sha256:e7f9d777ac879d004d3bec4f198ab1b81dd3ae5277d2dee458654cd24dfdf61d [2022-03-05T14:46:42.248Z] #64 DONE 0.1s [2022-03-05T14:46:42.248Z] [2022-03-05T14:46:42.248Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T14:46:42.248Z] #65 sha256:63a898eb4dbf7a3c87569d387f39d3fce49eb0c3cb3bfa491a72a06fb7bfef97 [2022-03-05T14:46:42.248Z] #65 DONE 0.1s [2022-03-05T14:46:42.248Z] [2022-03-05T14:46:42.248Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:46:42.248Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:46:42.377Z] #21 13.76 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:46:42.377Z] #21 13.76 Need to get 27.6 MB of archives. [2022-03-05T14:46:42.377Z] #21 13.76 After this operation, 106 MB of additional disk space will be used. [2022-03-05T14:46:42.377Z] #21 13.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T14:46:42.377Z] #21 13.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T14:46:42.377Z] #21 13.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T14:46:42.377Z] #21 13.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T14:46:42.377Z] #21 13.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T14:46:42.377Z] #21 13.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T14:46:42.377Z] #21 13.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T14:46:42.377Z] #21 13.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T14:46:42.377Z] #21 13.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:46:42.377Z] #21 13.81 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:46:42.377Z] #21 13.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T14:46:42.377Z] #21 13.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T14:46:42.377Z] #21 13.84 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T14:46:42.377Z] #21 13.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T14:46:42.377Z] #21 13.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T14:46:42.377Z] #21 13.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T14:46:42.377Z] #21 13.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T14:46:42.377Z] #21 13.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T14:46:42.377Z] #21 13.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T14:46:42.377Z] #21 13.88 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T14:46:42.377Z] #21 13.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T14:46:42.377Z] #21 13.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:46:42.377Z] #21 13.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:46:42.377Z] #21 13.90 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:46:42.634Z] #21 13.90 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T14:46:42.634Z] #21 13.90 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T14:46:42.634Z] #21 13.90 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:46:42.847Z] Commit message: "Merge commit 'df664877e3fa194a8fd888bf3590aa1621145fc9' into HEAD" [2022-03-05T14:46:42.892Z] #21 14.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T14:46:42.892Z] #21 14.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:46:42.892Z] #21 14.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:46:42.892Z] #21 14.25 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:46:42.892Z] #21 14.25 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T14:46:42.892Z] #21 14.25 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T14:46:42.892Z] #21 14.26 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T14:46:42.892Z] #21 14.34 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T14:46:42.892Z] #21 14.34 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T14:46:42.980Z] First time build. Skipping changelog. [2022-03-05T14:46:43.002Z] #20 69.32 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T14:46:43.002Z] #20 69.32 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T14:46:43.002Z] #20 69.33 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:43.002Z] #20 69.39 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T14:46:43.002Z] #20 69.40 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T14:46:43.002Z] #20 69.40 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:43.002Z] #20 69.46 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T14:46:43.002Z] #20 69.47 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T14:46:43.002Z] #20 69.47 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:43.002Z] #20 69.53 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:46:43.002Z] #20 69.54 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:46:43.002Z] #20 69.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:43.002Z] #20 69.62 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:46:43.002Z] #20 69.64 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:46:43.002Z] #20 69.64 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:43.150Z] #21 14.34 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:46:43.150Z] #21 14.34 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T14:46:43.150Z] #21 14.35 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T14:46:43.150Z] #21 14.37 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T14:46:43.150Z] #21 14.38 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T14:46:43.150Z] #21 14.40 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T14:46:43.150Z] #21 14.41 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T14:46:43.150Z] #21 14.41 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T14:46:43.259Z] #20 69.74 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T14:46:43.259Z] #20 69.75 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:43.259Z] #20 69.75 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:43.259Z] #20 69.79 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T14:46:43.259Z] #20 69.80 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:43.259Z] #20 69.80 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:43.259Z] #20 69.88 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T14:46:43.259Z] #20 69.88 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T14:46:43.259Z] #20 69.89 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:43.259Z] #20 70.00 Selecting previously unselected package libpcre2-16-0:amd64. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2022-03-05T14:46:43.408Z] #21 14.67 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T14:46:43.408Z] #21 14.70 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T14:46:43.408Z] #21 14.72 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T14:46:43.408Z] #21 14.73 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [Pipeline] sh [2022-03-05T14:46:43.515Z] #20 70.01 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T14:46:43.515Z] #20 70.02 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:43.515Z] #20 70.10 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T14:46:43.515Z] #20 70.11 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T14:46:43.515Z] #20 70.11 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:43.515Z] #20 70.20 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T14:46:43.515Z] #20 70.20 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T14:46:43.515Z] #20 70.21 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:43.750Z] 898469748ff6: Verifying Checksum [2022-03-05T14:46:43.750Z] 898469748ff6: Download complete [2022-03-05T14:46:43.772Z] #20 70.25 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T14:46:43.772Z] #20 70.26 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T14:46:43.772Z] #20 70.26 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:43.772Z] #20 70.44 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T14:46:43.772Z] #20 70.45 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T14:46:43.772Z] #20 70.45 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:43.975Z] #21 15.21 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:46:43.975Z] #21 15.32 Fetched 27.6 MB in 1s (21.7 MB/s) [2022-03-05T14:46:43.975Z] #21 15.36 Selecting previously unselected package pigz. [2022-03-05T14:46:42.883Z] > git rev-list --no-walk 744e39ab17e2861ae9a0885e808f17c6914f288b # timeout=10 [2022-03-05T14:46:44.029Z] #20 70.54 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T14:46:44.029Z] #20 70.55 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:44.029Z] #20 70.56 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:44.029Z] #20 70.60 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T14:46:44.029Z] #20 70.61 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T14:46:44.029Z] #20 70.61 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:44.029Z] #20 70.67 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T14:46:44.029Z] #20 70.68 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:44.029Z] #20 70.68 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:44.232Z] #21 15.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-05T14:46:44.232Z] #21 15.43 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T14:46:44.232Z] #21 15.43 Unpacking pigz (2.6-1) ... [2022-03-05T14:46:44.232Z] #21 15.54 Selecting previously unselected package libelf1:amd64. [2022-03-05T14:46:44.233Z] #21 15.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T14:46:44.233Z] #21 15.56 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T14:46:44.233Z] #21 15.68 Selecting previously unselected package libbpf0:amd64. [2022-03-05T14:46:44.233Z] #21 15.68 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T14:46:44.286Z] #20 70.86 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:44.286Z] #20 70.87 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:44.286Z] #20 70.89 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:44.286Z] #20 70.90 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:44.286Z] #20 70.91 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:46:44.286Z] #20 70.92 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:44.286Z] #20 70.93 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:44.286Z] #20 70.94 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:44.286Z] #20 70.95 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:44.286Z] #20 70.96 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:44.286Z] #20 70.97 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:44.286Z] #20 70.98 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:44.286Z] #20 70.99 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:44.286Z] #20 71.00 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:44.286Z] #20 71.01 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T14:46:44.286Z] #20 71.01 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:44.286Z] #20 71.02 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:46:44.286Z] #20 71.03 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:44.286Z] #20 71.04 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:44.286Z] #20 71.05 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:44.286Z] #20 71.06 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:44.491Z] #21 15.69 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:46:44.491Z] #21 15.76 Selecting previously unselected package libcap2:amd64. [2022-03-05T14:46:44.491Z] #21 15.76 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T14:46:44.491Z] #21 15.77 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:46:44.491Z] #21 15.82 Selecting previously unselected package libmnl0:amd64. [2022-03-05T14:46:44.491Z] #21 15.82 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T14:46:44.491Z] #21 15.83 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:46:44.491Z] #21 15.88 Selecting previously unselected package libxtables12:amd64. [2022-03-05T14:46:44.491Z] #21 15.88 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T14:46:44.491Z] #21 15.89 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:46:44.491Z] #21 15.95 Selecting previously unselected package libcap2-bin. [2022-03-05T14:46:44.544Z] #20 71.08 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T14:46:44.544Z] #20 71.08 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:44.544Z] #20 71.09 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-05T14:46:44.544Z] #20 71.10 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:46:44.544Z] #20 71.11 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:44.544Z] #20 71.12 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T14:46:44.544Z] #20 71.12 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:44.544Z] #20 71.14 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:44.544Z] #20 71.15 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:44.544Z] #20 71.17 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:46:44.544Z] #20 71.18 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:44.544Z] #20 71.19 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:44.544Z] #20 71.20 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:44.750Z] #21 15.96 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T14:46:44.750Z] #21 15.96 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T14:46:44.750Z] #21 16.04 Selecting previously unselected package iproute2. [2022-03-05T14:46:44.750Z] #21 16.04 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T14:46:44.750Z] #21 16.05 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T14:46:44.804Z] #43 ... [2022-03-05T14:46:44.804Z] [2022-03-05T14:46:44.804Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-05T14:46:44.804Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:44.804Z] #14 132.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T14:46:44.804Z] #14 132.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T14:46:44.804Z] #14 133.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:44.804Z] #14 133.2 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T14:46:45.068Z] #14 133.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T14:46:45.068Z] #14 133.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:45.068Z] #14 133.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T14:46:45.068Z] #14 133.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T14:46:45.068Z] #14 133.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:45.068Z] #14 133.5 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:46:45.318Z] #21 16.49 Selecting previously unselected package xxd. [2022-03-05T14:46:45.318Z] #21 16.49 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:46:45.318Z] #21 16.49 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:45.318Z] #21 16.59 Selecting previously unselected package vim-common. [2022-03-05T14:46:45.318Z] #21 16.60 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:46:45.318Z] #21 16.61 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:45.331Z] #14 133.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:46:45.331Z] #14 133.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:45.331Z] #14 133.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:46:45.331Z] #14 133.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:46:45.331Z] #14 133.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:45.345Z] #63 DONE 131.2s [2022-03-05T14:46:45.345Z] [2022-03-05T14:46:45.345Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-05T14:46:45.345Z] #64 sha256:7cd6e34cda33e624e99c4237f255c3045572ed80794b414c5d7906d34361850d [2022-03-05T14:46:45.345Z] #64 DONE 0.2s [2022-03-05T14:46:45.345Z] [2022-03-05T14:46: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-03-05T14:46:45.345Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:45.345Z] #14 128.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-05T14:46:45.345Z] #14 128.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-05T14:46:45.345Z] #14 128.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:45.345Z] #14 ... [2022-03-05T14:46:45.345Z] [2022-03-05T14:46:45.345Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-05T14:46:45.345Z] #65 sha256:ed45d54bde7ddb0e041e3f95bdc918323920f7ccb1bbc7eb6ba47c175da8cb59 [2022-03-05T14:46:45.345Z] #65 DONE 0.1s [2022-03-05T14:46:45.345Z] [2022-03-05T14:46: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-03-05T14:46:45.345Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-05T14:46:45.345Z] #14 132.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-05T14:46:45.345Z] #14 132.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-05T14:46:45.345Z] #14 132.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:45.345Z] #14 132.2 Selecting previously unselected package libapparmor1:amd64. [2022-03-05T14:46:45.345Z] #14 132.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-05T14:46:45.345Z] #14 132.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:45.345Z] #14 132.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-05T14:46:45.345Z] #14 132.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-05T14:46:45.345Z] #14 132.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:45.577Z] #21 16.74 Selecting previously unselected package bash-completion. [2022-03-05T14:46:45.577Z] #21 16.74 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T14:46:45.593Z] #14 133.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T14:46:45.593Z] #14 133.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:45.593Z] #14 133.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:45.593Z] #14 133.9 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T14:46:45.593Z] #14 133.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:45.593Z] #14 133.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:45.593Z] #14 134.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T14:46:45.631Z] #14 132.7 Selecting previously unselected package libbtrfs0:amd64. [2022-03-05T14:46:45.631Z] #14 132.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-05T14:46:45.631Z] #14 132.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:45.855Z] #14 134.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T14:46:45.855Z] #14 134.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:45.855Z] #14 134.2 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-05T14:46:45.855Z] #14 134.2 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T14:46:45.855Z] #14 134.2 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:45.893Z] #14 132.8 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-05T14:46:45.893Z] #14 132.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-05T14:46:45.893Z] #14 132.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:45.914Z] #20 DONE 72.4s [2022-03-05T14:46:45.914Z] [2022-03-05T14:46:45.914Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-03-05T14:46:45.914Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-05T14:46:46.077Z] + docker version [2022-03-05T14:46:46.117Z] #14 134.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T14:46:46.117Z] #14 134.4 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T14:46:46.117Z] #14 134.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:46.117Z] #14 134.5 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T14:46:46.117Z] #14 134.5 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T14:46:46.117Z] #14 134.5 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:46.165Z] #14 133.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-05T14:46:46.165Z] #14 133.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:46.165Z] #14 133.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:46.165Z] #14 133.2 Selecting previously unselected package libudev-dev:amd64. [2022-03-05T14:46:46.165Z] #14 133.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:46.165Z] #14 133.2 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:46.380Z] #14 134.6 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T14:46:46.380Z] #14 134.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T14:46:46.380Z] #14 134.6 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:46.436Z] #14 133.4 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-05T14:46:46.436Z] #14 133.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-05T14:46:46.436Z] #14 133.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:46.643Z] #14 135.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T14:46:46.643Z] #14 135.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T14:46:46.643Z] #14 135.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:46.698Z] #14 133.7 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-05T14:46:46.699Z] #14 133.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-05T14:46:46.699Z] #14 133.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:46.844Z] #21 1.090 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T14:46:46.905Z] #14 135.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T14:46:46.905Z] #14 135.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:46.905Z] #14 135.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:46.905Z] #14 135.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T14:46:46.905Z] #14 135.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T14:46:46.905Z] #14 135.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:46.953Z] #21 18.31 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T14:46:46.957Z] #14 133.9 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-05T14:46:46.957Z] #14 133.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-05T14:46:46.957Z] #14 133.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:47.101Z] #21 1.090 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-05T14:46:47.101Z] #21 1.090 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-05T14:46:47.168Z] #14 135.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T14:46:47.168Z] #14 135.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:47.168Z] #14 135.4 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:47.211Z] #21 18.66 Selecting previously unselected package bzip2. [2022-03-05T14:46:47.211Z] #21 18.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T14:46:47.211Z] #21 18.66 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T14:46:47.211Z] #21 18.72 Selecting previously unselected package xz-utils. [2022-03-05T14:46:47.215Z] #14 134.3 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-05T14:46:47.215Z] #14 134.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-05T14:46:47.215Z] #14 134.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:47.430Z] #14 135.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:47.430Z] #14 135.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:47.430Z] #14 135.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:47.430Z] #14 135.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:47.470Z] #21 18.73 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T14:46:47.470Z] #21 18.73 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T14:46:47.470Z] #21 18.92 Selecting previously unselected package apparmor. [2022-03-05T14:46:47.470Z] #21 18.92 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T14:46:47.470Z] #21 18.99 Unpacking apparmor (2.13.6-10) ... [2022-03-05T14:46:47.475Z] #14 134.4 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-05T14:46:47.475Z] #14 134.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-05T14:46:47.475Z] #14 134.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:47.692Z] #14 135.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:47.692Z] #14 135.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.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-03-05T14:46:47.692Z] #14 136.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.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-03-05T14:46:47.692Z] #14 136.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:46:47.692Z] #14 136.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T14:46:47.692Z] #14 136.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:47.692Z] #14 136.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:47.957Z] #14 136.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:47.957Z] #14 136.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:46:47.957Z] #14 136.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:47.957Z] #14 136.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:47.957Z] #14 136.2 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:48.036Z] #21 19.44 Selecting previously unselected package inetutils-ping. [2022-03-05T14:46:48.036Z] #21 19.44 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T14:46:48.036Z] #21 19.44 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T14:46:48.036Z] #21 19.54 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T14:46:48.036Z] #21 19.54 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:46:48.043Z] #14 134.9 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-05T14:46:48.043Z] #14 135.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-05T14:46:48.043Z] #14 135.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:48.043Z] #14 135.1 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-05T14:46:48.043Z] #14 135.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-05T14:46:48.043Z] #14 135.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:48.220Z] #14 DONE 136.7s [2022-03-05T14:46:48.220Z] [2022-03-05T14:46:48.220Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T14:46:48.220Z] #55 sha256:8b593fdb686c13a673acdd22c867748870613ca72af1090f6006e0d51e5d36d2 [2022-03-05T14:46:48.220Z] #55 DONE 0.1s [2022-03-05T14:46:48.220Z] [2022-03-05T14:46:48.220Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T14:46:48.220Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T14:46:48.295Z] #21 19.55 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:46:48.295Z] #21 19.63 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T14:46:48.295Z] #21 19.63 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:46:48.295Z] #21 19.63 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:46:48.302Z] #14 135.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-05T14:46:48.302Z] #14 135.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-05T14:46:48.302Z] #14 135.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:48.302Z] #14 135.3 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-05T14:46:48.302Z] #14 135.3 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-05T14:46:48.302Z] #14 135.3 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:48.552Z] #21 19.69 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T14:46:48.552Z] #21 19.70 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T14:46:48.552Z] #21 19.70 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:46:48.552Z] #21 19.76 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T14:46:48.552Z] #21 19.76 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T14:46:48.552Z] #21 19.77 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:46:48.552Z] #21 19.86 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T14:46:48.552Z] #21 19.86 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T14:46:48.552Z] #21 19.86 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:46:48.552Z] #21 19.94 Selecting previously unselected package iptables. [2022-03-05T14:46:48.552Z] #21 19.94 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-05T14:46:48.552Z] #21 19.95 Unpacking iptables (1.8.7-1) ... [2022-03-05T14:46:48.562Z] #14 135.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-05T14:46:48.821Z] #14 135.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-05T14:46:48.821Z] #14 135.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:48.821Z] #14 135.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-05T14:46:48.821Z] #14 135.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-05T14:46:48.821Z] #14 135.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-05T14:46:48.821Z] #14 135.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-05T14:46:48.821Z] #14 135.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-05T14:46:48.821Z] #14 135.9 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-05T14:46:48.821Z] #14 135.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-05T14:46:48.821Z] #14 135.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-05T14:46:48.821Z] #14 135.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-05T14:46:48.821Z] #14 135.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:48.821Z] #14 136.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-05T14:46:48.821Z] #14 136.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-05T14:46:49.081Z] #14 136.0 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-05T14:46:49.081Z] #14 136.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-05T14:46:49.081Z] #14 136.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-05T14:46:49.081Z] #14 136.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-05T14:46:49.081Z] #14 136.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.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-03-05T14:46:49.081Z] #14 136.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.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-03-05T14:46:49.081Z] #14 136.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-05T14:46:49.081Z] #14 136.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-05T14:46:49.081Z] #14 136.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-05T14:46:49.081Z] #14 136.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:49.081Z] #14 136.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-05T14:46:49.120Z] #21 20.25 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:46:49.120Z] #21 20.25 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:46:49.120Z] #21 20.26 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:46:49.120Z] #21 20.38 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:46:49.120Z] #21 20.39 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:46:49.120Z] #21 20.39 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:46:49.120Z] #21 20.51 Selecting previously unselected package jq. [2022-03-05T14:46:49.341Z] #14 136.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:49.341Z] #14 136.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-05T14:46:49.341Z] #14 136.2 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:46:49.379Z] #21 20.51 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:46:49.379Z] #21 20.52 Unpacking jq (1.6-2.1) ... [2022-03-05T14:46:49.379Z] #21 20.58 Selecting previously unselected package libaio1:amd64. [2022-03-05T14:46:49.379Z] #21 20.59 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T14:46:49.379Z] #21 20.59 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:46:49.379Z] #21 20.65 Selecting previously unselected package libgpm2:amd64. [2022-03-05T14:46:49.379Z] #21 20.65 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T14:46:49.379Z] #21 20.66 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:46:49.379Z] #21 20.71 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:46:49.379Z] #21 20.72 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:46:49.379Z] #21 20.73 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:46:49.600Z] #14 DONE 136.6s [2022-03-05T14:46:49.600Z] [2022-03-05T14:46:49.600Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T14:46:49.600Z] #55 sha256:94701925dd0cc91bdba18044b3c1c0c4ee27b19d329364fa423431b643d1fe59 [2022-03-05T14:46:49.619Z] #15 DONE 1.3s [2022-03-05T14:46:49.619Z] [2022-03-05T14:46:49.619Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:49.619Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:46:49.619Z] #56 1.204 + RM_GOPATH=0 [2022-03-05T14:46:49.619Z] #56 1.217 + TMP_GOPATH= [2022-03-05T14:46:49.619Z] #56 1.217 + : /build [2022-03-05T14:46:49.619Z] #56 1.217 + '[' -z '' ']' [2022-03-05T14:46:49.619Z] #56 1.217 ++ mktemp -d [2022-03-05T14:46:49.619Z] #56 1.218 + export GOPATH=/tmp/tmp.nlu2TffDzf [2022-03-05T14:46:49.619Z] #56 1.219 + GOPATH=/tmp/tmp.nlu2TffDzf [2022-03-05T14:46:49.619Z] #56 1.220 + RM_GOPATH=1 [2022-03-05T14:46:49.619Z] #56 1.220 + case "$(go env GOARCH)" in [2022-03-05T14:46:49.619Z] #56 1.221 ++ go env GOARCH [2022-03-05T14:46:49.619Z] #56 1.234 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:49.619Z] #56 1.235 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:49.619Z] #56 1.235 ++ dirname /install.sh [2022-03-05T14:46:49.619Z] #56 1.237 + dir=/ [2022-03-05T14:46:49.619Z] #56 1.237 + bin=runc [2022-03-05T14:46:49.619Z] #56 1.237 + shift [2022-03-05T14:46:49.620Z] #56 1.238 + '[' '!' -f //runc.installer ']' [2022-03-05T14:46:49.620Z] #56 1.238 + . //runc.installer [2022-03-05T14:46:49.620Z] #56 1.238 ++ set -e [2022-03-05T14:46:49.620Z] #56 1.238 ++ : v1.1.0 [2022-03-05T14:46:49.620Z] #56 1.239 + install_runc [2022-03-05T14:46:49.620Z] #56 1.239 + RUNC_BUILDTAGS=seccomp [2022-03-05T14:46:49.620Z] #56 1.239 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T14:46:49.620Z] #56 1.239 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T14:46:49.620Z] #56 1.245 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nlu2TffDzf/src/github.com/opencontainers/runc [2022-03-05T14:46:49.620Z] #56 1.252 Cloning into '/tmp/tmp.nlu2TffDzf/src/github.com/opencontainers/runc'... [2022-03-05T14:46:49.860Z] #55 DONE 0.2s [2022-03-05T14:46:49.860Z] [2022-03-05T14:46:49.860Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:49.860Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:46:51.014Z] #56 ... [2022-03-05T14:46:51.014Z] [2022-03-05T14:46:51.014Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T14:46:51.014Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T14:46:51.014Z] #16 DONE 1.0s [2022-03-05T14:46:51.014Z] [2022-03-05T14:46:51.014Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T14:46:51.014Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T14:46:51.237Z] #56 ... [2022-03-05T14:46:51.237Z] [2022-03-05T14:46:51.237Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T14:46:51.237Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-05T14:46:51.237Z] #15 DONE 1.5s [2022-03-05T14:46:51.237Z] [2022-03-05T14:46:51.237Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:51.237Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:46:51.237Z] #56 1.198 + RM_GOPATH=0 [2022-03-05T14:46:51.237Z] #56 1.198 + TMP_GOPATH= [2022-03-05T14:46:51.237Z] #56 1.198 + : /build [2022-03-05T14:46:51.237Z] #56 1.198 + '[' -z '' ']' [2022-03-05T14:46:51.237Z] #56 1.198 ++ mktemp -d [2022-03-05T14:46:51.237Z] #56 1.202 + export GOPATH=/tmp/tmp.IsXzeKXHVk [2022-03-05T14:46:51.237Z] #56 1.202 + GOPATH=/tmp/tmp.IsXzeKXHVk [2022-03-05T14:46:51.237Z] #56 1.202 + RM_GOPATH=1 [2022-03-05T14:46:51.237Z] #56 1.202 + case "$(go env GOARCH)" in [2022-03-05T14:46:51.237Z] #56 1.202 ++ go env GOARCH [2022-03-05T14:46:51.237Z] #56 1.224 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:51.237Z] #56 1.224 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:46:51.237Z] #56 1.225 ++ dirname /install.sh [2022-03-05T14:46:51.237Z] #56 1.226 + dir=/ [2022-03-05T14:46:51.237Z] #56 1.226 + bin=runc [2022-03-05T14:46:51.237Z] #56 1.226 + shift [2022-03-05T14:46:51.237Z] #56 1.226 + '[' '!' -f //runc.installer ']' [2022-03-05T14:46:51.237Z] #56 1.226 + . //runc.installer [2022-03-05T14:46:51.237Z] #56 1.226 ++ set -e [2022-03-05T14:46:51.237Z] #56 1.226 ++ : v1.1.0 [2022-03-05T14:46:51.237Z] #56 1.227 + install_runc [2022-03-05T14:46:51.237Z] #56 1.227 + RUNC_BUILDTAGS=seccomp [2022-03-05T14:46:51.237Z] #56 1.227 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T14:46:51.237Z] #56 1.227 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IsXzeKXHVk/src/github.com/opencontainers/runc [2022-03-05T14:46:51.237Z] #56 1.227 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T14:46:51.237Z] #56 1.228 Cloning into '/tmp/tmp.IsXzeKXHVk/src/github.com/opencontainers/runc'... [2022-03-05T14:46:51.591Z] #17 0.860 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T14:46:51.853Z] #17 DONE 1.0s [2022-03-05T14:46:51.853Z] [2022-03-05T14:46:51.853Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T14:46:51.853Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T14:46:52.175Z] #56 ... [2022-03-05T14:46:52.175Z] [2022-03-05T14:46:52.175Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T14:46:52.175Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-05T14:46:52.175Z] #16 DONE 1.1s [2022-03-05T14:46:52.434Z] [2022-03-05T14:46:52.434Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T14:46:52.434Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-05T14:46:52.609Z] #21 1.619 Reading package lists... [2022-03-05T14:46:52.658Z] #21 23.40 Selecting previously unselected package libinih1:amd64. [2022-03-05T14:46:52.658Z] #21 23.41 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.42 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T14:46:52.658Z] #21 23.47 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:46:52.658Z] #21 23.48 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:46:52.658Z] #21 23.55 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:46:52.658Z] #21 23.55 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.56 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:46:52.658Z] #21 23.63 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:46:52.658Z] #21 23.64 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.64 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:46:52.658Z] #21 23.71 Selecting previously unselected package net-tools. [2022-03-05T14:46:52.658Z] #21 23.71 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.72 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:46:52.658Z] #21 23.87 Selecting previously unselected package patch. [2022-03-05T14:46:52.658Z] #21 23.87 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-05T14:46:52.658Z] #21 23.88 Unpacking patch (2.7.6-7) ... [2022-03-05T14:46:52.658Z] #21 24.01 Selecting previously unselected package python-pip-whl. [2022-03-05T14:46:52.658Z] #21 24.02 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T14:46:52.658Z] #21 24.03 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T14:46:52.799Z] #18 DONE 1.1s [2022-03-05T14:46:52.799Z] [2022-03-05T14:46:52.799Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T14:46:52.799Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T14:46:53.132Z] Client: [2022-03-05T14:46:53.132Z] Version: 20.10.9 [2022-03-05T14:46:53.132Z] API version: 1.41 [2022-03-05T14:46:53.132Z] Go version: go1.16.8 [2022-03-05T14:46:53.132Z] Git commit: c2ea9bc [2022-03-05T14:46:53.132Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:46:53.132Z] OS/Arch: windows/amd64 [2022-03-05T14:46:53.132Z] Context: default [2022-03-05T14:46:53.132Z] Experimental: true [2022-03-05T14:46:53.132Z] [2022-03-05T14:46:53.132Z] Server: Docker Engine - Community [2022-03-05T14:46:53.132Z] Engine: [2022-03-05T14:46:53.132Z] Version: 20.10.9 [2022-03-05T14:46:53.132Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:46:53.132Z] Go version: go1.16.8 [2022-03-05T14:46:53.132Z] Git commit: 79ea9d3 [2022-03-05T14:46:53.132Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:46:53.132Z] OS/Arch: windows/amd64 [2022-03-05T14:46:53.132Z] Experimental: true [2022-03-05T14:46:53.222Z] #21 24.51 Selecting previously unselected package python3-lib2to3. [2022-03-05T14:46:53.222Z] #21 24.52 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T14:46:53.222Z] #21 24.52 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:46:53.372Z] #17 0.872 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T14:46:53.372Z] #17 DONE 1.0s [2022-03-05T14:46:53.372Z] [2022-03-05T14:46:53.372Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:46:53.372Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:46:53.372Z] #51 ... [2022-03-05T14:46:53.372Z] [2022-03-05T14:46:53.372Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T14:46:53.372Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-05T14:46:53.479Z] #21 24.63 Selecting previously unselected package python3-distutils. [2022-03-05T14:46:53.479Z] #21 24.64 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T14:46:53.479Z] #21 24.64 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T14:46:53.479Z] #21 24.75 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:46:53.479Z] #21 24.76 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:46:53.479Z] #21 24.77 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:46:53.746Z] #19 DONE 1.0s [2022-03-05T14:46:53.746Z] [2022-03-05T14:46:53.746Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:53.746Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:46:53.746Z] #56 ... [2022-03-05T14:46:53.746Z] [2022-03-05T14:46:53.746Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T14:46:53.746Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [Pipeline] sh [2022-03-05T14:46:53.771Z] #21 24.87 Selecting previously unselected package python3-setuptools. [2022-03-05T14:46:53.771Z] #21 24.87 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T14:46:53.771Z] #21 24.88 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T14:46:54.032Z] #21 25.16 Selecting previously unselected package python3-wheel. [2022-03-05T14:46:54.032Z] #21 25.17 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T14:46:54.032Z] #21 25.18 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T14:46:54.032Z] #21 25.23 Selecting previously unselected package python3-pip. [2022-03-05T14:46:54.032Z] #21 25.23 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T14:46:54.032Z] #21 25.24 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T14:46:54.290Z] #21 25.50 Selecting previously unselected package sudo. [2022-03-05T14:46:54.290Z] #21 25.50 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T14:46:54.290Z] #21 25.51 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T14:46:54.309Z] #18 DONE 1.0s [2022-03-05T14:46:54.309Z] [2022-03-05T14:46:54.309Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T14:46:54.309Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-05T14:46:54.646Z] + docker info [2022-03-05T14:46:54.646Z] Client: [2022-03-05T14:46:54.646Z] Context: default [2022-03-05T14:46:54.646Z] Debug Mode: false [2022-03-05T14:46:54.646Z] [2022-03-05T14:46:54.646Z] Server: [2022-03-05T14:46:54.646Z] Containers: 0 [2022-03-05T14:46:54.646Z] Running: 0 [2022-03-05T14:46:54.646Z] Paused: 0 [2022-03-05T14:46:54.646Z] Stopped: 0 [2022-03-05T14:46:54.646Z] Images: 0 [2022-03-05T14:46:54.646Z] Server Version: 20.10.9 [2022-03-05T14:46:54.646Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:46:54.646Z] Windows: [2022-03-05T14:46:54.646Z] LCOW: [2022-03-05T14:46:54.646Z] Logging Driver: json-file [2022-03-05T14:46:54.646Z] Plugins: [2022-03-05T14:46:54.646Z] Volume: local [2022-03-05T14:46:54.646Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:46:54.646Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:46:54.646Z] Swarm: inactive [2022-03-05T14:46:54.646Z] Default Isolation: process [2022-03-05T14:46:54.646Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:46:54.646Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:46:54.646Z] OSType: windows [2022-03-05T14:46:54.646Z] Architecture: x86_64 [2022-03-05T14:46:54.646Z] CPUs: 4 [2022-03-05T14:46:54.646Z] Total Memory: 32GiB [2022-03-05T14:46:54.646Z] Name: azwin-2-f8ea60 [2022-03-05T14:46:54.646Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T14:46:54.646Z] Docker Root Dir: D:\docker [2022-03-05T14:46:54.646Z] Debug Mode: false [2022-03-05T14:46:54.646Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:46:54.646Z] Labels: [2022-03-05T14:46:54.646Z] Experimental: true [2022-03-05T14:46:54.646Z] Insecure Registries: [2022-03-05T14:46:54.646Z] 10.0.0.4:5000 [2022-03-05T14:46:54.646Z] 127.0.0.0/8 [2022-03-05T14:46:54.646Z] Registry Mirrors: [2022-03-05T14:46:54.646Z] http://10.0.0.4:5000/ [2022-03-05T14:46:54.646Z] Live Restore Enabled: false [2022-03-05T14:46:54.646Z] Product License: Community Engine [2022-03-05T14:46:54.646Z] [2022-03-05T14:46:54.691Z] #20 DONE 1.0s [2022-03-05T14:46:54.691Z] [2022-03-05T14:46:54.691Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:46:54.691Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-05T14:46:54.863Z] #21 26.11 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T14:46:54.863Z] #21 26.11 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T14:46:54.863Z] #21 26.12 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:46:54.863Z] #21 26.31 Selecting previously unselected package uidmap. [2022-03-05T14:46:54.863Z] #21 26.32 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T14:46:55.121Z] #21 26.33 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T14:46:55.121Z] #21 26.47 Selecting previously unselected package vim-runtime. [2022-03-05T14:46:55.121Z] #21 26.47 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:46:55.121Z] #21 26.49 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T14:46:55.121Z] #21 26.51 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T14:46:55.121Z] #21 26.52 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:55.247Z] #19 DONE 0.9s [2022-03-05T14:46:55.247Z] [2022-03-05T14:46:55.247Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T14:46:55.247Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-05T14:46:56.081Z] #21 1.238 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:46:56.081Z] #21 1.262 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:46:56.081Z] #21 1.357 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:46:56.185Z] #20 DONE 1.0s [2022-03-05T14:46:56.185Z] [2022-03-05T14:46:56.185Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:46:56.185Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T14:46:56.656Z] #21 1.679 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:46:56.799Z] #21 6.319 Reading package lists... [2022-03-05T14:46:57.231Z] #21 2.511 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:46:57.569Z] #21 1.234 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:46:57.569Z] #21 1.263 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:46:57.569Z] #21 1.263 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:46:57.828Z] #21 1.701 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:46:58.171Z] #21 10.94 Building dependency tree... [2022-03-05T14:46:58.171Z] #21 12.04 Reading state information... [2022-03-05T14:46:58.397Z] #21 2.490 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:46:58.414Z] #21 29.34 Selecting previously unselected package vim. [2022-03-05T14:46:58.414Z] #21 29.34 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:46:58.414Z] #21 29.36 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:46:58.414Z] #21 29.84 Selecting previously unselected package xfsprogs. [2022-03-05T14:46:58.414Z] #21 29.84 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T14:46:58.414Z] #21 29.84 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T14:46:58.626Z] #21 3.631 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:46:58.682Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T14:46:58.682Z] 8f616e6e9eec: Download complete [2022-03-05T14:46:58.977Z] #21 30.22 Selecting previously unselected package zip. [2022-03-05T14:46:58.977Z] #21 30.23 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-05T14:46:58.977Z] #21 30.23 Unpacking zip (3.0-12) ... [2022-03-05T14:46:58.977Z] #21 30.33 Selecting previously unselected package zstd. [2022-03-05T14:46:58.977Z] #21 30.35 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T14:46:58.977Z] #21 30.36 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:46:59.104Z] #21 13.18 The following additional packages will be installed: [2022-03-05T14:46:59.104Z] #21 13.18 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-05T14:46:59.104Z] #21 13.18 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-05T14:46:59.104Z] #21 13.18 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-05T14:46:59.104Z] #21 13.18 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-05T14:46:59.104Z] #21 13.18 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-05T14:46:59.104Z] #21 13.19 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-05T14:46:59.104Z] #21 13.19 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-05T14:46:59.104Z] #21 13.20 Suggested packages: [2022-03-05T14:46:59.104Z] #21 13.20 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-05T14:46:59.104Z] #21 13.20 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-05T14:46:59.104Z] #21 13.20 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-05T14:46:59.104Z] #21 13.20 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-05T14:46:59.104Z] #21 13.20 seccomp:ppc64el seccomp:s390x [2022-03-05T14:46:59.104Z] #21 13.20 Recommended packages: [2022-03-05T14:46:59.104Z] #21 13.20 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-05T14:46:59.104Z] #21 13.20 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-05T14:46:59.104Z] #21 13.20 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-05T14:46:59.104Z] #21 13.20 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-05T14:46:59.542Z] #21 30.70 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:46:59.574Z] #21 ... [2022-03-05T14:46:59.574Z] [2022-03-05T14:46:59.574Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:46:59.574Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:46:59.574Z] #34 DONE 147.6s [2022-03-05T14:46:59.670Z] #21 13.72 The following NEW packages will be installed: [2022-03-05T14:46:59.670Z] #21 13.72 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-05T14:46:59.670Z] #21 13.72 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-05T14:46:59.670Z] #21 13.72 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-05T14:46:59.670Z] #21 13.72 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-05T14:46:59.670Z] #21 13.72 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-05T14:46:59.670Z] #21 13.72 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-05T14:46:59.670Z] #21 13.72 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-05T14:46:59.670Z] #21 13.72 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-05T14:46:59.670Z] #21 13.72 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-05T14:46:59.670Z] #21 13.72 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-05T14:46:59.670Z] #21 13.73 libseccomp2:ppc64el libseccomp2:s390x [2022-03-05T14:46:59.776Z] #21 3.486 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:46:59.836Z] [2022-03-05T14:46:59.836Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:46:59.836Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:46:59.836Z] #56 10.18 + cd /tmp/tmp.nlu2TffDzf/src/github.com/opencontainers/runc [2022-03-05T14:46:59.836Z] #56 10.18 + git checkout -q v1.1.0 [2022-03-05T14:46:59.836Z] #56 10.49 + '[' -z '' ']' [2022-03-05T14:46:59.836Z] #56 10.49 + target=static [2022-03-05T14:46:59.836Z] #56 10.49 + make BUILDTAGS=seccomp static [2022-03-05T14:46:59.836Z] #56 10.86 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T14:46:59.928Z] #21 14.09 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:46:59.928Z] #21 14.09 Need to get 15.9 MB of archives. [2022-03-05T14:46:59.928Z] #21 14.09 After this operation, 73.0 MB of additional disk space will be used. [2022-03-05T14:46:59.928Z] #21 14.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-05T14:46:59.928Z] #21 14.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-05T14:46:59.928Z] #21 14.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-05T14:46:59.928Z] #21 14.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-05T14:46:59.928Z] #21 14.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-05T14:46:59.928Z] #21 14.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-05T14:46:59.928Z] #21 14.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-05T14:46:59.928Z] #21 14.13 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-05T14:46:59.928Z] #21 14.16 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-05T14:46:59.928Z] #21 14.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-05T14:46:59.928Z] #21 14.17 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-05T14:46:59.928Z] #21 14.17 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-05T14:46:59.928Z] #21 14.17 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-05T14:46:59.928Z] #21 14.21 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-05T14:47:00.185Z] #21 14.21 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-05T14:47:00.185Z] #21 14.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-05T14:47:00.185Z] #21 14.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-05T14:47:00.185Z] #21 14.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-05T14:47:00.185Z] #21 14.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-05T14:47:00.185Z] #21 14.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-05T14:47:00.185Z] #21 14.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-05T14:47:00.185Z] #21 14.25 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-05T14:47:00.185Z] #21 14.25 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-05T14:47:00.185Z] #21 14.29 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-05T14:47:00.185Z] #21 14.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-05T14:47:00.185Z] #21 14.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-05T14:47:00.185Z] #21 14.30 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-05T14:47:00.185Z] #21 14.30 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-05T14:47:00.185Z] #21 14.32 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-05T14:47:00.185Z] #21 14.33 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-05T14:47:00.185Z] #21 14.34 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-05T14:47:00.185Z] #21 14.34 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-05T14:47:00.185Z] #21 14.34 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-05T14:47:00.185Z] #21 14.34 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-05T14:47:00.185Z] #21 14.35 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-05T14:47:00.483Z] #21 31.58 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:00.483Z] #21 31.59 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:00.483Z] #21 31.60 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:00.483Z] #21 31.62 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:47:00.483Z] #21 31.64 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:00.483Z] #21 31.65 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:00.483Z] #21 31.67 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T14:47:00.483Z] #21 31.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:00.483Z] #21 31.70 Setting up bzip2 (1.0.8-4) ... [2022-03-05T14:47:00.483Z] #21 31.71 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:00.483Z] #21 31.72 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T14:47:00.747Z] #21 14.88 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:47:01.004Z] #21 15.09 Fetched 15.9 MB in 1s (29.0 MB/s) [2022-03-05T14:47:01.004Z] #21 15.13 Selecting previously unselected package gcc-10-base:armel. [2022-03-05T14:47:01.004Z] #21 15.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 ... 38508 files and directories currently installed.) [2022-03-05T14:47:01.004Z] #21 15.17 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-05T14:47:01.004Z] #21 15.17 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-05T14:47:01.004Z] #21 15.22 Selecting previously unselected package gcc-10-base:armhf. [2022-03-05T14:47:01.004Z] #21 15.22 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-05T14:47:01.004Z] #21 15.23 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-05T14:47:01.004Z] #21 15.27 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-05T14:47:01.108Z] #21 32.28 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:01.108Z] #21 32.30 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:01.108Z] #21 32.31 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:01.108Z] #21 32.34 Setting up apparmor (2.13.6-10) ... [2022-03-05T14:47:01.262Z] #21 15.28 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-05T14:47:01.262Z] #21 15.29 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-05T14:47:01.262Z] #21 15.34 Selecting previously unselected package gcc-10-base:s390x. [2022-03-05T14:47:01.262Z] #21 15.34 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-05T14:47:01.262Z] #21 15.35 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-05T14:47:01.262Z] #21 15.39 Selecting previously unselected package gcc-10-base:arm64. [2022-03-05T14:47:01.262Z] #21 15.40 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-05T14:47:01.262Z] #21 15.40 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-05T14:47:01.262Z] #21 15.46 Selecting previously unselected package libgcc-s1:armel. [2022-03-05T14:47:01.262Z] #21 15.46 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-05T14:47:01.262Z] #21 15.46 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-05T14:47:01.519Z] #21 15.51 Selecting previously unselected package libcrypt1:armel. [2022-03-05T14:47:01.519Z] #21 15.52 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-05T14:47:01.519Z] #21 15.53 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-05T14:47:01.519Z] #21 15.60 Selecting previously unselected package libc6:armel. [2022-03-05T14:47:01.519Z] #21 15.61 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-05T14:47:01.519Z] #21 15.77 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-05T14:47:02.082Z] #21 16.23 Selecting previously unselected package libapparmor1:armel. [2022-03-05T14:47:02.083Z] #21 16.23 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-05T14:47:02.083Z] #21 16.24 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-05T14:47:02.083Z] #21 16.29 Selecting previously unselected package libapparmor-dev:armel. [2022-03-05T14:47:02.083Z] #21 16.30 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-05T14:47:02.083Z] #21 16.30 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-05T14:47:02.083Z] #21 16.37 Selecting previously unselected package libgcc-s1:arm64. [2022-03-05T14:47:02.340Z] #21 16.37 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-05T14:47:02.340Z] #21 16.38 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-05T14:47:02.340Z] #21 16.42 Selecting previously unselected package libcrypt1:arm64. [2022-03-05T14:47:02.340Z] #21 16.42 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-05T14:47:02.340Z] #21 16.43 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-05T14:47:02.340Z] #21 16.51 Selecting previously unselected package libc6:arm64. [2022-03-05T14:47:02.340Z] #21 16.52 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-05T14:47:02.597Z] #21 16.70 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-05T14:47:02.854Z] #21 17.15 Selecting previously unselected package libapparmor1:arm64. [2022-03-05T14:47:02.854Z] #21 17.16 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-05T14:47:02.854Z] #21 17.16 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T14:47:02.854Z] #21 17.23 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-05T14:47:03.063Z] #21 ... [2022-03-05T14:47:03.063Z] [2022-03-05T14:47:03.063Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-05T14:47:03.063Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-05T14:47:03.063Z] #34 DONE 149.8s [2022-03-05T14:47:03.063Z] [2022-03-05T14:47:03.063Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:03.063Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:47:03.063Z] #56 9.963 + cd /tmp/tmp.IsXzeKXHVk/src/github.com/opencontainers/runc [2022-03-05T14:47:03.063Z] #56 9.963 + git checkout -q v1.1.0 [2022-03-05T14:47:03.063Z] #56 10.39 + '[' -z '' ']' [2022-03-05T14:47:03.063Z] #56 10.39 + target=static [2022-03-05T14:47:03.063Z] #56 10.39 + make BUILDTAGS=seccomp static [2022-03-05T14:47:03.063Z] #56 10.49 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T14:47:03.111Z] #21 17.23 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-05T14:47:03.111Z] #21 17.23 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T14:47:03.111Z] #21 17.29 Selecting previously unselected package libgcc-s1:s390x. [2022-03-05T14:47:03.111Z] #21 17.29 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-05T14:47:03.111Z] #21 17.30 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-05T14:47:03.368Z] #21 17.34 Selecting previously unselected package libcrypt1:s390x. [2022-03-05T14:47:03.368Z] #21 17.35 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-05T14:47:03.368Z] #21 17.36 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-05T14:47:03.368Z] #21 17.43 Selecting previously unselected package libc6:s390x. [2022-03-05T14:47:03.368Z] #21 17.44 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-05T14:47:03.625Z] #21 17.59 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-05T14:47:03.633Z] #21 34.48 Setting up zip (3.0-12) ... [2022-03-05T14:47:03.633Z] #21 34.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:03.633Z] #21 34.51 Setting up bash-completion (1:2.11-2) ... [2022-03-05T14:47:03.882Z] #21 18.05 Selecting previously unselected package libapparmor1:s390x. [2022-03-05T14:47:03.882Z] #21 18.06 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-05T14:47:03.882Z] #21 18.06 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-05T14:47:03.882Z] #21 18.12 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-05T14:47:03.882Z] #21 18.12 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-05T14:47:03.882Z] #21 18.13 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-05T14:47:03.882Z] #21 18.20 Selecting previously unselected package libgcc-s1:armhf. [2022-03-05T14:47:04.139Z] #21 18.20 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-05T14:47:04.139Z] #21 18.21 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-05T14:47:04.139Z] #21 18.25 Selecting previously unselected package libcrypt1:armhf. [2022-03-05T14:47:04.139Z] #21 18.25 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-05T14:47:04.139Z] #21 18.26 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-05T14:47:04.139Z] #21 18.33 Selecting previously unselected package libc6:armhf. [2022-03-05T14:47:04.139Z] #21 18.35 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-05T14:47:04.396Z] #21 18.51 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-05T14:47:04.910Z] #21 18.91 Selecting previously unselected package libapparmor1:armhf. [2022-03-05T14:47:04.910Z] #21 18.93 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-05T14:47:04.910Z] #21 18.93 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-05T14:47:04.910Z] #21 18.99 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-05T14:47:04.910Z] #21 18.99 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-05T14:47:04.910Z] #21 19.00 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-05T14:47:04.910Z] #21 19.05 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-05T14:47:04.910Z] #21 19.06 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-05T14:47:04.910Z] #21 19.07 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-05T14:47:04.910Z] #21 19.11 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-05T14:47:04.910Z] #21 19.11 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-05T14:47:04.910Z] #21 19.12 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-05T14:47:04.910Z] #21 19.19 Selecting previously unselected package libc6:ppc64el. [2022-03-05T14:47:05.003Z] #21 36.30 Setting up xz-utils (5.2.5-2) ... [2022-03-05T14:47:05.003Z] #21 36.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T14:47:05.003Z] #21 36.33 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:05.003Z] #21 36.34 Setting up patch (2.7.6-7) ... [2022-03-05T14:47:05.003Z] #21 36.36 Setting up sudo (1.9.5p2-3) ... [2022-03-05T14:47:05.003Z] #21 36.43 invoke-rc.d: could not determine current runlevel [2022-03-05T14:47:05.167Z] #21 19.20 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-05T14:47:05.167Z] #21 19.35 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-05T14:47:05.261Z] #21 36.44 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:47:05.261Z] #21 36.45 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T14:47:05.261Z] #21 36.49 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:05.261Z] #21 36.50 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:05.261Z] #21 36.51 Setting up pigz (2.6-1) ... [2022-03-05T14:47:05.261Z] #21 36.54 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:05.261Z] #21 36.55 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:05.261Z] #21 36.58 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:05.261Z] #21 36.59 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:05.731Z] #21 19.87 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-05T14:47:05.731Z] #21 19.87 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-05T14:47:05.731Z] #21 19.88 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-05T14:47:05.731Z] #21 19.92 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-05T14:47:05.731Z] #21 19.93 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-05T14:47:05.731Z] #21 19.93 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-05T14:47:05.731Z] #21 20.00 Selecting previously unselected package libseccomp2:s390x. [2022-03-05T14:47:05.731Z] #21 20.00 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-05T14:47:05.731Z] #21 20.01 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-05T14:47:05.731Z] #21 20.04 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-05T14:47:05.828Z] #21 37.14 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:05.828Z] #21 37.14 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:05.989Z] #21 20.05 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-05T14:47:05.989Z] #21 20.06 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-05T14:47:05.989Z] #21 20.13 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-05T14:47:05.989Z] #21 20.13 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-05T14:47:05.989Z] #21 20.13 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T14:47:05.989Z] #21 20.17 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-05T14:47:05.989Z] #21 20.17 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-05T14:47:05.989Z] #21 20.18 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T14:47:05.989Z] #21 20.23 Selecting previously unselected package libseccomp2:armhf. [2022-03-05T14:47:05.989Z] #21 20.24 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-05T14:47:05.989Z] #21 20.24 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-05T14:47:05.989Z] #21 20.28 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-05T14:47:06.092Z] #21 37.56 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:06.247Z] #21 20.28 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-05T14:47:06.247Z] #21 20.29 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-05T14:47:06.247Z] #21 20.35 Selecting previously unselected package libseccomp2:armel. [2022-03-05T14:47:06.247Z] #21 20.35 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-05T14:47:06.247Z] #21 20.35 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-05T14:47:06.247Z] #21 20.39 Selecting previously unselected package libseccomp-dev:armel. [2022-03-05T14:47:06.247Z] #21 20.39 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-05T14:47:06.247Z] #21 20.40 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-05T14:47:06.247Z] #21 20.45 Selecting previously unselected package libseccomp2:arm64. [2022-03-05T14:47:06.247Z] #21 20.46 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T14:47:06.247Z] #21 20.46 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:47:06.247Z] #21 20.50 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-05T14:47:06.247Z] #21 20.51 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-05T14:47:06.247Z] #21 20.51 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:47:06.247Z] #21 20.62 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-05T14:47:06.350Z] #21 37.59 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:47:06.350Z] #21 37.62 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:06.351Z] #21 37.65 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T14:47:06.505Z] #21 20.63 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.64 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.65 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.66 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.67 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-05T14:47:06.505Z] #21 20.69 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-05T14:47:06.505Z] #21 20.70 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-05T14:47:06.505Z] #21 20.71 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-05T14:47:06.505Z] #21 20.72 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-05T14:47:06.505Z] #21 20.73 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.74 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.76 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.77 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.78 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-05T14:47:06.505Z] #21 20.79 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-05T14:47:06.609Z] #21 38.08 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:06.610Z] #21 38.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T14:47:06.610Z] #21 38.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T14:47:06.610Z] #21 38.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T14:47:06.610Z] #21 38.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T14:47:06.610Z] #21 38.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T14:47:06.610Z] #21 38.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T14:47:06.868Z] #21 38.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T14:47:06.868Z] #21 38.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T14:47:06.868Z] #21 38.15 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:06.872Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T14:47:06.872Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-cbf882db\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T14:47:06.872Z] ---------------------------------------------------------------------------- [2022-03-05T14:47:06.872Z] [2022-03-05T14:47:06.872Z] INFO: executeCI.ps1 starting at Sat Mar 5 14:47:03 CUT 2022 [2022-03-05T14:47:06.872Z] [2022-03-05T14:47:06.872Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T14:47:06.872Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T14:47:06.872Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-05T14:47:06.872Z] INFO: Environment variables: [2022-03-05T14:47:06.872Z] [2022-03-05T14:47:06.872Z] Name Value [2022-03-05T14:47:06.872Z] ---- ----- [2022-03-05T14:47:06.872Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T14:47:06.872Z] amd64 true [2022-03-05T14:47:06.872Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T14:47:06.872Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T14:47:06.872Z] arm64 true [2022-03-05T14:47:06.872Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T14:47:06.872Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T14:47:06.872Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T14:47:06.872Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T14:47:06.872Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T14:47:06.872Z] BRANCH_NAME PR-43300 [2022-03-05T14:47:06.872Z] BUILD_DISPLAY_NAME #8 [2022-03-05T14:47:06.872Z] BUILD_ID 8 [2022-03-05T14:47:06.872Z] BUILD_NUMBER 8 [2022-03-05T14:47:06.872Z] BUILD_TAG jenkins-moby-PR-43300-8 [2022-03-05T14:47:06.872Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/ [2022-03-05T14:47:06.872Z] cgroup2 true [2022-03-05T14:47:06.872Z] CHANGE_AUTHOR thaJeztah [2022-03-05T14:47:06.872Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T14:47:06.872Z] CHANGE_BRANCH api_update_imageinspect_docs [2022-03-05T14:47:06.872Z] CHANGE_FORK thaJeztah/docker [2022-03-05T14:47:06.872Z] CHANGE_ID 43300 [2022-03-05T14:47:06.872Z] CHANGE_TARGET master [2022-03-05T14:47:06.872Z] CHANGE_TITLE API: improve swagger and go-doc for ImageInspect structs [2022-03-05T14:47:06.872Z] CHANGE_URL https://github.com/moby/moby/pull/43300 [2022-03-05T14:47:06.872Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:47:06.872Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T14:47:06.872Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T14:47:06.872Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T14:47:06.872Z] COMPUTERNAME azwin-2-d94b30 [2022-03-05T14:47:06.872Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T14:47:06.872Z] ConfigSequenceNumber 0 [2022-03-05T14:47:06.872Z] dco true [2022-03-05T14:47:06.872Z] DOCKER_BUILDKIT 0 [2022-03-05T14:47:06.872Z] DOCKER_DUT_DEBUG 1 [2022-03-05T14:47:06.872Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T14:47:06.872Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T14:47:06.872Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T14:47:06.872Z] EXECUTOR_NUMBER 0 [2022-03-05T14:47:06.872Z] FQDN azwin-2-d94b30.westus.cloudapp.azure.com [2022-03-05T14:47:06.872Z] GIT_BRANCH PR-43300 [2022-03-05T14:47:06.872Z] GIT_COMMIT 6ae33484aaf693d2c6093d69b6ab172ba733ddf9 [2022-03-05T14:47:06.872Z] GIT_PREVIOUS_COMMIT 744e39ab17e2861ae9a0885e808f17c6914f288b [2022-03-05T14:47:06.872Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c7025c3435fcda4da368d7f73515bc7bf4734147 [2022-03-05T14:47:06.872Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T14:47:06.872Z] HUDSON_COOKIE 14cddd3b-da79-44a8-b21e-498c59a79815 [2022-03-05T14:47:06.872Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:47:06.872Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T14:47:06.872Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T14:47:06.872Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T14:47:06.872Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:47:06.872Z] JENKINS_NODE_COOKIE b1606e32-3fff-4962-8f35-c962e173a8d3 [2022-03-05T14:47:06.872Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T14:47:06.872Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T14:47:06.872Z] JOB_BASE_NAME PR-43300 [2022-03-05T14:47:06.872Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/display/redirect [2022-03-05T14:47:06.872Z] JOB_NAME moby/PR-43300 [2022-03-05T14:47:06.872Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/ [2022-03-05T14:47:06.872Z] library.jps.version master [2022-03-05T14:47:06.872Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T14:47:06.873Z] NODE_LABELS amd64 azure azwin-2-d94b30 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-05T14:47:06.873Z] NODE_NAME azwin-2-d94b30 [2022-03-05T14:47:06.873Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T14:47:06.873Z] OS Windows_NT [2022-03-05T14:47:06.873Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T14:47:06.873Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T14:47:06.873Z] ppc64le false [2022-03-05T14:47:06.873Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T14:47:06.873Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T14:47:06.873Z] PROCESSOR_LEVEL 6 [2022-03-05T14:47:06.873Z] PROCESSOR_REVISION 4f01 [2022-03-05T14:47:06.873Z] ProgramData C:\ProgramData [2022-03-05T14:47:06.873Z] ProgramFiles C:\Program Files [2022-03-05T14:47:06.873Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T14:47:06.873Z] ProgramW6432 C:\Program Files [2022-03-05T14:47:06.873Z] PROMPT $P$G [2022-03-05T14:47:06.873Z] PSExecutionPolicyPreference Bypass [2022-03-05T14:47:06.873Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T14:47:06.873Z] PUBLIC C:\Users\Public [2022-03-05T14:47:06.873Z] rootless true [2022-03-05T14:47:06.873Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=artif... [2022-03-05T14:47:06.873Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=changes [2022-03-05T14:47:06.873Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect [2022-03-05T14:47:06.873Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=tests [2022-03-05T14:47:06.873Z] s390x false [2022-03-05T14:47:06.873Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T14:47:06.873Z] SOURCES_DRIVE d [2022-03-05T14:47:06.873Z] SOURCES_SUBDIR gopath [2022-03-05T14:47:06.873Z] STAGE_NAME Run tests [2022-03-05T14:47:06.873Z] SystemDrive C: [2022-03-05T14:47:06.873Z] SystemRoot C:\Windows [2022-03-05T14:47:06.873Z] TEMP C:\Windows\TEMP [2022-03-05T14:47:06.873Z] TESTDEBUG 0 [2022-03-05T14:47:06.873Z] TESTRUN_DRIVE d [2022-03-05T14:47:06.873Z] TESTRUN_SUBDIR CI [2022-03-05T14:47:06.873Z] TIMEOUT 120m [2022-03-05T14:47:06.873Z] TMP C:\Windows\TEMP [2022-03-05T14:47:06.873Z] unit_validate true [2022-03-05T14:47:06.873Z] USERDOMAIN WORKGROUP [2022-03-05T14:47:06.873Z] USERNAME azwin-2-d94b30$ [2022-03-05T14:47:06.873Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T14:47:06.873Z] validate_force false [2022-03-05T14:47:06.873Z] windir C:\Windows [2022-03-05T14:47:06.873Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T14:47:06.873Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-05T14:47:06.873Z] windows2022 true [2022-03-05T14:47:06.873Z] windows2022containerd true [2022-03-05T14:47:06.873Z] windowsRS5 true [2022-03-05T14:47:06.873Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T14:47:06.873Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T14:47:06.873Z] [2022-03-05T14:47:06.873Z] [2022-03-05T14:47:06.873Z] [2022-03-05T14:47:06.873Z] INFO: Sources under d:\gopath\... [2022-03-05T14:47:06.873Z] INFO: Test run under d:\CI\... [2022-03-05T14:47:06.873Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T14:47:06.873Z] INFO: docker/docker repository was found [2022-03-05T14:47:06.873Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-05T14:47:06.873Z] ltsc2019: Pulling from windows/servercore [2022-03-05T14:47:07.353Z] 4612f6d0b889: Pulling fs layer [2022-03-05T14:47:07.353Z] 1bd78008c728: Pulling fs layer [2022-03-05T14:47:07.877Z] #21 22.03 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-05T14:47:07.984Z] #56 ... [2022-03-05T14:47:07.984Z] [2022-03-05T14:47:07.984Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:47:07.984Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T14:47:07.984Z] #21 7.209 Fetched 8505 kB in 6s (1362 kB/s) [2022-03-05T14:47:07.984Z] #21 7.209 Reading package lists... [2022-03-05T14:47:07.984Z] #21 9.170 Reading package lists... [2022-03-05T14:47:07.984Z] #21 11.34 Building dependency tree... [2022-03-05T14:47:07.984Z] #21 12.45 The following additional packages will be installed: [2022-03-05T14:47:07.984Z] #21 12.45 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:47:07.984Z] #21 12.45 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T14:47:07.984Z] #21 12.45 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T14:47:07.984Z] #21 12.46 python3-pkg-resources vim-runtime xxd [2022-03-05T14:47:07.984Z] #21 12.46 Suggested packages: [2022-03-05T14:47:07.984Z] #21 12.46 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T14:47:07.984Z] #21 12.46 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T14:47:07.984Z] #21 12.46 acl attr quota [2022-03-05T14:47:07.984Z] #21 12.46 Recommended packages: [2022-03-05T14:47:07.984Z] #21 12.46 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T14:47:07.984Z] #21 13.42 The following NEW packages will be installed: [2022-03-05T14:47:08.242Z] #21 39.57 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:08.242Z] #21 39.58 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:08.242Z] #21 39.60 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:08.242Z] #21 39.61 Setting up python3-pip (20.3.4-4) ... [2022-03-05T14:47:08.246Z] #21 13.42 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T14:47:08.246Z] #21 13.42 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:47:08.246Z] #21 13.42 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T14:47:08.246Z] #21 13.43 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T14:47:08.246Z] #21 13.43 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T14:47:08.246Z] #21 13.43 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T14:47:08.246Z] #21 13.43 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T14:47:08.246Z] #21 13.43 xz-utils zip zstd [2022-03-05T14:47:08.336Z] #56 ... [2022-03-05T14:47:08.336Z] [2022-03-05T14:47:08.336Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:47:08.336Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-05T14:47:08.336Z] #21 7.218 Fetched 8505 kB in 6s (1361 kB/s) [2022-03-05T14:47:08.336Z] #21 7.218 Reading package lists... [2022-03-05T14:47:08.336Z] #21 9.565 Reading package lists... [2022-03-05T14:47:08.336Z] #21 11.63 Building dependency tree... [2022-03-05T14:47:08.510Z] #21 13.73 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:47:08.510Z] #21 13.73 Need to get 27.6 MB of archives. [2022-03-05T14:47:08.510Z] #21 13.73 After this operation, 106 MB of additional disk space will be used. [2022-03-05T14:47:08.510Z] #21 13.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T14:47:08.510Z] #21 13.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T14:47:08.510Z] #21 13.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T14:47:08.510Z] #21 13.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T14:47:08.510Z] #21 13.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T14:47:08.510Z] #21 13.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T14:47:08.510Z] #21 13.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T14:47:08.510Z] #21 13.75 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T14:47:08.510Z] #21 13.79 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:47:08.510Z] #21 13.79 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:47:08.510Z] #21 13.80 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T14:47:08.510Z] #21 13.81 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T14:47:08.510Z] #21 13.81 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T14:47:08.510Z] #21 13.82 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T14:47:08.510Z] #21 13.84 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T14:47:08.510Z] #21 13.84 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T14:47:08.510Z] #21 13.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T14:47:08.510Z] #21 13.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T14:47:08.510Z] #21 13.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T14:47:08.510Z] #21 13.85 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T14:47:08.510Z] #21 13.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T14:47:08.510Z] #21 13.87 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:47:08.510Z] #21 13.87 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:47:08.510Z] #21 13.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:47:08.510Z] #21 13.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T14:47:08.510Z] #21 13.88 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T14:47:08.510Z] #21 13.88 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:47:08.904Z] #21 12.78 The following additional packages will be installed: [2022-03-05T14:47:08.904Z] #21 12.78 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:47:08.904Z] #21 12.78 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-05T14:47:08.904Z] #21 12.78 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T14:47:08.904Z] #21 12.78 python3-pkg-resources vim-runtime xxd [2022-03-05T14:47:08.904Z] #21 12.78 Suggested packages: [2022-03-05T14:47:08.904Z] #21 12.78 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-05T14:47:08.904Z] #21 12.78 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-05T14:47:08.904Z] #21 12.78 acl attr quota [2022-03-05T14:47:08.904Z] #21 12.78 Recommended packages: [2022-03-05T14:47:08.904Z] #21 12.78 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T14:47:09.085Z] #21 14.18 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T14:47:09.085Z] #21 14.18 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:47:09.085Z] #21 14.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:47:09.085Z] #21 14.18 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:47:09.085Z] #21 14.18 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T14:47:09.085Z] #21 14.19 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T14:47:09.085Z] #21 14.19 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T14:47:09.085Z] #21 14.24 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T14:47:09.085Z] #21 14.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T14:47:09.085Z] #21 14.25 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:47:09.085Z] #21 14.27 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T14:47:09.085Z] #21 14.28 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T14:47:09.085Z] #21 14.28 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T14:47:09.085Z] #21 14.29 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T14:47:09.085Z] #21 14.32 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T14:47:09.085Z] #21 14.34 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T14:47:09.085Z] #21 14.34 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T14:47:09.249Z] #21 23.21 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-05T14:47:09.348Z] #21 14.57 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T14:47:09.348Z] #21 14.60 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T14:47:09.348Z] #21 14.62 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T14:47:09.348Z] #21 14.63 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-05T14:47:09.615Z] #21 40.69 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:09.615Z] #21 40.71 Setting up jq (1.6-2.1) ... [2022-03-05T14:47:09.615Z] #21 40.72 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:09.615Z] #21 40.73 Setting up iptables (1.8.7-1) ... [2022-03-05T14:47:09.615Z] #21 40.74 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.75 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.76 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.77 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.77 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T14:47:09.615Z] #21 40.78 Setting up iproute2 (5.10.0-4) ... [2022-03-05T14:47:09.841Z] #21 13.87 The following NEW packages will be installed: [2022-03-05T14:47:09.873Z] #21 41.14 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:47:09.923Z] #21 15.06 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:47:09.923Z] #21 15.17 Fetched 27.6 MB in 1s (22.9 MB/s) [2022-03-05T14:47:09.923Z] #21 15.23 Selecting previously unselected package pigz. [2022-03-05T14:47:09.923Z] #21 15.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-05T14:47:09.923Z] #21 15.27 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T14:47:09.923Z] #21 15.28 Unpacking pigz (2.6-1) ... [2022-03-05T14:47:09.923Z] #21 15.36 Selecting previously unselected package libelf1:amd64. [2022-03-05T14:47:09.923Z] #21 15.36 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T14:47:10.101Z] #21 13.87 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-05T14:47:10.101Z] #21 13.87 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-05T14:47:10.101Z] #21 13.87 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-05T14:47:10.101Z] #21 13.88 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-05T14:47:10.101Z] #21 13.88 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-05T14:47:10.101Z] #21 13.88 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-05T14:47:10.101Z] #21 13.88 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-05T14:47:10.101Z] #21 13.88 xz-utils zip zstd [2022-03-05T14:47:10.131Z] #21 DONE 41.5s [2022-03-05T14:47:10.131Z] [2022-03-05T14:47:10.131Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:47:10.131Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:47:10.131Z] #43 ... [2022-03-05T14:47:10.131Z] [2022-03-05T14:47:10.131Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T14:47:10.131Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T14:47:10.185Z] #21 15.37 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:10.361Z] #21 14.20 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:47:10.361Z] #21 14.20 Need to get 27.6 MB of archives. [2022-03-05T14:47:10.361Z] #21 14.20 After this operation, 106 MB of additional disk space will be used. [2022-03-05T14:47:10.361Z] #21 14.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T14:47:10.361Z] #21 14.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T14:47:10.361Z] #21 14.21 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T14:47:10.361Z] #21 14.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T14:47:10.361Z] #21 14.21 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T14:47:10.361Z] #21 14.21 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T14:47:10.361Z] #21 14.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T14:47:10.361Z] #21 14.23 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T14:47:10.361Z] #21 14.26 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:47:10.361Z] #21 14.26 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:47:10.361Z] #21 14.27 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T14:47:10.361Z] #21 14.28 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-05T14:47:10.361Z] #21 14.29 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-05T14:47:10.361Z] #21 14.29 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T14:47:10.361Z] #21 14.31 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T14:47:10.361Z] #21 14.32 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T14:47:10.361Z] #21 14.32 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T14:47:10.361Z] #21 14.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T14:47:10.361Z] #21 14.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T14:47:10.361Z] #21 14.33 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T14:47:10.361Z] #21 14.34 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T14:47:10.361Z] #21 14.34 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:47:10.361Z] #21 14.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:47:10.361Z] #21 14.36 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:47:10.361Z] #21 14.36 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T14:47:10.361Z] #21 14.36 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T14:47:10.361Z] #21 14.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-05T14:47:10.448Z] #21 15.52 Selecting previously unselected package libbpf0:amd64. [2022-03-05T14:47:10.448Z] #21 15.52 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T14:47:10.448Z] #21 15.53 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:10.448Z] #21 15.61 Selecting previously unselected package libcap2:amd64. [2022-03-05T14:47:10.448Z] #21 15.61 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:10.448Z] #21 15.62 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:10.448Z] #21 15.69 Selecting previously unselected package libmnl0:amd64. [2022-03-05T14:47:10.448Z] #21 15.69 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T14:47:10.448Z] #21 15.69 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:10.448Z] #21 15.74 Selecting previously unselected package libxtables12:amd64. [2022-03-05T14:47:10.448Z] #21 15.74 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T14:47:10.448Z] #21 15.75 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:10.448Z] #21 15.81 Selecting previously unselected package libcap2-bin. [2022-03-05T14:47:10.623Z] #21 24.45 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-05T14:47:10.710Z] #21 15.83 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:10.710Z] #21 15.83 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:10.710Z] #21 15.95 Selecting previously unselected package iproute2. [2022-03-05T14:47:10.710Z] #21 15.95 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T14:47:10.710Z] #21 15.95 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T14:47:10.931Z] #21 14.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T14:47:10.931Z] #21 14.65 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:47:10.931Z] #21 14.65 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-05T14:47:10.931Z] #21 14.65 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:47:10.931Z] #21 14.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T14:47:10.931Z] #21 14.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-05T14:47:10.931Z] #21 14.67 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T14:47:10.931Z] #21 14.73 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T14:47:10.931Z] #21 14.73 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T14:47:10.931Z] #21 14.74 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:47:10.931Z] #21 14.74 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T14:47:10.931Z] #21 14.75 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T14:47:10.931Z] #21 14.76 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T14:47:10.931Z] #21 14.77 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T14:47:10.931Z] #21 14.80 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T14:47:10.931Z] #21 14.81 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T14:47:10.931Z] #21 14.82 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T14:47:11.189Z] #21 15.05 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T14:47:11.189Z] #21 15.09 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T14:47:11.189Z] #21 15.11 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T14:47:11.189Z] #21 15.12 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-05T14:47:11.284Z] #21 16.42 Selecting previously unselected package xxd. [2022-03-05T14:47:11.284Z] #21 16.43 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:47:11.284Z] #21 16.44 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:11.285Z] #21 16.54 Selecting previously unselected package vim-common. [2022-03-05T14:47:11.285Z] #21 16.55 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:11.285Z] #21 16.56 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:11.506Z] #22 1.311 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T14:47:11.506Z] #22 1.314 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T14:47:11.506Z] #22 1.317 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T14:47:11.506Z] #22 DONE 1.4s [2022-03-05T14:47:11.506Z] [2022-03-05T14:47:11.506Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T14:47:11.506Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T14:47:11.547Z] #21 16.71 Selecting previously unselected package bash-completion. [2022-03-05T14:47:11.547Z] #21 16.71 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T14:47:11.556Z] #21 25.66 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-05T14:47:11.758Z] #21 15.54 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:47:11.758Z] #21 15.65 Fetched 27.6 MB in 1s (22.5 MB/s) [2022-03-05T14:47:11.758Z] #21 15.70 Selecting previously unselected package pigz. [2022-03-05T14:47:11.758Z] #21 15.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-05T14:47:11.758Z] #21 15.76 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T14:47:11.758Z] #21 15.77 Unpacking pigz (2.6-1) ... [2022-03-05T14:47:11.758Z] #21 15.85 Selecting previously unselected package libelf1:amd64. [2022-03-05T14:47:12.017Z] #21 15.85 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T14:47:12.017Z] #21 15.87 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:12.017Z] #21 16.01 Selecting previously unselected package libbpf0:amd64. [2022-03-05T14:47:12.017Z] #21 16.01 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T14:47:12.017Z] #21 16.02 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:12.017Z] #21 16.09 Selecting previously unselected package libcap2:amd64. [2022-03-05T14:47:12.017Z] #21 16.09 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:12.017Z] #21 16.10 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:12.276Z] #21 16.16 Selecting previously unselected package libmnl0:amd64. [2022-03-05T14:47:12.276Z] #21 16.16 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T14:47:12.276Z] #21 16.17 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:12.276Z] #21 16.22 Selecting previously unselected package libxtables12:amd64. [2022-03-05T14:47:12.276Z] #21 16.23 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T14:47:12.276Z] #21 16.23 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:12.276Z] #21 16.29 Selecting previously unselected package libcap2-bin. [2022-03-05T14:47:12.276Z] #21 16.30 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:12.276Z] #21 16.31 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:12.535Z] #21 16.40 Selecting previously unselected package iproute2. [2022-03-05T14:47:12.535Z] #21 16.40 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T14:47:12.535Z] #21 16.40 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T14:47:12.924Z] #21 26.93 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 26.94 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 26.95 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 26.97 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 26.98 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 26.99 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.00 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.01 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.02 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.03 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.04 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 27.05 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 27.06 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 27.07 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 27.08 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-05T14:47:12.924Z] #21 27.09 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.10 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.11 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.12 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.13 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-05T14:47:12.924Z] #21 27.14 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:47:12.935Z] #21 18.10 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T14:47:13.057Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-05T14:47:13.057Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-236a73a7\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-05T14:47:13.057Z] ---------------------------------------------------------------------------- [2022-03-05T14:47:13.057Z] [2022-03-05T14:47:13.057Z] INFO: executeCI.ps1 starting at Sat Mar 5 14:47:12 CUT 2022 [2022-03-05T14:47:13.057Z] [2022-03-05T14:47:13.057Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-05T14:47:13.057Z] INFO: Running git version 2.24.1.windows.2 [2022-03-05T14:47:13.057Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-05T14:47:13.057Z] INFO: Environment variables: [2022-03-05T14:47:13.057Z] [2022-03-05T14:47:13.057Z] Name Value [2022-03-05T14:47:13.057Z] ---- ----- [2022-03-05T14:47:13.057Z] ALLUSERSPROFILE C:\ProgramData [2022-03-05T14:47:13.057Z] amd64 true [2022-03-05T14:47:13.057Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-05T14:47:13.057Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-05T14:47:13.057Z] arm64 true [2022-03-05T14:47:13.057Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-05T14:47:13.057Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-05T14:47:13.057Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-05T14:47:13.057Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-05T14:47:13.057Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-05T14:47:13.057Z] BRANCH_NAME PR-43300 [2022-03-05T14:47:13.057Z] BUILD_DISPLAY_NAME #8 [2022-03-05T14:47:13.057Z] BUILD_ID 8 [2022-03-05T14:47:13.057Z] BUILD_NUMBER 8 [2022-03-05T14:47:13.057Z] BUILD_TAG jenkins-moby-PR-43300-8 [2022-03-05T14:47:13.057Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/ [2022-03-05T14:47:13.057Z] cgroup2 true [2022-03-05T14:47:13.057Z] CHANGE_AUTHOR thaJeztah [2022-03-05T14:47:13.057Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2022-03-05T14:47:13.057Z] CHANGE_BRANCH api_update_imageinspect_docs [2022-03-05T14:47:13.057Z] CHANGE_FORK thaJeztah/docker [2022-03-05T14:47:13.057Z] CHANGE_ID 43300 [2022-03-05T14:47:13.057Z] CHANGE_TARGET master [2022-03-05T14:47:13.057Z] CHANGE_TITLE API: improve swagger and go-doc for ImageInspect structs [2022-03-05T14:47:13.057Z] CHANGE_URL https://github.com/moby/moby/pull/43300 [2022-03-05T14:47:13.057Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-05T14:47:13.057Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-05T14:47:13.057Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-05T14:47:13.057Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-05T14:47:13.057Z] COMPUTERNAME azwin-2-f8ea60 [2022-03-05T14:47:13.057Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-05T14:47:13.057Z] ConfigSequenceNumber 0 [2022-03-05T14:47:13.057Z] dco true [2022-03-05T14:47:13.057Z] DOCKER_BUILDKIT 0 [2022-03-05T14:47:13.057Z] DOCKER_DUT_DEBUG 1 [2022-03-05T14:47:13.057Z] DOCKER_EXPERIMENTAL 1 [2022-03-05T14:47:13.057Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-05T14:47:13.057Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-05T14:47:13.058Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-05T14:47:13.058Z] EXECUTOR_NUMBER 0 [2022-03-05T14:47:13.058Z] FQDN azwin-2-f8ea60.westus.cloudapp.azure.com [2022-03-05T14:47:13.058Z] GIT_BRANCH PR-43300 [2022-03-05T14:47:13.058Z] GIT_COMMIT 97c111b80f5575c6cbd6e805e4abbd1849b24d88 [2022-03-05T14:47:13.058Z] GIT_PREVIOUS_COMMIT 744e39ab17e2861ae9a0885e808f17c6914f288b [2022-03-05T14:47:13.058Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT c7025c3435fcda4da368d7f73515bc7bf4734147 [2022-03-05T14:47:13.058Z] GIT_URL https://github.com/moby/moby.git [2022-03-05T14:47:13.058Z] HUDSON_COOKIE a0709496-47be-46d5-8b92-57f2f0f3a67c [2022-03-05T14:47:13.058Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:47:13.058Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-05T14:47:13.058Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-05T14:47:13.058Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-05T14:47:13.058Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-05T14:47:13.058Z] JENKINS_NODE_COOKIE 0c6bf518-f536-4cbc-8852-0ca11719ead9 [2022-03-05T14:47:13.058Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-05T14:47:13.058Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-05T14:47:13.058Z] JOB_BASE_NAME PR-43300 [2022-03-05T14:47:13.058Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/display/redirect [2022-03-05T14:47:13.058Z] JOB_NAME moby/PR-43300 [2022-03-05T14:47:13.058Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/ [2022-03-05T14:47:13.058Z] library.jps.version master [2022-03-05T14:47:13.058Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-05T14:47:13.058Z] NODE_LABELS amd64 azure azwin-2-f8ea60 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-05T14:47:13.058Z] NODE_NAME azwin-2-f8ea60 [2022-03-05T14:47:13.058Z] NUMBER_OF_PROCESSORS 4 [2022-03-05T14:47:13.058Z] OS Windows_NT [2022-03-05T14:47:13.058Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-05T14:47:13.058Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-05T14:47:13.058Z] ppc64le false [2022-03-05T14:47:13.058Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-05T14:47:13.058Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-05T14:47:13.058Z] PROCESSOR_LEVEL 6 [2022-03-05T14:47:13.058Z] PROCESSOR_REVISION 4f01 [2022-03-05T14:47:13.058Z] ProgramData C:\ProgramData [2022-03-05T14:47:13.058Z] ProgramFiles C:\Program Files [2022-03-05T14:47:13.058Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-05T14:47:13.058Z] ProgramW6432 C:\Program Files [2022-03-05T14:47:13.058Z] PROMPT $P$G [2022-03-05T14:47:13.058Z] PSExecutionPolicyPreference Bypass [2022-03-05T14:47:13.058Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-05T14:47:13.058Z] PUBLIC C:\Users\Public [2022-03-05T14:47:13.058Z] rootless true [2022-03-05T14:47:13.058Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=artif... [2022-03-05T14:47:13.058Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=changes [2022-03-05T14:47:13.058Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect [2022-03-05T14:47:13.058Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43300/8/display/redirect?page=tests [2022-03-05T14:47:13.058Z] s390x false [2022-03-05T14:47:13.058Z] SKIP_VALIDATION_TESTS 1 [2022-03-05T14:47:13.058Z] SOURCES_DRIVE d [2022-03-05T14:47:13.058Z] SOURCES_SUBDIR gopath [2022-03-05T14:47:13.058Z] STAGE_NAME Run tests [2022-03-05T14:47:13.058Z] SystemDrive C: [2022-03-05T14:47:13.058Z] SystemRoot C:\Windows [2022-03-05T14:47:13.058Z] TEMP C:\Windows\TEMP [2022-03-05T14:47:13.058Z] TESTDEBUG 0 [2022-03-05T14:47:13.058Z] TESTRUN_DRIVE d [2022-03-05T14:47:13.058Z] TESTRUN_SUBDIR CI [2022-03-05T14:47:13.058Z] TIMEOUT 120m [2022-03-05T14:47:13.058Z] TMP C:\Windows\TEMP [2022-03-05T14:47:13.058Z] unit_validate true [2022-03-05T14:47:13.058Z] USERDOMAIN WORKGROUP [2022-03-05T14:47:13.058Z] USERNAME azwin-2-f8ea60$ [2022-03-05T14:47:13.058Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-05T14:47:13.058Z] validate_force false [2022-03-05T14:47:13.058Z] windir C:\Windows [2022-03-05T14:47:13.058Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-05T14:47:13.058Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-05T14:47:13.058Z] windows2022 true [2022-03-05T14:47:13.058Z] windows2022containerd true [2022-03-05T14:47:13.058Z] windowsRS5 true [2022-03-05T14:47:13.058Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-05T14:47:13.058Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-05T14:47:13.058Z] [2022-03-05T14:47:13.058Z] [2022-03-05T14:47:13.058Z] [2022-03-05T14:47:13.102Z] #21 16.85 Selecting previously unselected package xxd. [2022-03-05T14:47:13.102Z] #21 16.85 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:47:13.102Z] #21 16.86 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:13.102Z] #21 16.99 Selecting previously unselected package vim-common. [2022-03-05T14:47:13.102Z] #21 16.99 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:13.102Z] #21 17.01 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:13.271Z] #21 18.39 Selecting previously unselected package bzip2. [2022-03-05T14:47:13.271Z] #21 18.40 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T14:47:13.271Z] #21 18.41 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T14:47:13.271Z] #21 18.46 Selecting previously unselected package xz-utils. [2022-03-05T14:47:13.271Z] #21 18.47 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T14:47:13.271Z] #21 18.47 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T14:47:13.271Z] #21 18.61 Selecting previously unselected package apparmor. [2022-03-05T14:47:13.361Z] #21 17.17 Selecting previously unselected package bash-completion. [2022-03-05T14:47:13.361Z] #21 17.17 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T14:47:13.492Z] #21 DONE 27.7s [2022-03-05T14:47:13.492Z] [2022-03-05T14:47:13.492Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-05T14:47:13.492Z] #62 sha256:49537ab900806c4dfbf989e3c9e086facdaca039c963c73e4670f86b6023c8d2 [2022-03-05T14:47:13.555Z] #21 18.62 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T14:47:13.555Z] #21 18.67 Unpacking apparmor (2.13.6-10) ... [2022-03-05T14:47:13.751Z] #62 DONE 0.1s [2022-03-05T14:47:13.751Z] [2022-03-05T14:47:13.751Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:13.751Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:47:14.081Z] #21 19.19 Selecting previously unselected package inetutils-ping. [2022-03-05T14:47:14.081Z] #21 19.20 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T14:47:14.081Z] #21 19.20 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:14.081Z] #21 19.35 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T14:47:14.081Z] #21 19.35 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:14.081Z] #21 19.36 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:14.081Z] #21 19.42 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T14:47:14.081Z] #21 19.44 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:14.345Z] #21 19.45 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:14.345Z] #21 19.51 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T14:47:14.345Z] #21 19.51 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T14:47:14.345Z] #21 19.52 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:14.345Z] #21 19.63 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T14:47:14.345Z] #21 19.64 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T14:47:14.345Z] #21 19.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:14.610Z] #21 19.70 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T14:47:14.610Z] #21 19.71 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T14:47:14.610Z] #21 19.72 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:14.610Z] #21 19.87 Selecting previously unselected package iptables. [2022-03-05T14:47:14.610Z] #21 19.88 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-05T14:47:14.610Z] #21 19.88 Unpacking iptables (1.8.7-1) ... [2022-03-05T14:47:14.626Z] INFO: Sources under d:\gopath\... [2022-03-05T14:47:14.626Z] INFO: Test run under d:\CI\... [2022-03-05T14:47:14.626Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-05T14:47:14.626Z] INFO: docker/docker repository was found [2022-03-05T14:47:14.721Z] #63 ... [2022-03-05T14:47:14.721Z] [2022-03-05T14:47:14.721Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-05T14:47:14.721Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-05T14:47:14.721Z] #22 DONE 1.3s [2022-03-05T14:47:14.721Z] [2022-03-05T14:47:14.721Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:14.721Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:47:14.721Z] #63 1.167 + RM_GOPATH=0 [2022-03-05T14:47:14.721Z] #63 1.167 + TMP_GOPATH= [2022-03-05T14:47:14.721Z] #63 1.167 + : /build [2022-03-05T14:47:14.721Z] #63 1.167 + '[' -z '' ']' [2022-03-05T14:47:14.721Z] #63 1.167 ++ mktemp -d [2022-03-05T14:47:14.721Z] #63 1.167 + export GOPATH=/tmp/tmp.y5nSp8qDEb [2022-03-05T14:47:14.722Z] #63 1.167 + GOPATH=/tmp/tmp.y5nSp8qDEb [2022-03-05T14:47:14.722Z] #63 1.167 + RM_GOPATH=1 [2022-03-05T14:47:14.722Z] #63 1.167 + case "$(go env GOARCH)" in [2022-03-05T14:47:14.722Z] #63 1.167 ++ go env GOARCH [2022-03-05T14:47:14.722Z] #63 1.183 Install runc version v1.1.0 (build tags: seccomp) [2022-03-05T14:47:14.722Z] #63 1.196 + export GO_BUILDMODE=-buildmode=pie [2022-03-05T14:47:14.722Z] #63 1.196 + GO_BUILDMODE=-buildmode=pie [2022-03-05T14:47:14.722Z] #63 1.196 ++ dirname /install.sh [2022-03-05T14:47:14.722Z] #63 1.196 + dir=/ [2022-03-05T14:47:14.722Z] #63 1.196 + bin=runc [2022-03-05T14:47:14.722Z] #63 1.196 + shift [2022-03-05T14:47:14.722Z] #63 1.196 + '[' '!' -f //runc.installer ']' [2022-03-05T14:47:14.722Z] #63 1.196 + . //runc.installer [2022-03-05T14:47:14.722Z] #63 1.196 ++ set -e [2022-03-05T14:47:14.722Z] #63 1.196 ++ : v1.1.0 [2022-03-05T14:47:14.722Z] #63 1.196 + install_runc [2022-03-05T14:47:14.722Z] #63 1.196 + RUNC_BUILDTAGS=seccomp [2022-03-05T14:47:14.722Z] #63 1.196 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-05T14:47:14.722Z] #63 1.196 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.y5nSp8qDEb/src/github.com/opencontainers/runc [2022-03-05T14:47:14.722Z] #63 1.196 Cloning into '/tmp/tmp.y5nSp8qDEb/src/github.com/opencontainers/runc'... [2022-03-05T14:47:14.871Z] #21 20.14 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:47:14.871Z] #21 20.14 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:47:14.871Z] #21 20.15 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:14.871Z] #21 20.27 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:47:15.095Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-05T14:47:15.134Z] #21 20.27 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:47:15.134Z] #21 20.29 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:15.134Z] #21 20.40 Selecting previously unselected package jq. [2022-03-05T14:47:15.134Z] #21 20.40 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:47:15.134Z] #21 20.41 Unpacking jq (1.6-2.1) ... [2022-03-05T14:47:15.134Z] #21 20.49 Selecting previously unselected package libaio1:amd64. [2022-03-05T14:47:15.269Z] #21 18.88 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T14:47:15.396Z] #21 20.50 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T14:47:15.396Z] #21 20.51 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:15.396Z] #21 20.55 Selecting previously unselected package libgpm2:amd64. [2022-03-05T14:47:15.396Z] #21 20.55 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T14:47:15.396Z] #21 20.55 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:15.396Z] #21 20.61 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:47:15.396Z] #21 20.61 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:47:15.396Z] #21 20.62 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:47:15.528Z] #21 19.23 Selecting previously unselected package bzip2. [2022-03-05T14:47:15.528Z] #21 19.24 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-05T14:47:15.528Z] #21 19.25 Unpacking bzip2 (1.0.8-4) ... [2022-03-05T14:47:15.528Z] #21 19.32 Selecting previously unselected package xz-utils. [2022-03-05T14:47:15.528Z] #21 19.33 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-05T14:47:15.528Z] #21 19.33 Unpacking xz-utils (5.2.5-2) ... [2022-03-05T14:47:15.564Z] ltsc2022: Pulling from windows/servercore [2022-03-05T14:47:15.564Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T14:47:15.564Z] 898469748ff6: Pulling fs layer [2022-03-05T14:47:15.662Z] #63 ... [2022-03-05T14:47:15.662Z] [2022-03-05T14:47:15.662Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-05T14:47:15.662Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-05T14:47:15.662Z] #23 DONE 1.0s [2022-03-05T14:47:15.788Z] #21 19.49 Selecting previously unselected package apparmor. [2022-03-05T14:47:15.788Z] #21 19.50 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T14:47:15.788Z] #21 19.55 Unpacking apparmor (2.13.6-10) ... [2022-03-05T14:47:15.918Z] [2022-03-05T14:47:15.918Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-05T14:47:15.918Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-05T14:47:16.046Z] #21 19.92 Selecting previously unselected package inetutils-ping. [2022-03-05T14:47:16.046Z] #21 19.92 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T14:47:16.046Z] #21 19.93 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:16.046Z] #21 20.02 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T14:47:16.046Z] #21 20.03 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:16.046Z] #21 20.04 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:16.046Z] #21 20.11 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T14:47:16.046Z] #21 20.11 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:16.046Z] #21 20.13 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:16.305Z] #21 20.19 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T14:47:16.305Z] #21 20.20 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T14:47:16.305Z] #21 20.20 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:16.305Z] #21 20.27 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T14:47:16.487Z] #24 0.834 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-05T14:47:16.563Z] #21 20.27 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T14:47:16.563Z] #21 20.27 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:16.563Z] #21 20.34 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T14:47:16.564Z] #21 20.34 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T14:47:16.564Z] #21 20.35 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:16.564Z] #21 20.45 Selecting previously unselected package iptables. [2022-03-05T14:47:16.564Z] #21 20.45 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-05T14:47:16.564Z] #21 20.47 Unpacking iptables (1.8.7-1) ... [2022-03-05T14:47:16.745Z] #24 DONE 0.9s [2022-03-05T14:47:16.745Z] [2022-03-05T14:47:16.745Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-05T14:47:16.745Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-05T14:47:16.823Z] #21 20.76 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:47:16.823Z] #21 20.76 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:47:16.823Z] #21 20.78 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:17.082Z] #21 20.93 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:47:17.082Z] #21 20.93 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:47:17.082Z] #21 20.93 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:17.082Z] #21 21.02 Selecting previously unselected package jq. [2022-03-05T14:47:17.082Z] #21 21.02 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:47:17.082Z] #21 21.04 Unpacking jq (1.6-2.1) ... [2022-03-05T14:47:17.082Z] #21 21.12 Selecting previously unselected package libaio1:amd64. [2022-03-05T14:47:17.343Z] #21 21.12 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T14:47:17.343Z] #21 21.14 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:17.343Z] #21 21.19 Selecting previously unselected package libgpm2:amd64. [2022-03-05T14:47:17.343Z] #21 21.19 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T14:47:17.343Z] #21 21.21 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:17.344Z] #21 21.25 Selecting previously unselected package libicu67:amd64. [2022-03-05T14:47:17.344Z] #21 21.25 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-05T14:47:17.344Z] #21 21.26 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-05T14:47:17.677Z] #25 DONE 0.9s [2022-03-05T14:47:17.677Z] [2022-03-05T14:47:17.677Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-05T14:47:17.677Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-05T14:47:18.672Z] #26 DONE 1.0s [2022-03-05T14:47:18.672Z] [2022-03-05T14:47:18.672Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:18.672Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:47:18.704Z] #21 23.75 Selecting previously unselected package libinih1:amd64. [2022-03-05T14:47:18.704Z] #21 23.75 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-05T14:47:18.704Z] #21 23.76 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:18.704Z] #21 23.80 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:47:18.704Z] #21 23.81 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:47:18.704Z] #21 23.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:18.704Z] #21 23.89 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:47:18.704Z] #21 23.90 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:47:18.704Z] #21 23.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:18.704Z] #21 23.99 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:47:18.704Z] #21 24.00 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:47:18.704Z] #21 24.00 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:18.704Z] #21 24.05 Selecting previously unselected package net-tools. [2022-03-05T14:47:18.704Z] #21 24.06 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T14:47:18.704Z] #21 24.06 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:18.932Z] #63 5.407 + cd /tmp/tmp.y5nSp8qDEb/src/github.com/opencontainers/runc [2022-03-05T14:47:18.965Z] #21 24.23 Selecting previously unselected package patch. [2022-03-05T14:47:18.965Z] #21 24.25 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-05T14:47:18.965Z] #21 24.26 Unpacking patch (2.7.6-7) ... [2022-03-05T14:47:18.965Z] #21 24.35 Selecting previously unselected package python-pip-whl. [2022-03-05T14:47:19.189Z] #63 5.410 + git checkout -q v1.1.0 [2022-03-05T14:47:19.189Z] #63 5.605 + '[' -z '' ']' [2022-03-05T14:47:19.189Z] #63 5.605 + target=static [2022-03-05T14:47:19.189Z] #63 5.606 + make BUILDTAGS=seccomp static [2022-03-05T14:47:19.227Z] #21 24.36 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T14:47:19.227Z] #21 24.36 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:19.448Z] #63 5.717 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-05T14:47:19.448Z] #63 ... [2022-03-05T14:47:19.448Z] [2022-03-05T14:47:19.448Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-05T14:47:19.448Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-05T14:47:19.448Z] #27 DONE 0.9s [2022-03-05T14:47:19.703Z] [2022-03-05T14:47:19.703Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:47:19.703Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-05T14:47:19.799Z] #21 24.96 Selecting previously unselected package python3-lib2to3. [2022-03-05T14:47:19.799Z] #21 24.96 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T14:47:19.799Z] #21 24.97 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:19.799Z] #21 25.06 Selecting previously unselected package python3-distutils. [2022-03-05T14:47:19.799Z] #21 25.08 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T14:47:19.799Z] #21 25.08 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T14:47:19.900Z] 1bd78008c728: Verifying Checksum [2022-03-05T14:47:19.900Z] 1bd78008c728: Download complete [2022-03-05T14:47:20.060Z] #21 25.22 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:47:20.060Z] #21 25.24 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:47:20.060Z] #21 25.25 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:47:20.060Z] #21 25.40 Selecting previously unselected package python3-setuptools. [2022-03-05T14:47:20.060Z] #21 25.41 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T14:47:20.060Z] #21 25.41 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:20.322Z] #21 25.68 Selecting previously unselected package python3-wheel. [2022-03-05T14:47:20.322Z] #21 25.69 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T14:47:20.322Z] #21 25.70 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T14:47:20.322Z] #21 25.76 Selecting previously unselected package python3-pip. [2022-03-05T14:47:20.322Z] #21 25.76 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T14:47:20.584Z] #21 25.77 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T14:47:20.584Z] #21 26.01 Selecting previously unselected package sudo. [2022-03-05T14:47:20.584Z] #21 26.01 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T14:47:20.634Z] #28 1.081 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-05T14:47:20.634Z] #28 1.096 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-05T14:47:20.634Z] #28 1.096 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:47:20.634Z] #28 1.318 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-05T14:47:20.657Z] #21 24.16 Selecting previously unselected package libinih1:amd64. [2022-03-05T14:47:20.657Z] #21 24.16 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-05T14:47:20.657Z] #21 24.17 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:20.657Z] #21 24.21 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:47:20.657Z] #21 24.21 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:47:20.657Z] #21 24.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:20.657Z] #21 24.31 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:47:20.657Z] #21 24.31 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:47:20.657Z] #21 24.31 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:20.657Z] #21 24.42 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:47:20.657Z] #21 24.43 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:47:20.657Z] #21 24.44 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:20.657Z] #21 24.48 Selecting previously unselected package net-tools. [2022-03-05T14:47:20.657Z] #21 24.49 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T14:47:20.657Z] #21 24.49 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:20.846Z] #21 26.02 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T14:47:20.916Z] #21 24.67 Selecting previously unselected package patch. [2022-03-05T14:47:20.916Z] #21 24.68 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-05T14:47:20.916Z] #21 24.69 Unpacking patch (2.7.6-7) ... [2022-03-05T14:47:20.916Z] #21 24.82 Selecting previously unselected package python-pip-whl. [2022-03-05T14:47:20.916Z] #21 24.83 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T14:47:20.916Z] #21 24.84 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:21.198Z] #28 1.557 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-05T14:47:21.421Z] #21 26.51 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T14:47:21.421Z] #21 26.51 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T14:47:21.421Z] #21 26.52 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:21.421Z] #21 26.72 Selecting previously unselected package uidmap. [2022-03-05T14:47:21.457Z] #28 1.851 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-05T14:47:21.472Z] #23 9.616 Collecting yamllint==1.26.1 [2022-03-05T14:47:21.486Z] #21 25.37 Selecting previously unselected package python3-lib2to3. [2022-03-05T14:47:21.486Z] #21 25.37 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T14:47:21.486Z] #21 25.38 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:21.486Z] #21 25.46 Selecting previously unselected package python3-distutils. [2022-03-05T14:47:21.486Z] #21 25.47 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T14:47:21.683Z] #21 26.74 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T14:47:21.683Z] #21 26.75 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T14:47:21.683Z] #21 26.89 Selecting previously unselected package vim-runtime. [2022-03-05T14:47:21.683Z] #21 26.89 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:21.683Z] #21 26.92 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T14:47:21.683Z] #21 26.94 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T14:47:21.683Z] #21 26.95 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:21.715Z] #28 2.143 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-05T14:47:21.746Z] #21 25.49 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T14:47:21.746Z] #21 25.63 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:47:21.746Z] #21 25.63 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:47:21.746Z] #21 25.64 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:47:21.973Z] #28 2.468 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-05T14:47:22.017Z] #21 25.78 Selecting previously unselected package python3-setuptools. [2022-03-05T14:47:22.017Z] #21 25.79 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T14:47:22.017Z] #21 25.80 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:22.231Z] #28 2.750 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-05T14:47:22.277Z] #21 26.06 Selecting previously unselected package python3-wheel. [2022-03-05T14:47:22.277Z] #21 26.07 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T14:47:22.277Z] #21 26.07 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T14:47:22.277Z] #21 26.17 Selecting previously unselected package python3-pip. [2022-03-05T14:47:22.277Z] #21 26.17 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-05T14:47:22.277Z] #21 26.18 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T14:47:22.407Z] #23 10.67 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T14:47:22.488Z] #28 3.047 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-05T14:47:22.488Z] #28 3.047 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-05T14:47:22.488Z] #28 3.048 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-05T14:47:22.488Z] #28 3.055 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-05T14:47:22.488Z] #28 3.063 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-05T14:47:22.488Z] #28 3.068 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-05T14:47:22.536Z] #21 26.36 Selecting previously unselected package sudo. [2022-03-05T14:47:22.536Z] #21 26.37 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T14:47:22.536Z] #21 26.39 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T14:47:22.744Z] #28 3.215 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-05T14:47:22.744Z] #28 3.220 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-05T14:47:22.744Z] #28 3.221 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-05T14:47:22.744Z] #28 3.223 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-05T14:47:22.744Z] #28 3.224 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-05T14:47:22.744Z] #28 3.227 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-05T14:47:23.104Z] #21 26.93 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T14:47:23.104Z] #21 26.94 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T14:47:23.104Z] #21 26.95 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:23.340Z] #23 11.71 Collecting pathspec>=0.5.3 [2022-03-05T14:47:23.341Z] #23 11.72 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T14:47:23.364Z] #21 27.12 Selecting previously unselected package uidmap. [2022-03-05T14:47:23.364Z] #21 27.12 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T14:47:23.364Z] #21 27.13 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T14:47:23.364Z] #21 27.28 Selecting previously unselected package vim-runtime. [2022-03-05T14:47:23.364Z] #21 27.28 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:23.364Z] #21 27.30 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T14:47:23.598Z] #23 12.10 Collecting pyyaml [2022-03-05T14:47:23.598Z] #23 12.12 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T14:47:23.598Z] #23 12.17 Building wheels for collected packages: yamllint [2022-03-05T14:47:23.598Z] #23 12.17 Building wheel for yamllint (setup.py): started [2022-03-05T14:47:23.623Z] #21 27.33 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T14:47:23.623Z] #21 27.33 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:24.074Z] #51 ... [2022-03-05T14:47:24.074Z] [2022-03-05T14:47:24.074Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-05T14:47:24.074Z] #26 sha256:9fd1ba7577fde28e3d071f50d3201cc2017fc681f726cf1e757f882d1d43f150 [2022-03-05T14:47:24.074Z] #26 193.2 + return [2022-03-05T14:47:24.332Z] #26 DONE 194.7s [2022-03-05T14:47:24.332Z] [2022-03-05T14:47:24.332Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:47:24.332Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:47:24.442Z] 898469748ff6: Verifying Checksum [2022-03-05T14:47:24.442Z] 898469748ff6: Download complete [2022-03-05T14:47:24.533Z] #23 13.02 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T14:47:24.533Z] #23 13.02 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=08c7f59d180b270d04eea3aadec6c4c693245b0004a3a527c658a51b1d05b6d5 [2022-03-05T14:47:24.533Z] #23 13.03 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T14:47:24.533Z] #23 13.03 Successfully built yamllint [2022-03-05T14:47:24.533Z] #23 13.05 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T14:47:24.791Z] #23 13.44 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T14:47:24.995Z] #21 29.83 Selecting previously unselected package vim. [2022-03-05T14:47:24.995Z] #21 29.83 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:47:24.995Z] #21 29.85 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:24.995Z] #21 30.34 Selecting previously unselected package xfsprogs. [2022-03-05T14:47:24.995Z] #21 30.34 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T14:47:24.995Z] #21 30.35 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T14:47:25.356Z] #23 DONE 13.9s [2022-03-05T14:47:25.356Z] [2022-03-05T14:47:25.356Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:25.356Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:47:25.356Z] #56 ... [2022-03-05T14:47:25.356Z] [2022-03-05T14:47:25.356Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T14:47:25.356Z] #27 sha256:53c76ea363163ac508a58f98ceb14b4e2e027afa4a227b39e2e1fb9d92ff31d6 [2022-03-05T14:47:25.568Z] #21 30.73 Selecting previously unselected package zip. [2022-03-05T14:47:25.568Z] #21 30.73 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-05T14:47:25.568Z] #21 30.74 Unpacking zip (3.0-12) ... [2022-03-05T14:47:25.568Z] #21 30.86 Selecting previously unselected package zstd. [2022-03-05T14:47:25.568Z] #21 30.87 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T14:47:25.568Z] #21 30.87 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:47:25.699Z] #51 ... [2022-03-05T14:47:25.699Z] [2022-03-05T14:47:25.699Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T14:47:25.699Z] #27 sha256:4e6820a9a382ac4e953335a0086a44a0a7f50ec871738f8f8839bad72380099d [2022-03-05T14:47:25.922Z] #27 DONE 0.3s [2022-03-05T14:47:25.922Z] [2022-03-05T14:47:25.922Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T14:47:25.922Z] #32 sha256:99e6d44859552d174bfd11e4ee11c86321c926b53e9775aa232535c4bd5c4afc [2022-03-05T14:47:26.140Z] #21 31.24 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:47:26.278Z] #27 DONE 0.7s [2022-03-05T14:47:26.278Z] [2022-03-05T14:47:26.278Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T14:47:26.278Z] #32 sha256:8b79f6c1337dfa6fddd97a304eba1b2e3e61fcbf0faca95171cc03be447c6fdd [2022-03-05T14:47:26.487Z] #32 DONE 0.6s [2022-03-05T14:47:26.487Z] [2022-03-05T14:47:26.487Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T14:47:26.487Z] #35 sha256:70f8af886decaa862a3f3dbb34135060f1c514cc445010308f42a07924985263 [2022-03-05T14:47:26.713Z] #21 32.15 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:26.713Z] #21 32.16 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:26.746Z] #35 DONE 0.4s [2022-03-05T14:47:26.746Z] [2022-03-05T14:47:26.746Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:47:26.746Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:47:26.746Z] #43 ... [2022-03-05T14:47:26.746Z] [2022-03-05T14:47:26.746Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T14:47:26.746Z] #37 sha256:a6069d61f0e646b929929e34b3cc2a81e7aeede01f50fe97a10d62c2979a9743 [2022-03-05T14:47:26.746Z] #37 DONE 0.1s [2022-03-05T14:47:26.746Z] [2022-03-05T14:47:26.746Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T14:47:26.746Z] #41 sha256:d226be77d6f70a12ec3accb7c78d28a79b65aaeabec8380a6e0bffd8f37df639 [2022-03-05T14:47:26.913Z] #21 30.25 Selecting previously unselected package vim. [2022-03-05T14:47:26.913Z] #21 30.29 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:47:26.913Z] #21 30.32 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:26.913Z] #21 30.78 Selecting previously unselected package xfsprogs. [2022-03-05T14:47:26.913Z] #21 30.80 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T14:47:26.913Z] #21 30.81 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T14:47:26.975Z] #21 32.17 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:26.975Z] #21 32.18 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:47:26.975Z] #21 32.19 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:26.975Z] #21 32.20 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:26.975Z] #21 32.21 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T14:47:26.975Z] #21 32.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:26.975Z] #21 32.24 Setting up bzip2 (1.0.8-4) ... [2022-03-05T14:47:26.975Z] #21 32.25 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:26.975Z] #21 32.26 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T14:47:27.004Z] #41 DONE 0.1s [2022-03-05T14:47:27.004Z] [2022-03-05T14:47:27.004Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:27.004Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:47:27.082Z] 4612f6d0b889: Verifying Checksum [2022-03-05T14:47:27.082Z] 4612f6d0b889: Download complete [2022-03-05T14:47:27.222Z] #32 DONE 0.9s [2022-03-05T14:47:27.223Z] [2022-03-05T14:47:27.223Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T14:47:27.223Z] #35 sha256:cf49f3d60d4b6694b2d12c2bd56db781128a069c66acd0bc365c393f51a068a3 [2022-03-05T14:47:27.482Z] #21 31.24 Selecting previously unselected package zip. [2022-03-05T14:47:27.482Z] #21 31.24 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-05T14:47:27.482Z] #21 31.25 Unpacking zip (3.0-12) ... [2022-03-05T14:47:27.482Z] #21 31.37 Selecting previously unselected package zstd. [2022-03-05T14:47:27.482Z] #21 31.38 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T14:47:27.482Z] #21 31.38 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:47:27.741Z] #21 31.74 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:47:27.787Z] #35 DONE 0.6s [2022-03-05T14:47:27.787Z] [2022-03-05T14:47:27.787Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T14:47:27.787Z] #37 sha256:0b73c88480b947f88be76573c7b141137830fd5e3849fe3b5c7421e24a44f094 [2022-03-05T14:47:27.787Z] #37 DONE 0.1s [2022-03-05T14:47:27.787Z] [2022-03-05T14:47:27.787Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:27.787Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:47:27.787Z] #60 ... [2022-03-05T14:47:27.787Z] [2022-03-05T14:47:27.787Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T14:47:27.787Z] #41 sha256:8c7702501d374c912cd4a643aeb9db116f41298f9b110abf704049d56f9c3cf3 [2022-03-05T14:47:27.787Z] #41 DONE 0.1s [2022-03-05T14:47:27.787Z] [2022-03-05T14:47:27.787Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T14:47:27.787Z] #44 sha256:820d318d06552d511de6495a9912a4bb782c943ca73ec962840d4efa33fd2f14 [2022-03-05T14:47:27.815Z] #21 32.90 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:27.815Z] #21 32.91 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:27.815Z] #21 32.92 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:27.815Z] #21 32.94 Setting up apparmor (2.13.6-10) ... [2022-03-05T14:47:28.685Z] #21 32.63 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:28.685Z] #21 32.64 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:28.717Z] #44 DONE 0.9s [2022-03-05T14:47:28.717Z] [2022-03-05T14:47:28.717Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T14:47:28.717Z] #48 sha256:4e091ec5ca15cbd84b3a36704407a7100d8c4771653ed82e8c675e57ca45d43c [2022-03-05T14:47:28.946Z] #21 32.66 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:28.946Z] #21 32.67 Setting up libicu67:amd64 (67.1-7) ... [2022-03-05T14:47:28.946Z] #21 32.69 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:28.946Z] #21 32.70 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:28.946Z] #21 32.71 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T14:47:28.946Z] #21 32.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:28.946Z] #21 32.73 Setting up bzip2 (1.0.8-4) ... [2022-03-05T14:47:28.946Z] #21 32.75 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:28.946Z] #21 32.76 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T14:47:28.974Z] #48 DONE 0.1s [2022-03-05T14:47:28.974Z] [2022-03-05T14:47:28.974Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T14:47:28.974Z] #50 sha256:315cfc39bc755596dc38858f67abf1354466e6596f564843421d257148bec880 [2022-03-05T14:47:28.974Z] #50 DONE 0.1s [2022-03-05T14:47:28.974Z] [2022-03-05T14:47:28.974Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:28.974Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:47:28.974Z] #60 171.6 + bin/containerd [2022-03-05T14:47:29.204Z] #21 34.36 Setting up zip (3.0-12) ... [2022-03-05T14:47:29.204Z] #21 34.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:29.204Z] #21 34.41 Setting up bash-completion (1:2.11-2) ... [2022-03-05T14:47:29.516Z] #21 33.38 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:29.516Z] #21 33.39 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:29.516Z] #21 33.40 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:29.516Z] #21 33.42 Setting up apparmor (2.13.6-10) ... [2022-03-05T14:47:30.288Z] #56 ... [2022-03-05T14:47:30.288Z] [2022-03-05T14:47:30.288Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:47:30.288Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:47:30.288Z] #43 173.0 + dpkg --print-architecture [2022-03-05T14:47:30.288Z] #43 173.0 + git checkout -q v2.1.0 [2022-03-05T14:47:30.289Z] #43 173.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-05T14:47:30.289Z] #43 173.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-05T14:47:30.833Z] #28 ... [2022-03-05T14:47:30.833Z] [2022-03-05T14:47:30.833Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:30.833Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:47:30.833Z] #67 70.77 + bin/containerd [2022-03-05T14:47:30.929Z] #21 35.01 Setting up zip (3.0-12) ... [2022-03-05T14:47:31.125Z] #21 36.30 Setting up xz-utils (5.2.5-2) ... [2022-03-05T14:47:31.125Z] #21 36.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T14:47:31.125Z] #21 36.33 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:31.125Z] #21 36.36 Setting up patch (2.7.6-7) ... [2022-03-05T14:47:31.125Z] #21 36.37 Setting up sudo (1.9.5p2-3) ... [2022-03-05T14:47:31.125Z] #21 36.45 invoke-rc.d: could not determine current runlevel [2022-03-05T14:47:31.125Z] #21 36.46 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:47:31.125Z] #21 36.50 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T14:47:31.125Z] #21 36.51 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:31.125Z] #21 36.53 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:31.125Z] #21 36.55 Setting up pigz (2.6-1) ... [2022-03-05T14:47:31.188Z] #21 35.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:31.188Z] #21 35.08 Setting up bash-completion (1:2.11-2) ... [2022-03-05T14:47:31.392Z] #21 36.56 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:31.392Z] #21 36.57 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:31.392Z] #21 36.59 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:31.392Z] #21 36.60 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:32.340Z] #21 37.31 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:32.340Z] #21 37.32 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:32.340Z] #21 37.68 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:32.603Z] #21 37.72 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:47:32.603Z] #21 37.73 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:32.603Z] #21 37.74 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T14:47:32.866Z] #21 38.12 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:32.866Z] #21 38.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T14:47:32.866Z] #21 38.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T14:47:32.866Z] #21 38.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T14:47:32.866Z] #21 38.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T14:47:32.866Z] #21 38.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T14:47:32.866Z] #21 38.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T14:47:32.866Z] #21 38.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T14:47:32.866Z] #21 38.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T14:47:32.866Z] #21 38.20 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:33.091Z] #21 36.86 Setting up xz-utils (5.2.5-2) ... [2022-03-05T14:47:33.091Z] #21 36.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-05T14:47:33.091Z] #21 36.89 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:33.091Z] #21 36.91 Setting up patch (2.7.6-7) ... [2022-03-05T14:47:33.091Z] #21 36.92 Setting up sudo (1.9.5p2-3) ... [2022-03-05T14:47:33.091Z] #21 36.99 invoke-rc.d: could not determine current runlevel [2022-03-05T14:47:33.091Z] #21 36.99 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:47:33.091Z] #21 37.00 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T14:47:33.091Z] #21 37.02 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:33.091Z] #21 37.03 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:33.091Z] #21 37.06 Setting up pigz (2.6-1) ... [2022-03-05T14:47:33.091Z] #21 37.08 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:33.091Z] #21 37.10 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:33.091Z] #21 37.12 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:33.349Z] #21 37.14 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:33.916Z] #21 37.78 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:33.916Z] #21 37.79 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:34.225Z] #60 ... [2022-03-05T14:47:34.225Z] [2022-03-05T14:47:34.225Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:34.225Z] #56 sha256:644b39505e6116659c64a4aacec20251d5974fca84cbf1ef130464ba324a76da [2022-03-05T14:47:34.225Z] #56 113.0 + mkdir -p /build [2022-03-05T14:47:34.225Z] #56 113.0 + cp runc /build/runc [2022-03-05T14:47:34.258Z] #21 39.43 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:34.258Z] #21 39.44 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:34.258Z] #21 39.45 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:34.258Z] #21 39.46 Setting up python3-pip (20.3.4-4) ... [2022-03-05T14:47:34.433Z] #21 38.17 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:34.433Z] #21 38.21 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:47:34.433Z] #21 38.22 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:34.433Z] #21 38.23 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T14:47:34.695Z] #21 38.66 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:34.695Z] #21 38.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T14:47:34.695Z] #21 38.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T14:47:34.695Z] #21 38.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T14:47:34.695Z] #21 38.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T14:47:34.695Z] #21 38.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T14:47:34.695Z] #21 38.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T14:47:34.695Z] #21 38.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T14:47:34.695Z] #21 38.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T14:47:34.953Z] #21 38.80 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:35.207Z] #21 40.59 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:35.469Z] #21 40.60 Setting up jq (1.6-2.1) ... [2022-03-05T14:47:35.469Z] #21 40.61 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:35.469Z] #21 40.63 Setting up iptables (1.8.7-1) ... [2022-03-05T14:47:35.469Z] #21 40.64 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:35.469Z] #21 40.65 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:35.469Z] #21 40.65 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:35.469Z] #21 40.67 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:35.469Z] #21 40.67 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T14:47:35.469Z] #21 40.68 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T14:47:35.470Z] #21 40.71 Setting up iproute2 (5.10.0-4) ... [2022-03-05T14:47:35.731Z] #21 41.12 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:47:36.116Z] #56 DONE 116.8s [2022-03-05T14:47:36.116Z] [2022-03-05T14:47:36.116Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:47:36.116Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-05T14:47:36.116Z] #51 206.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T14:47:36.116Z] #51 DONE 207.0s [2022-03-05T14:47:36.116Z] [2022-03-05T14:47:36.116Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:36.116Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:47:36.330Z] #21 39.97 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:36.331Z] #21 39.98 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:36.331Z] #21 39.99 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:36.331Z] #21 40.00 Setting up python3-pip (20.3.4-4) ... [2022-03-05T14:47:36.676Z] #21 DONE 41.9s [2022-03-05T14:47:36.676Z] [2022-03-05T14:47:36.676Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:36.676Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:47:36.676Z] #56 ... [2022-03-05T14:47:36.676Z] [2022-03-05T14:47:36.676Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T14:47:36.676Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T14:47:37.266Z] #21 41.16 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:37.266Z] #21 41.17 Setting up jq (1.6-2.1) ... [2022-03-05T14:47:37.266Z] #21 41.18 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:37.266Z] #21 41.19 Setting up iptables (1.8.7-1) ... [2022-03-05T14:47:37.266Z] #21 41.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.21 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T14:47:37.266Z] #21 41.24 Setting up iproute2 (5.10.0-4) ... [2022-03-05T14:47:37.514Z] #22 0.845 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T14:47:37.514Z] #22 0.849 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T14:47:37.514Z] #22 0.852 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T14:47:37.514Z] #22 DONE 0.9s [2022-03-05T14:47:37.514Z] [2022-03-05T14:47:37.514Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T14:47:37.514Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T14:47:37.833Z] #21 41.56 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:47:38.012Z] #60 ... [2022-03-05T14:47:38.012Z] [2022-03-05T14:47:38.012Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T14:47:38.012Z] #52 sha256:b0e077b9eed838af494efb20eb37cffad12a4061fc5657c6def88f08df037c9d [2022-03-05T14:47:38.769Z] #21 DONE 42.5s [2022-03-05T14:47:38.769Z] [2022-03-05T14:47:38.769Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T14:47:38.769Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-05T14:47:38.926Z] #67 ... [2022-03-05T14:47:38.926Z] [2022-03-05T14:47:38.926Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-05T14:47:38.926Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-05T14:47:38.926Z] #28 14.51 Fetched 48.9 MB in 14s (3576 kB/s) [2022-03-05T14:47:38.940Z] #52 DONE 1.1s [2022-03-05T14:47:38.940Z] [2022-03-05T14:47:38.940Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T14:47:38.940Z] #54 sha256:95892a7b195ce93fc8323f491cd466760d87a8f55fa3836ec49e86af1079502b [2022-03-05T14:47:38.940Z] #54 DONE 0.1s [2022-03-05T14:47:38.940Z] [2022-03-05T14:47:38.940Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T14:47:38.940Z] #57 sha256:790b9decbb05d69e0129f7b251a1c199f0aa068a040584060ce73b8c6b8c6922 [2022-03-05T14:47:39.400Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T14:47:39.400Z] 8f616e6e9eec: Download complete [2022-03-05T14:47:39.506Z] #57 DONE 0.5s [2022-03-05T14:47:39.506Z] [2022-03-05T14:47:39.506Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:39.506Z] #60 sha256:573f27fe7188c84ae328cbe925b7e63a965ca5799b4611390d6cccfa99ccc820 [2022-03-05T14:47:39.707Z] #22 0.889 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T14:47:39.707Z] #22 0.893 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T14:47:39.707Z] #22 0.898 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T14:47:39.707Z] #22 DONE 1.0s [2022-03-05T14:47:39.707Z] [2022-03-05T14:47:39.707Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T14:47:39.707Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-05T14:47:40.301Z] #28 14.51 Reading package lists... [2022-03-05T14:47:47.166Z] #28 21.02 Reading package lists... [2022-03-05T14:47:47.531Z] #23 9.164 Collecting yamllint==1.26.1 [2022-03-05T14:47:47.792Z] #23 10.24 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T14:47:49.057Z] #28 27.69 Building dependency tree... [2022-03-05T14:47:49.057Z] #28 29.35 Reading state information... [2022-03-05T14:47:49.180Z] #23 11.36 Collecting pathspec>=0.5.3 [2022-03-05T14:47:49.180Z] #23 11.37 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T14:47:49.180Z] #23 11.75 Collecting pyyaml [2022-03-05T14:47:49.180Z] #23 11.76 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T14:47:49.442Z] #23 11.81 Building wheels for collected packages: yamllint [2022-03-05T14:47:49.442Z] #23 11.82 Building wheel for yamllint (setup.py): started [2022-03-05T14:47:49.686Z] #23 9.281 Collecting yamllint==1.26.1 [2022-03-05T14:47:49.944Z] #23 10.34 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T14:47:50.015Z] #23 12.63 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T14:47:50.276Z] #23 12.64 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e87e025d0c0ca2664f0a707cc28ce2a4d892db4b606497673f03e0211914b0ff [2022-03-05T14:47:50.276Z] #23 12.64 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T14:47:50.276Z] #23 12.64 Successfully built yamllint [2022-03-05T14:47:50.276Z] #23 12.67 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T14:47:50.426Z] #28 30.82 bzip2 is already the newest version (1.0.8-4). [2022-03-05T14:47:50.426Z] #28 30.82 patch is already the newest version (2.7.6-7). [2022-03-05T14:47:50.426Z] #28 30.82 xz-utils is already the newest version (5.2.5-2). [2022-03-05T14:47:50.426Z] #28 30.82 The following additional packages will be installed: [2022-03-05T14:47:50.426Z] #28 30.82 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-05T14:47:50.426Z] #28 30.83 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-05T14:47:50.426Z] #28 30.83 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-05T14:47:50.426Z] #28 30.83 python3-pkg-resources vim-runtime xxd [2022-03-05T14:47:50.426Z] #28 30.85 Suggested packages: [2022-03-05T14:47:50.426Z] #28 30.85 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-05T14:47:50.426Z] #28 30.85 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-05T14:47:50.426Z] #28 30.85 Recommended packages: [2022-03-05T14:47:50.426Z] #28 30.85 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-05T14:47:50.538Z] #23 12.98 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T14:47:50.804Z] #23 DONE 13.4s [2022-03-05T14:47:50.804Z] [2022-03-05T14:47:50.804Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:50.804Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:47:50.880Z] #23 11.38 Collecting pathspec>=0.5.3 [2022-03-05T14:47:51.067Z] #56 ... [2022-03-05T14:47:51.067Z] [2022-03-05T14:47:51.067Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T14:47:51.067Z] #27 sha256:1637593f82b208536ad50605cb33f7f3df11be8ebab2e5265feb5afa6b902644 [2022-03-05T14:47:51.067Z] #27 DONE 0.2s [2022-03-05T14:47:51.067Z] [2022-03-05T14:47:51.067Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T14:47:51.067Z] #32 sha256:1a3506cc8e4057b9cbf620c02fd7d0d4abbed925e9b47d404321f86514998951 [2022-03-05T14:47:51.138Z] #23 11.39 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T14:47:51.334Z] #32 DONE 0.2s [2022-03-05T14:47:51.334Z] [2022-03-05T14:47:51.334Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T14:47:51.334Z] #35 sha256:44c8e447db87d1e7ac0ca871df7271e26aa9be0e1c94856b5b5765f1ff168167 [2022-03-05T14:47:51.334Z] #35 DONE 0.1s [2022-03-05T14:47:51.334Z] [2022-03-05T14:47:51.334Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:51.334Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:47:51.334Z] #56 ... [2022-03-05T14:47:51.334Z] [2022-03-05T14:47:51.334Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T14:47:51.334Z] #37 sha256:fa4bf641c3c163582a73b84a5ddf552ad40dfe5af623d44e44866696efadf56c [2022-03-05T14:47:51.334Z] #37 DONE 0.0s [2022-03-05T14:47:51.334Z] [2022-03-05T14:47:51.334Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T14:47:51.334Z] #41 sha256:785289c712442022edd294613599d4b9ebb520a20760cf1b58c58920b823827a [2022-03-05T14:47:51.334Z] #41 DONE 0.0s [2022-03-05T14:47:51.398Z] #23 11.75 Collecting pyyaml [2022-03-05T14:47:51.398Z] #23 11.76 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T14:47:51.398Z] #23 11.80 Building wheels for collected packages: yamllint [2022-03-05T14:47:51.398Z] #23 11.81 Building wheel for yamllint (setup.py): started [2022-03-05T14:47:51.595Z] [2022-03-05T14:47:51.596Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:47:51.596Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:47:51.796Z] #28 32.37 The following NEW packages will be installed: [2022-03-05T14:47:52.053Z] #28 32.38 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-05T14:47:52.053Z] #28 32.39 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-05T14:47:52.053Z] #28 32.39 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-05T14:47:52.053Z] #28 32.39 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-05T14:47:52.054Z] #28 32.40 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-05T14:47:52.054Z] #28 32.40 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-05T14:47:52.054Z] #28 32.40 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-05T14:47:52.218Z] #43 DONE 194.2s [2022-03-05T14:47:52.218Z] [2022-03-05T14:47:52.218Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:47:52.218Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:47:52.311Z] #28 32.83 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:47:52.311Z] #28 32.83 Need to get 18.6 MB of archives. [2022-03-05T14:47:52.311Z] #28 32.83 After this operation, 71.4 MB of additional disk space will be used. [2022-03-05T14:47:52.311Z] #28 32.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-05T14:47:52.311Z] #28 32.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-05T14:47:52.311Z] #28 32.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-05T14:47:52.311Z] #28 32.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-05T14:47:52.311Z] #28 32.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-05T14:47:52.311Z] #28 32.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-05T14:47:52.311Z] #28 32.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-05T14:47:52.311Z] #28 32.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-05T14:47:52.311Z] #28 32.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-05T14:47:52.311Z] #28 32.87 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-05T14:47:52.311Z] #28 32.87 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-05T14:47:52.311Z] #28 32.88 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-05T14:47:52.311Z] #28 32.89 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-05T14:47:52.311Z] #28 32.90 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-05T14:47:52.311Z] #28 32.92 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-05T14:47:52.311Z] #28 32.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-05T14:47:52.311Z] #28 32.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-05T14:47:52.311Z] #28 32.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-05T14:47:52.311Z] #28 32.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-05T14:47:52.338Z] #23 12.71 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T14:47:52.338Z] #23 12.72 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=44c84afedb93d9aeb375cf1deeaee3d1b34c86da4ebcb621d5f59dc4c003734a [2022-03-05T14:47:52.338Z] #23 12.72 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T14:47:52.338Z] #23 12.72 Successfully built yamllint [2022-03-05T14:47:52.338Z] #23 12.75 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T14:47:52.567Z] #28 32.93 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-05T14:47:52.567Z] #28 32.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-05T14:47:52.567Z] #28 32.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-05T14:47:52.567Z] #28 32.94 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-05T14:47:52.567Z] #28 32.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-05T14:47:52.567Z] #28 32.95 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-05T14:47:52.567Z] #28 32.95 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-05T14:47:52.567Z] #28 32.95 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-03-05T14:47:52.567Z] #28 32.95 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-05T14:47:52.567Z] #28 32.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-05T14:47:52.567Z] #28 32.96 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-05T14:47:52.567Z] #28 33.00 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-05T14:47:52.567Z] #28 33.00 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-05T14:47:52.568Z] #28 33.00 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-05T14:47:52.568Z] #28 33.00 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-05T14:47:52.568Z] #28 33.01 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-05T14:47:52.568Z] #28 33.02 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-05T14:47:52.568Z] #28 33.02 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-05T14:47:52.568Z] #28 33.04 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-05T14:47:52.568Z] #28 33.04 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-05T14:47:52.568Z] #28 33.05 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-05T14:47:52.568Z] #28 33.15 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-05T14:47:52.598Z] #23 13.15 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T14:47:52.824Z] #28 33.18 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-05T14:47:52.824Z] #28 33.19 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-05T14:47:52.824Z] #28 33.20 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-05T14:47:53.180Z] #23 DONE 13.5s [2022-03-05T14:47:53.180Z] [2022-03-05T14:47:53.180Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T14:47:53.180Z] #27 sha256:1aad8d2d5fb2b28bf2ee7bb1decdb591c2e63231889d3f92f497ca02d8ad2315 [2022-03-05T14:47:53.180Z] #27 DONE 0.2s [2022-03-05T14:47:53.180Z] [2022-03-05T14:47:53.180Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T14:47:53.180Z] #32 sha256:81fa8687f036b7fa5ce779f2579b70b70001f242edb13fd64e2f87338762b7e5 [2022-03-05T14:47:53.397Z] #28 33.76 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:47:53.596Z] #60 ... [2022-03-05T14:47:53.596Z] [2022-03-05T14:47:53.596Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T14:47:53.596Z] #44 sha256:ce8c9f9473790abbabc292f3d857ca990f0886a6cc2ee523b1e6dce7cbb54581 [2022-03-05T14:47:53.655Z] #28 34.08 Fetched 18.6 MB in 1s (27.2 MB/s) [2022-03-05T14:47:53.655Z] #28 34.14 Selecting previously unselected package pigz. [2022-03-05T14:47:53.655Z] #28 34.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-05T14:47:53.655Z] #28 34.19 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-05T14:47:53.655Z] #28 34.20 Unpacking pigz (2.6-1) ... [2022-03-05T14:47:53.756Z] #32 DONE 0.5s [2022-03-05T14:47:53.756Z] [2022-03-05T14:47:53.756Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:53.756Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:47:53.756Z] #56 ... [2022-03-05T14:47:53.756Z] [2022-03-05T14:47:53.756Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T14:47:53.756Z] #35 sha256:312586e5047eb46cbea497ec2d4eb318bed3b85742494ffa1940b05467cdabda [2022-03-05T14:47:53.912Z] #28 34.26 Selecting previously unselected package libelf1:amd64. [2022-03-05T14:47:53.913Z] #28 34.26 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-05T14:47:53.913Z] #28 34.28 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-05T14:47:53.913Z] #28 34.38 Selecting previously unselected package libbpf0:amd64. [2022-03-05T14:47:53.913Z] #28 34.39 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-05T14:47:53.913Z] #28 34.40 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:47:53.913Z] #28 34.47 Selecting previously unselected package libcap2:amd64. [2022-03-05T14:47:53.913Z] #28 34.48 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:53.913Z] #28 34.49 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:47:53.913Z] #28 34.53 Selecting previously unselected package libmnl0:amd64. [2022-03-05T14:47:53.913Z] #28 34.54 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-05T14:47:53.913Z] #28 34.54 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:47:53.913Z] #28 34.60 Selecting previously unselected package libxtables12:amd64. [2022-03-05T14:47:54.016Z] #35 DONE 0.2s [2022-03-05T14:47:54.016Z] [2022-03-05T14:47:54.016Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T14:47:54.016Z] #37 sha256:ca16ccd662c24fdf3e70e200fbd7a9cc03c03dd8b0a23e8002122dcbe1bdd692 [2022-03-05T14:47:54.016Z] #37 DONE 0.1s [2022-03-05T14:47:54.016Z] [2022-03-05T14:47:54.016Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:47:54.016Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:47:54.170Z] #28 34.61 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-05T14:47:54.170Z] #28 34.61 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:47:54.170Z] #28 34.67 Selecting previously unselected package libcap2-bin. [2022-03-05T14:47:54.170Z] #28 34.67 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-05T14:47:54.170Z] #28 34.68 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-05T14:47:54.170Z] #28 34.73 Selecting previously unselected package iproute2. [2022-03-05T14:47:54.279Z] #51 ... [2022-03-05T14:47:54.279Z] [2022-03-05T14:47:54.279Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T14:47:54.279Z] #41 sha256:65df2377c546ca88f55b5f7cd6736e898daa525b8762a71bcd473e954323c55b [2022-03-05T14:47:54.279Z] #41 DONE 0.0s [2022-03-05T14:47:54.279Z] [2022-03-05T14:47:54.279Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:54.279Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:47:54.428Z] #28 34.74 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-05T14:47:54.428Z] #28 34.75 Unpacking iproute2 (5.10.0-4) ... [2022-03-05T14:47:54.684Z] #28 35.05 Selecting previously unselected package xxd. [2022-03-05T14:47:54.684Z] #28 35.05 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:47:54.684Z] #28 35.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:54.684Z] #28 35.13 Selecting previously unselected package vim-common. [2022-03-05T14:47:54.685Z] #28 35.13 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:54.685Z] #28 35.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:47:54.685Z] #28 35.25 Selecting previously unselected package bash-completion. [2022-03-05T14:47:54.906Z] #51 ... [2022-03-05T14:47:54.906Z] [2022-03-05T14:47:54.906Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:47:54.906Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:47:54.906Z] #43 202.5 + dpkg --print-architecture [2022-03-05T14:47:54.906Z] #43 202.5 + git checkout -q v2.1.0 [2022-03-05T14:47:54.906Z] #43 202.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-05T14:47:54.906Z] #43 202.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-05T14:47:54.941Z] #28 35.26 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-05T14:47:54.969Z] #44 DONE 1.1s [2022-03-05T14:47:54.969Z] [2022-03-05T14:47:54.969Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T14:47:54.969Z] #48 sha256:1d906bb87a188d69ecf84887a3ebf8ed085a0cca20e47bafef6c500c4e02eee8 [2022-03-05T14:47:54.969Z] #48 DONE 0.2s [2022-03-05T14:47:54.969Z] [2022-03-05T14:47:54.969Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T14:47:54.969Z] #50 sha256:9d869923d6197f2ea4c7b11aa296ce2299f23ea843441ed6769e6f7f111d2989 [2022-03-05T14:47:54.969Z] #50 DONE 0.1s [2022-03-05T14:47:54.969Z] [2022-03-05T14:47:54.969Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:47:54.969Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:47:56.311Z] #28 36.49 Unpacking bash-completion (1:2.11-2) ... [2022-03-05T14:47:56.311Z] #28 36.76 Selecting previously unselected package apparmor. [2022-03-05T14:47:56.311Z] #28 36.76 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-05T14:47:56.311Z] #28 36.80 Unpacking apparmor (2.13.6-10) ... [2022-03-05T14:47:56.567Z] #28 37.05 Selecting previously unselected package inetutils-ping. [2022-03-05T14:47:56.567Z] #28 37.05 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-05T14:47:56.567Z] #28 37.06 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-05T14:47:56.567Z] #28 37.14 Selecting previously unselected package libip4tc2:amd64. [2022-03-05T14:47:56.567Z] #28 37.15 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:56.824Z] #28 37.15 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:56.824Z] #28 37.20 Selecting previously unselected package libip6tc2:amd64. [2022-03-05T14:47:56.824Z] #28 37.21 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-05T14:47:56.824Z] #28 37.21 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:47:56.824Z] #28 37.26 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-05T14:47:56.824Z] #28 37.27 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-05T14:47:56.824Z] #28 37.27 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:47:56.824Z] #28 37.31 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-05T14:47:56.824Z] #28 37.32 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-05T14:47:56.824Z] #28 37.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:47:56.824Z] #28 37.37 Selecting previously unselected package libnftnl11:amd64. [2022-03-05T14:47:57.082Z] #28 37.38 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-05T14:47:57.082Z] #28 37.39 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:47:57.082Z] #28 37.45 Selecting previously unselected package iptables. [2022-03-05T14:47:57.082Z] #28 37.45 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-05T14:47:57.082Z] #28 37.46 Unpacking iptables (1.8.7-1) ... [2022-03-05T14:47:57.082Z] #28 37.63 Selecting previously unselected package libonig5:amd64. [2022-03-05T14:47:57.082Z] #28 37.64 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-05T14:47:57.082Z] #28 37.64 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:47:57.082Z] #28 37.74 Selecting previously unselected package libjq1:amd64. [2022-03-05T14:47:57.340Z] #28 37.75 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-05T14:47:57.340Z] #28 37.75 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:47:57.340Z] #28 37.84 Selecting previously unselected package jq. [2022-03-05T14:47:57.340Z] #28 37.85 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-05T14:47:57.340Z] #28 37.85 Unpacking jq (1.6-2.1) ... [2022-03-05T14:47:57.340Z] #28 37.93 Selecting previously unselected package libaio1:amd64. [2022-03-05T14:47:57.568Z] #56 ... [2022-03-05T14:47:57.568Z] [2022-03-05T14:47:57.569Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-05T14:47:57.569Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-05T14:47:57.569Z] #43 204.4 + dpkg --print-architecture [2022-03-05T14:47:57.569Z] #43 204.4 + git checkout -q v2.1.0 [2022-03-05T14:47:57.598Z] #28 37.95 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-05T14:47:57.598Z] #28 37.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:47:57.598Z] #28 37.99 Selecting previously unselected package libgpm2:amd64. [2022-03-05T14:47:57.598Z] #28 38.01 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-05T14:47:57.598Z] #28 38.01 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:47:57.598Z] #28 38.07 Selecting previously unselected package libinih1:amd64. [2022-03-05T14:47:57.598Z] #28 38.08 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-05T14:47:57.598Z] #28 38.09 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-05T14:47:57.598Z] #28 38.12 Selecting previously unselected package libnet1:amd64. [2022-03-05T14:47:57.598Z] #28 38.13 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-05T14:47:57.598Z] #28 38.13 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:47:57.856Z] #28 38.19 Selecting previously unselected package libnl-3-200:amd64. [2022-03-05T14:47:57.856Z] #28 38.20 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-05T14:47:57.856Z] #28 38.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:47:57.856Z] #28 38.27 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-05T14:47:57.856Z] #28 38.27 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-05T14:47:57.856Z] #28 38.29 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:47:57.856Z] #28 38.33 Selecting previously unselected package net-tools. [2022-03-05T14:47:57.856Z] #28 38.34 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-05T14:47:57.856Z] #28 38.34 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:47:57.856Z] #28 38.47 Selecting previously unselected package python-pip-whl. [2022-03-05T14:47:58.089Z] #43 204.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-05T14:47:58.089Z] #43 204.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-05T14:47:58.113Z] #28 38.48 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-05T14:47:58.113Z] #28 38.48 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-05T14:47:58.369Z] #28 38.81 Selecting previously unselected package python3-lib2to3. [2022-03-05T14:47:58.369Z] #28 38.82 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-05T14:47:58.369Z] #28 38.83 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:47:58.369Z] #28 38.91 Selecting previously unselected package python3-distutils. [2022-03-05T14:47:58.369Z] #28 38.92 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-05T14:47:58.369Z] #28 38.92 Unpacking python3-distutils (3.9.2-1) ... [2022-03-05T14:47:58.369Z] #28 39.00 Selecting previously unselected package python3-pkg-resources. [2022-03-05T14:47:58.369Z] #28 39.01 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-05T14:47:58.626Z] #28 39.02 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:47:58.626Z] #28 39.12 Selecting previously unselected package python3-setuptools. [2022-03-05T14:47:58.626Z] #28 39.13 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-05T14:47:58.626Z] #28 39.13 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-05T14:47:58.883Z] #28 39.26 Selecting previously unselected package python3-wheel. [2022-03-05T14:47:58.883Z] #28 39.27 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-05T14:47:58.883Z] #28 39.27 Unpacking python3-wheel (0.34.2-1) ... [2022-03-05T14:47:58.883Z] #28 39.33 Selecting previously unselected package python3-pip. [2022-03-05T14:47:58.883Z] #28 39.34 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-05T14:47:58.883Z] #28 39.35 Unpacking python3-pip (20.3.4-4) ... [2022-03-05T14:47:58.883Z] #28 39.54 Selecting previously unselected package sudo. [2022-03-05T14:47:59.140Z] #28 39.55 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-05T14:47:59.140Z] #28 39.56 Unpacking sudo (1.9.5p2-3) ... [2022-03-05T14:47:59.397Z] #28 39.86 Selecting previously unselected package thin-provisioning-tools. [2022-03-05T14:47:59.397Z] #28 39.87 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-05T14:47:59.397Z] #28 39.88 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:47:59.654Z] #28 40.00 Selecting previously unselected package uidmap. [2022-03-05T14:47:59.654Z] #28 40.02 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-05T14:47:59.654Z] #28 40.02 Unpacking uidmap (1:4.8.1-1) ... [2022-03-05T14:47:59.654Z] #28 40.11 Selecting previously unselected package vim-runtime. [2022-03-05T14:47:59.654Z] #28 40.12 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-05T14:47:59.654Z] #28 40.15 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-05T14:47:59.654Z] #28 40.17 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-05T14:47:59.654Z] #28 40.17 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:01.411Z] #60 202.1 # github.com/containerd/containerd/cmd/containerd [2022-03-05T14:48:01.411Z] #60 202.1 /usr/bin/ld: /tmp/go-link-600753571/000019.o: in function `New': [2022-03-05T14:48:01.411Z] #60 202.1 /tmp/tmp.Q4HJjQvGpc/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T14:48:01.411Z] #60 202.2 + bin/containerd-stress [2022-03-05T14:48:01.411Z] #60 203.2 + bin/containerd-shim [2022-03-05T14:48:01.548Z] #28 42.01 Selecting previously unselected package vim. [2022-03-05T14:48:01.548Z] #28 42.02 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-05T14:48:01.548Z] #28 42.04 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:01.805Z] #28 42.38 Selecting previously unselected package xfsprogs. [2022-03-05T14:48:01.805Z] #28 42.39 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-05T14:48:01.805Z] #28 42.39 Unpacking xfsprogs (5.10.0-4) ... [2022-03-05T14:48:02.063Z] #28 42.62 Selecting previously unselected package zip. [2022-03-05T14:48:02.063Z] #28 42.63 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-05T14:48:02.063Z] #28 42.64 Unpacking zip (3.0-12) ... [2022-03-05T14:48:02.063Z] #28 42.71 Selecting previously unselected package zstd. [2022-03-05T14:48:02.063Z] #28 42.72 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-05T14:48:02.321Z] #28 42.72 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:48:02.579Z] #28 42.93 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-05T14:48:03.143Z] #28 43.50 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-05T14:48:03.143Z] #28 43.51 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-05T14:48:03.143Z] #28 43.53 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-05T14:48:03.143Z] #28 43.54 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-05T14:48:03.143Z] #28 43.55 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-05T14:48:03.143Z] #28 43.56 Setting up uidmap (1:4.8.1-1) ... [2022-03-05T14:48:03.143Z] #28 43.57 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-05T14:48:03.144Z] #28 43.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-05T14:48:03.144Z] #28 43.59 Setting up python3-wheel (0.34.2-1) ... [2022-03-05T14:48:03.684Z] #28 44.00 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:03.684Z] #28 44.02 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-05T14:48:03.684Z] #28 44.03 Setting up libcap2-bin (1:2.44-1) ... [2022-03-05T14:48:03.684Z] #28 44.04 Setting up apparmor (2.13.6-10) ... [2022-03-05T14:48:04.616Z] #28 45.13 Setting up zip (3.0-12) ... [2022-03-05T14:48:04.616Z] #28 45.14 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:04.616Z] #28 45.16 Setting up bash-completion (1:2.11-2) ... [2022-03-05T14:48:05.987Z] #28 46.43 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-05T14:48:05.987Z] #28 46.44 Setting up sudo (1.9.5p2-3) ... [2022-03-05T14:48:05.987Z] #28 46.49 invoke-rc.d: could not determine current runlevel [2022-03-05T14:48:05.987Z] #28 46.50 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:48:05.987Z] #28 46.50 Setting up xfsprogs (5.10.0-4) ... [2022-03-05T14:48:05.987Z] #28 46.51 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-05T14:48:05.987Z] #28 46.53 Setting up inetutils-ping (2:2.0-1) ... [2022-03-05T14:48:05.987Z] #28 46.54 Setting up pigz (2.6-1) ... [2022-03-05T14:48:05.987Z] #28 46.55 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-05T14:48:05.987Z] #28 46.56 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-05T14:48:05.987Z] #28 46.58 Setting up python-pip-whl (20.3.4-4) ... [2022-03-05T14:48:05.987Z] #28 46.58 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:06.551Z] #28 47.07 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-05T14:48:06.551Z] #28 47.08 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-05T14:48:06.666Z] #60 209.1 + bin/containerd-shim-runc-v1 [2022-03-05T14:48:06.808Z] #28 47.33 Setting up libelf1:amd64 (0.183-1) ... [2022-03-05T14:48:06.808Z] #28 47.34 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-05T14:48:06.808Z] #28 47.35 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-05T14:48:06.808Z] #28 47.36 Setting up python3-distutils (3.9.2-1) ... [2022-03-05T14:48:07.371Z] #28 47.69 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-05T14:48:07.371Z] #28 47.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-05T14:48:07.371Z] #28 47.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-05T14:48:07.371Z] #28 47.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-05T14:48:07.371Z] #28 47.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-05T14:48:07.371Z] #28 47.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-05T14:48:07.371Z] #28 47.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-05T14:48:07.371Z] #28 47.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-05T14:48:07.371Z] #28 47.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-05T14:48:07.371Z] #28 47.77 Setting up python3-setuptools (52.0.0-4) ... [2022-03-05T14:48:08.301Z] #28 48.65 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-05T14:48:08.301Z] #28 48.67 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-05T14:48:08.301Z] #28 48.68 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-05T14:48:08.301Z] #28 48.69 Setting up python3-pip (20.3.4-4) ... [2022-03-05T14:48:08.865Z] #28 49.39 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-05T14:48:08.865Z] #28 49.40 Setting up jq (1.6-2.1) ... [2022-03-05T14:48:08.865Z] #28 49.42 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-05T14:48:08.865Z] #28 49.43 Setting up iptables (1.8.7-1) ... [2022-03-05T14:48:08.865Z] #28 49.44 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-05T14:48:08.865Z] #28 49.47 Setting up iproute2 (5.10.0-4) ... [2022-03-05T14:48:09.430Z] #28 49.70 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:48:09.994Z] #28 DONE 50.4s [2022-03-05T14:48:09.994Z] [2022-03-05T14:48:09.994Z] #29 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-05T14:48:09.994Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-05T14:48:10.834Z] #60 213.3 + bin/containerd-shim-runc-v2 [2022-03-05T14:48:10.834Z] #60 213.9 + binaries [2022-03-05T14:48:10.834Z] #60 213.9 + install -D bin/containerd /build/containerd [2022-03-05T14:48:10.834Z] #60 213.9 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T14:48:10.834Z] #60 213.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T14:48:10.834Z] #60 213.9 + install -D bin/ctr /build/ctr [2022-03-05T14:48:10.927Z] #29 0.920 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-05T14:48:10.928Z] #29 0.923 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-05T14:48:10.928Z] #29 0.927 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-05T14:48:10.928Z] #29 DONE 1.0s [2022-03-05T14:48:10.928Z] [2022-03-05T14:48:10.928Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-05T14:48:10.928Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-05T14:48:15.009Z] #60 DONE 218.1s [2022-03-05T14:48:15.576Z] [2022-03-05T14:48:15.577Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T14:48:15.577Z] #61 sha256:ebb5e3cf06f01ee2802cd150097a374d84f16b85e1d714ed7ea19da4babf6d45 [2022-03-05T14:48:16.891Z] #43 DONE 223.0s [2022-03-05T14:48:16.891Z] [2022-03-05T14:48:16.891Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:16.891Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:48:16.891Z] #56 ... [2022-03-05T14:48:16.891Z] [2022-03-05T14:48:16.891Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T14:48:16.891Z] #44 sha256:91adb28bb12fd43fbb548de8def366e23075786c065ff2157dccc23dcf171676 [2022-03-05T14:48:16.891Z] #44 DONE 0.5s [2022-03-05T14:48:16.891Z] [2022-03-05T14:48:16.891Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T14:48:16.891Z] #48 sha256:3d8645448617974ff8ca0030b3c69a631cf12c0301f8e30f042c8895e32a6c7f [2022-03-05T14:48:16.891Z] #48 DONE 0.2s [2022-03-05T14:48:16.891Z] [2022-03-05T14:48:16.891Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:16.891Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:48:17.153Z] #56 ... [2022-03-05T14:48:17.153Z] [2022-03-05T14:48:17.153Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T14:48:17.153Z] #50 sha256:9ef8bb8e5c41d3240106af4e574a1f7f44bca4e222a434210a5888e9d113ab3c [2022-03-05T14:48:17.153Z] #50 DONE 0.1s [2022-03-05T14:48:17.153Z] [2022-03-05T14:48:17.153Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:17.153Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:48:17.467Z] #61 DONE 1.6s [2022-03-05T14:48:17.467Z] [2022-03-05T14:48:17.467Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T14:48:17.467Z] #66 sha256:b834277fdab9c75243fdbcb1f336e9fd2194a2f4f974d2e6b577ce7e872d940f [2022-03-05T14:48:17.723Z] #66 DONE 0.4s [2022-03-05T14:48:17.723Z] [2022-03-05T14:48:17.723Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T14:48:17.723Z] #71 sha256:259327c257dda85fc65c9fccd9f2a543f2a4916983158c33ae6cf28ebf4bae9f [2022-03-05T14:48:19.028Z] #30 7.615 Collecting yamllint==1.26.1 [2022-03-05T14:48:19.594Z] #30 8.664 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-05T14:48:19.618Z] #71 DONE 1.8s [2022-03-05T14:48:19.618Z] [2022-03-05T14:48:19.618Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T14:48:19.618Z] #72 sha256:fc0b9b41d504fc631109c5604b2caac0dbad8c7ba1998c9a761ec3f29a428d37 [2022-03-05T14:48:19.618Z] #72 DONE 0.0s [2022-03-05T14:48:19.618Z] [2022-03-05T14:48:19.618Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T14:48:19.619Z] #73 sha256:d6cdbce383dcfd7161c770949497031c998b4d877c7a0e5203125b96471563d2 [2022-03-05T14:48:20.029Z] #43 DONE 225.0s [2022-03-05T14:48:20.029Z] [2022-03-05T14:48:20.030Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:48:20.030Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:48:20.030Z] #51 ... [2022-03-05T14:48:20.030Z] [2022-03-05T14:48:20.030Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T14:48:20.030Z] #44 sha256:ee4eea1590d5bba1d07c7599303ac8ea0b393946bf56b561d0186ac72cc661bc [2022-03-05T14:48:20.159Z] #30 9.328 Collecting pathspec>=0.5.3 [2022-03-05T14:48:20.159Z] #30 9.332 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-05T14:48:20.183Z] #73 DONE 0.9s [2022-03-05T14:48:20.290Z] #44 DONE 0.5s [2022-03-05T14:48:20.290Z] [2022-03-05T14:48:20.290Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T14:48:20.290Z] #48 sha256:f26c26c7b3c8c5967d809e41627dccf30cc1ee16694e71eeb0828d58b0b87bf0 [2022-03-05T14:48:20.290Z] #48 DONE 0.1s [2022-03-05T14:48:20.290Z] [2022-03-05T14:48:20.290Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T14:48:20.290Z] #50 sha256:2833ab404d9ccea953b868d727481460de1a1ed135fab9814ff6e3537ab0a4e2 [2022-03-05T14:48:20.417Z] #30 9.602 Collecting pyyaml [2022-03-05T14:48:20.417Z] #30 9.611 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-05T14:48:20.417Z] #30 9.653 Building wheels for collected packages: yamllint [2022-03-05T14:48:20.417Z] #30 9.653 Building wheel for yamllint (setup.py): started [2022-03-05T14:48:20.441Z] [2022-03-05T14:48:20.441Z] #74 exporting to image [2022-03-05T14:48:20.441Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T14:48:20.441Z] #74 exporting layers [2022-03-05T14:48:20.550Z] #50 DONE 0.1s [2022-03-05T14:48:20.550Z] [2022-03-05T14:48:20.550Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:20.550Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:48:21.348Z] #30 10.19 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-05T14:48:21.348Z] #30 10.19 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=dfc2d940716d1d3329fc1f5a860b0e4458364c7430eebc201b2e7b64efb9dc4c [2022-03-05T14:48:21.348Z] #30 10.19 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-05T14:48:21.348Z] #30 10.19 Successfully built yamllint [2022-03-05T14:48:21.348Z] #30 10.22 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-05T14:48:21.348Z] #30 10.43 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-05T14:48:21.498Z] #56 ... [2022-03-05T14:48:21.498Z] [2022-03-05T14:48:21.498Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:21.498Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:48:21.498Z] #60 196.0 + bin/containerd [2022-03-05T14:48:21.607Z] #30 DONE 10.7s [2022-03-05T14:48:21.608Z] [2022-03-05T14:48:21.608Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:21.608Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:48:21.608Z] #67 ... [2022-03-05T14:48:21.608Z] [2022-03-05T14:48:21.608Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-05T14:48:21.608Z] #34 sha256:825c7b84ce048fab467920e0212eab5c6b0a7b054b8b263c4a2dd8038c41d512 [2022-03-05T14:48:21.865Z] #34 DONE 0.2s [2022-03-05T14:48:21.865Z] [2022-03-05T14:48:21.865Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-05T14:48:21.865Z] #39 sha256:fd96f935f5a3c4d93a18b23f7d36e358bec8b1cb37febc5073eb2bf95f6fa6c2 [2022-03-05T14:48:21.865Z] #39 DONE 0.2s [2022-03-05T14:48:21.865Z] [2022-03-05T14:48:21.865Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:21.865Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:48:22.122Z] #63 ... [2022-03-05T14:48:22.122Z] [2022-03-05T14:48:22.122Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-05T14:48:22.122Z] #42 sha256:f130e9339a2311535d3e3faaffa4951314b765dc76e020f4d886ec6d671093b3 [2022-03-05T14:48:22.122Z] #42 DONE 0.1s [2022-03-05T14:48:22.122Z] [2022-03-05T14:48:22.122Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-05T14:48:22.122Z] #44 sha256:656d9dabc7d95ac7884606efad241da538858a841ae1ace4ab9d83168761f655 [2022-03-05T14:48:22.122Z] #44 DONE 0.1s [2022-03-05T14:48:22.122Z] [2022-03-05T14:48:22.122Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-05T14:48:22.122Z] #48 sha256:d3d73ed5bc3c43019c4d0c3b3844eeac6900af6d4a64f16bce6934aeab58cb94 [2022-03-05T14:48:22.122Z] #48 DONE 0.0s [2022-03-05T14:48:22.122Z] [2022-03-05T14:48:22.122Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:22.122Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:48:22.379Z] #63 ... [2022-03-05T14:48:22.379Z] [2022-03-05T14:48:22.379Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-05T14:48:22.379Z] #51 sha256:f52cb80ed53c6c2c10432a8a8ca3c3596e6f87787cb0c90e9c28f4bf466c58d6 [2022-03-05T14:48:22.379Z] #51 DONE 0.1s [2022-03-05T14:48:22.379Z] [2022-03-05T14:48:22.379Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-05T14:48:22.379Z] #55 sha256:a7184065213dd9c6a38249f9f121e08fd62d4d7a215448833b3361da4baea9ad [2022-03-05T14:48:22.379Z] #55 DONE 0.1s [2022-03-05T14:48:22.379Z] [2022-03-05T14:48:22.379Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-05T14:48:22.379Z] #57 sha256:f24d0cd1b0e1605ee7d8a1fa0eeee5cb50304c9da273207b6c7695fe25c829ca [2022-03-05T14:48:22.379Z] #57 DONE 0.1s [2022-03-05T14:48:22.379Z] [2022-03-05T14:48:22.379Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:22.379Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:48:22.637Z] #67 ... [2022-03-05T14:48:22.637Z] [2022-03-05T14:48:22.637Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T14:48:22.637Z] #59 sha256:9ed4a53157dff38e14523f7ac59d31deabe82f0e3edb26cbd44ac2bb9aea61b5 [2022-03-05T14:48:22.637Z] #59 DONE 0.1s [2022-03-05T14:48:22.637Z] [2022-03-05T14:48:22.637Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T14:48:22.637Z] #61 sha256:c4b17fe49f4c4e94a142e0f89ad0d836045e635b403d7f0b6a0216583a5137fa [2022-03-05T14:48:22.637Z] #61 DONE 0.1s [2022-03-05T14:48:22.637Z] [2022-03-05T14:48:22.637Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:22.637Z] #63 sha256:31fca16869eb18baf34b99abb8a03e5142d2fdc63abc45761ec61c09e43e9563 [2022-03-05T14:48:23.708Z] #74 exporting layers 3.2s done [2022-03-05T14:48:23.708Z] #74 writing image sha256:9b96504cdd94ed1ee5c27bcb893cf8eaae4526fc327fff1ddd652c608cd01e3c done [2022-03-05T14:48:23.708Z] #74 naming to docker.io/library/docker:9d482552d69122f5f7e62ac40049e3df4438623f done [2022-03-05T14:48:23.708Z] #74 DONE 3.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-05T14:48:24.040Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-05T14:48:24.315Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d482552d69122f5f7e62ac40049e3df4438623f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d482552d69122f5f7e62ac40049e3df4438623f hack/test/unit [2022-03-05T14:48:24.945Z] 8f616e6e9eec: Pull complete [2022-03-05T14:48:25.679Z] #60 ... [2022-03-05T14:48:25.679Z] [2022-03-05T14:48:25.679Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:25.679Z] #56 sha256:7f5a8fb674808fd83f9a211cfd1e24b48425e17b739a6c54e02cca3808faa773 [2022-03-05T14:48:25.679Z] #56 127.2 + mkdir -p /build [2022-03-05T14:48:25.679Z] #56 127.2 + cp runc /build/runc [2022-03-05T14:48:25.685Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-05T14:48:25.685Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-05T14:48:25.685Z] + TESTDIRS=./... [2022-03-05T14:48:25.685Z] + exclude_paths='/vendor/|/integration' [2022-03-05T14:48:25.685Z] ++ go list ./... [2022-03-05T14:48:25.685Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-05T14:48:26.615Z] + pkg_list='github.com/docker/docker/api [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/backend/build [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/httputils [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/middleware [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/build [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/container [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/debug [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/image [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/network [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/session [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/system [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/server/router/volume [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/backend [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/container [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/events [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/filters [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/image [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/mount [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/network [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/registry [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/strslice [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/swarm [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/time [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/versions [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T14:48:26.615Z] github.com/docker/docker/api/types/volume [2022-03-05T14:48:26.615Z] github.com/docker/docker/builder [2022-03-05T14:48:26.615Z] github.com/docker/docker/builder/builder-next [2022-03-05T14:48:26.615Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T14:48:26.615Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T14:48:26.615Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/dockerfile [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/dockerignore [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/remotecontext [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli/config [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli/debug [2022-03-05T14:48:26.616Z] github.com/docker/docker/client [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T14:48:26.616Z] github.com/docker/docker/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/container/stream [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/apparmor [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/httpserver [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/config [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/events [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/exec [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/images [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/initlayer [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/links [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/listeners [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/local [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/names [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/network [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/stats [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/metadata [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/utils [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/xfer [2022-03-05T14:48:26.616Z] github.com/docker/docker/dockerversion [2022-03-05T14:48:26.616Z] github.com/docker/docker/errdefs [2022-03-05T14:48:26.616Z] github.com/docker/docker/image [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/cache [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/tarexport [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/v1 [2022-03-05T14:48:26.616Z] github.com/docker/docker/internal/test/suite [2022-03-05T14:48:26.616Z] github.com/docker/docker/layer [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/types [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/libnetwork/types [2022-03-05T14:48:26.616Z] github.com/docker/docker/oci [2022-03-05T14:48:26.616Z] github.com/docker/docker/oci/caps [2022-03-05T14:48:26.616Z] github.com/docker/docker/opts [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/aaparser [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/archive [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/authorization [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/capabilities [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/containerfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/directory [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/dmesg [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/filenotify [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/fileutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/fsutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/homedir [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/idtools [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/ioutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/locker [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/longpath [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/loopback [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/mount [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/parsers [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/pidfile [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/platform [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugins [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/pools [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/progress [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/pubsub [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/reexec [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/signal [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/stack [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/stringid [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/symlink [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/system [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/tailfile [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/tarsum [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/term [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/term/windows [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/truncindex [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/urlutil [2022-03-05T14:48:26.616Z] github.com/docker/docker/pkg/useragent [2022-03-05T14:48:26.616Z] github.com/docker/docker/plugin [2022-03-05T14:48:26.616Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T14:48:26.616Z] github.com/docker/docker/plugin/v2 [2022-03-05T14:48:26.616Z] github.com/docker/docker/profiles/apparmor [2022-03-05T14:48:26.616Z] github.com/docker/docker/profiles/seccomp [2022-03-05T14:48:26.616Z] github.com/docker/docker/quota [2022-03-05T14:48:26.616Z] github.com/docker/docker/reference [2022-03-05T14:48:26.616Z] github.com/docker/docker/registry [2022-03-05T14:48:26.616Z] github.com/docker/docker/registry/resumable [2022-03-05T14:48:26.616Z] github.com/docker/docker/restartmanager [2022-03-05T14:48:26.616Z] github.com/docker/docker/rootless [2022-03-05T14:48:26.616Z] github.com/docker/docker/rootless/specconv [2022-03-05T14:48:26.616Z] github.com/docker/docker/runconfig [2022-03-05T14:48:26.616Z] github.com/docker/docker/runconfig/opts [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/daemon [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/environment [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fakegit [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/registry [2022-03-05T14:48:26.616Z] github.com/docker/docker/testutil/request [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/drivers [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/local [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/mounts [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/service [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/service/opts [2022-03-05T14:48:26.616Z] github.com/docker/docker/volume/testutils' [2022-03-05T14:48:26.616Z] ++ grep --fixed-strings -v /libnetwork [2022-03-05T14:48:26.616Z] ++ echo 'github.com/docker/docker/api [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/backend/build [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/httputils [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/middleware [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/build [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/debug [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/image [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/network [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/session [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/system [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/server/router/volume [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/backend [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/events [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/filters [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/image [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/mount [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/network [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/registry [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/strslice [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/swarm [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/time [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/versions [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T14:48:26.616Z] github.com/docker/docker/api/types/volume [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/dockerfile [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/dockerignore [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/remotecontext [2022-03-05T14:48:26.616Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli/config [2022-03-05T14:48:26.616Z] github.com/docker/docker/cli/debug [2022-03-05T14:48:26.616Z] github.com/docker/docker/client [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T14:48:26.616Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T14:48:26.616Z] github.com/docker/docker/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/container/stream [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/apparmor [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T14:48:26.616Z] github.com/docker/docker/contrib/httpserver [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/config [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/events [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/exec [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/images [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/initlayer [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/links [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/listeners [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/local [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/names [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/network [2022-03-05T14:48:26.616Z] github.com/docker/docker/daemon/stats [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/metadata [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/utils [2022-03-05T14:48:26.616Z] github.com/docker/docker/distribution/xfer [2022-03-05T14:48:26.616Z] github.com/docker/docker/dockerversion [2022-03-05T14:48:26.616Z] github.com/docker/docker/errdefs [2022-03-05T14:48:26.616Z] github.com/docker/docker/image [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/cache [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/tarexport [2022-03-05T14:48:26.616Z] github.com/docker/docker/image/v1 [2022-03-05T14:48:26.616Z] github.com/docker/docker/internal/test/suite [2022-03-05T14:48:26.616Z] github.com/docker/docker/layer [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T14:48:26.616Z] github.com/docker/docker/libcontainerd/types [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/libnetwork/types [2022-03-05T14:48:26.617Z] github.com/docker/docker/oci [2022-03-05T14:48:26.617Z] github.com/docker/docker/oci/caps [2022-03-05T14:48:26.617Z] github.com/docker/docker/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/aaparser [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/archive [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/authorization [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/capabilities [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/containerfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/directory [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/dmesg [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/filenotify [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/fileutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/fsutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/homedir [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/idtools [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/ioutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/locker [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/longpath [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/loopback [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/mount [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pidfile [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/platform [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pools [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/progress [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pubsub [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/reexec [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/signal [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stack [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stringid [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/symlink [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/system [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/tailfile [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/tarsum [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/term [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/term/windows [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/truncindex [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/urlutil [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/useragent [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin/v2 [2022-03-05T14:48:26.617Z] github.com/docker/docker/profiles/apparmor [2022-03-05T14:48:26.617Z] github.com/docker/docker/profiles/seccomp [2022-03-05T14:48:26.617Z] github.com/docker/docker/quota [2022-03-05T14:48:26.617Z] github.com/docker/docker/reference [2022-03-05T14:48:26.617Z] github.com/docker/docker/registry [2022-03-05T14:48:26.617Z] github.com/docker/docker/registry/resumable [2022-03-05T14:48:26.617Z] github.com/docker/docker/restartmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/rootless [2022-03-05T14:48:26.617Z] github.com/docker/docker/rootless/specconv [2022-03-05T14:48:26.617Z] github.com/docker/docker/runconfig [2022-03-05T14:48:26.617Z] github.com/docker/docker/runconfig/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/daemon [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/environment [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakegit [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/registry [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/request [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/drivers [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/local [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/mounts [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/service [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/service/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/testutils' [2022-03-05T14:48:26.617Z] + base_pkg_list='github.com/docker/docker/api [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/backend/build [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/httputils [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/middleware [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/build [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/container [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/debug [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/image [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/network [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/session [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/system [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/server/router/volume [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/backend [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/container [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/events [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/filters [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/image [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/mount [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/network [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/registry [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/strslice [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/swarm [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/time [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/versions [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T14:48:26.617Z] github.com/docker/docker/api/types/volume [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/dockerfile [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/dockerignore [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/remotecontext [2022-03-05T14:48:26.617Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T14:48:26.617Z] github.com/docker/docker/cli [2022-03-05T14:48:26.617Z] github.com/docker/docker/cli/config [2022-03-05T14:48:26.617Z] github.com/docker/docker/cli/debug [2022-03-05T14:48:26.617Z] github.com/docker/docker/client [2022-03-05T14:48:26.617Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T14:48:26.617Z] github.com/docker/docker/cmd/dockerd [2022-03-05T14:48:26.617Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T14:48:26.617Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T14:48:26.617Z] github.com/docker/docker/container [2022-03-05T14:48:26.617Z] github.com/docker/docker/container/stream [2022-03-05T14:48:26.617Z] github.com/docker/docker/contrib/apparmor [2022-03-05T14:48:26.617Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T14:48:26.617Z] github.com/docker/docker/contrib/httpserver [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/config [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/events [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/exec [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/images [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/initlayer [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/links [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/listeners [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/local [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/names [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/network [2022-03-05T14:48:26.617Z] github.com/docker/docker/daemon/stats [2022-03-05T14:48:26.617Z] github.com/docker/docker/distribution [2022-03-05T14:48:26.617Z] github.com/docker/docker/distribution/metadata [2022-03-05T14:48:26.617Z] github.com/docker/docker/distribution/utils [2022-03-05T14:48:26.617Z] github.com/docker/docker/distribution/xfer [2022-03-05T14:48:26.617Z] github.com/docker/docker/dockerversion [2022-03-05T14:48:26.617Z] github.com/docker/docker/errdefs [2022-03-05T14:48:26.617Z] github.com/docker/docker/image [2022-03-05T14:48:26.617Z] github.com/docker/docker/image/cache [2022-03-05T14:48:26.617Z] github.com/docker/docker/image/tarexport [2022-03-05T14:48:26.617Z] github.com/docker/docker/image/v1 [2022-03-05T14:48:26.617Z] github.com/docker/docker/internal/test/suite [2022-03-05T14:48:26.617Z] github.com/docker/docker/layer [2022-03-05T14:48:26.617Z] github.com/docker/docker/libcontainerd [2022-03-05T14:48:26.617Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T14:48:26.617Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T14:48:26.617Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T14:48:26.617Z] github.com/docker/docker/libcontainerd/types [2022-03-05T14:48:26.617Z] github.com/docker/docker/oci [2022-03-05T14:48:26.617Z] github.com/docker/docker/oci/caps [2022-03-05T14:48:26.617Z] github.com/docker/docker/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/aaparser [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/archive [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/authorization [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/capabilities [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/containerfs [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/directory [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/dmesg [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/filenotify [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/fileutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/fsutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/homedir [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/idtools [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/ioutils [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/locker [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/longpath [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/loopback [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/mount [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pidfile [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/platform [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pools [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/progress [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/pubsub [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/reexec [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/signal [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stack [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/stringid [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/symlink [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/system [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/tailfile [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/tarsum [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/term [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/term/windows [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/truncindex [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/urlutil [2022-03-05T14:48:26.617Z] github.com/docker/docker/pkg/useragent [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T14:48:26.617Z] github.com/docker/docker/plugin/v2 [2022-03-05T14:48:26.617Z] github.com/docker/docker/profiles/apparmor [2022-03-05T14:48:26.617Z] github.com/docker/docker/profiles/seccomp [2022-03-05T14:48:26.617Z] github.com/docker/docker/quota [2022-03-05T14:48:26.617Z] github.com/docker/docker/reference [2022-03-05T14:48:26.617Z] github.com/docker/docker/registry [2022-03-05T14:48:26.617Z] github.com/docker/docker/registry/resumable [2022-03-05T14:48:26.617Z] github.com/docker/docker/restartmanager [2022-03-05T14:48:26.617Z] github.com/docker/docker/rootless [2022-03-05T14:48:26.617Z] github.com/docker/docker/rootless/specconv [2022-03-05T14:48:26.617Z] github.com/docker/docker/runconfig [2022-03-05T14:48:26.617Z] github.com/docker/docker/runconfig/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/daemon [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/environment [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakegit [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/registry [2022-03-05T14:48:26.617Z] github.com/docker/docker/testutil/request [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/drivers [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/local [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/mounts [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/service [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/service/opts [2022-03-05T14:48:26.617Z] github.com/docker/docker/volume/testutils' [2022-03-05T14:48:26.617Z] ++ grep --fixed-strings /libnetwork [2022-03-05T14:48:26.618Z] ++ echo 'github.com/docker/docker/api [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/backend/build [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/httputils [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/middleware [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/build [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/container [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/debug [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/image [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/network [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/session [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/system [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/server/router/volume [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/backend [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/container [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/events [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/filters [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/image [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/mount [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/network [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/registry [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/strslice [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/swarm [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/time [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/versions [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T14:48:26.618Z] github.com/docker/docker/api/types/volume [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/dockerfile [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/dockerignore [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/remotecontext [2022-03-05T14:48:26.618Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T14:48:26.618Z] github.com/docker/docker/cli [2022-03-05T14:48:26.618Z] github.com/docker/docker/cli/config [2022-03-05T14:48:26.618Z] github.com/docker/docker/cli/debug [2022-03-05T14:48:26.618Z] github.com/docker/docker/client [2022-03-05T14:48:26.618Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T14:48:26.618Z] github.com/docker/docker/cmd/dockerd [2022-03-05T14:48:26.618Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T14:48:26.618Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T14:48:26.618Z] github.com/docker/docker/container [2022-03-05T14:48:26.618Z] github.com/docker/docker/container/stream [2022-03-05T14:48:26.618Z] github.com/docker/docker/contrib/apparmor [2022-03-05T14:48:26.618Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T14:48:26.618Z] github.com/docker/docker/contrib/httpserver [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/config [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/events [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/exec [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/images [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/initlayer [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/links [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/listeners [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/local [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/names [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/network [2022-03-05T14:48:26.618Z] github.com/docker/docker/daemon/stats [2022-03-05T14:48:26.618Z] github.com/docker/docker/distribution [2022-03-05T14:48:26.618Z] github.com/docker/docker/distribution/metadata [2022-03-05T14:48:26.618Z] github.com/docker/docker/distribution/utils [2022-03-05T14:48:26.618Z] github.com/docker/docker/distribution/xfer [2022-03-05T14:48:26.618Z] github.com/docker/docker/dockerversion [2022-03-05T14:48:26.618Z] github.com/docker/docker/errdefs [2022-03-05T14:48:26.618Z] github.com/docker/docker/image [2022-03-05T14:48:26.618Z] github.com/docker/docker/image/cache [2022-03-05T14:48:26.618Z] github.com/docker/docker/image/tarexport [2022-03-05T14:48:26.618Z] github.com/docker/docker/image/v1 [2022-03-05T14:48:26.618Z] github.com/docker/docker/internal/test/suite [2022-03-05T14:48:26.618Z] github.com/docker/docker/layer [2022-03-05T14:48:26.618Z] github.com/docker/docker/libcontainerd [2022-03-05T14:48:26.618Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T14:48:26.618Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T14:48:26.618Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T14:48:26.618Z] github.com/docker/docker/libcontainerd/types [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/types [2022-03-05T14:48:26.618Z] github.com/docker/docker/oci [2022-03-05T14:48:26.618Z] github.com/docker/docker/oci/caps [2022-03-05T14:48:26.618Z] github.com/docker/docker/opts [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/aaparser [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/archive [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/authorization [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/capabilities [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/containerfs [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/directory [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/dmesg [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/filenotify [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/fileutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/fsutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/homedir [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/idtools [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/ioutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/locker [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/longpath [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/loopback [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/mount [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/parsers [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/pidfile [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/platform [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugins [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/pools [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/progress [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/pubsub [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/reexec [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/signal [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/stack [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/stringid [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/symlink [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/system [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/tailfile [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/tarsum [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/term [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/term/windows [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/truncindex [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/urlutil [2022-03-05T14:48:26.618Z] github.com/docker/docker/pkg/useragent [2022-03-05T14:48:26.618Z] github.com/docker/docker/plugin [2022-03-05T14:48:26.618Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T14:48:26.618Z] github.com/docker/docker/plugin/v2 [2022-03-05T14:48:26.618Z] github.com/docker/docker/profiles/apparmor [2022-03-05T14:48:26.618Z] github.com/docker/docker/profiles/seccomp [2022-03-05T14:48:26.618Z] github.com/docker/docker/quota [2022-03-05T14:48:26.618Z] github.com/docker/docker/reference [2022-03-05T14:48:26.618Z] github.com/docker/docker/registry [2022-03-05T14:48:26.618Z] github.com/docker/docker/registry/resumable [2022-03-05T14:48:26.618Z] github.com/docker/docker/restartmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/rootless [2022-03-05T14:48:26.618Z] github.com/docker/docker/rootless/specconv [2022-03-05T14:48:26.618Z] github.com/docker/docker/runconfig [2022-03-05T14:48:26.618Z] github.com/docker/docker/runconfig/opts [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/daemon [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/environment [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fakegit [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/registry [2022-03-05T14:48:26.618Z] github.com/docker/docker/testutil/request [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/drivers [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/local [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/mounts [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/service [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/service/opts [2022-03-05T14:48:26.618Z] github.com/docker/docker/volume/testutils' [2022-03-05T14:48:26.618Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:48:26.618Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/types' [2022-03-05T14:48:26.619Z] + echo 'github.com/docker/docker/libnetwork [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/types' [2022-03-05T14:48:26.619Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:48:26.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:48:26.619Z] + type docker-proxy [2022-03-05T14:48:26.619Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-05T14:48:26.619Z] + hack/make.sh binary-proxy install-proxy [2022-03-05T14:48:26.619Z] [2022-03-05T14:48:26.619Z] Removing bundles/ [2022-03-05T14:48:26.619Z] [2022-03-05T14:48:26.619Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-05T14:48:26.619Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-05T14:48:26.619Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:48:27.577Z] #56 DONE 130.0s [2022-03-05T14:48:27.577Z] [2022-03-05T14:48:27.577Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:27.577Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:48:30.858Z] #60 ... [2022-03-05T14:48:30.858Z] [2022-03-05T14:48:30.858Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:48:30.858Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:48:30.858Z] #51 233.9 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T14:48:30.858Z] #51 DONE 234.0s [2022-03-05T14:48:30.858Z] [2022-03-05T14:48:30.858Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:30.858Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:48:32.260Z] #60 ... [2022-03-05T14:48:32.260Z] [2022-03-05T14:48:32.260Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T14:48:32.260Z] #52 sha256:b943f2f84b596f98fa93dce11cb3b8ebb120aa17683e6365dc81ff557fe9dc94 [2022-03-05T14:48:33.165Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-05T14:48:33.165Z] [2022-03-05T14:48:33.165Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-05T14:48:33.165Z] Installing docker-proxy to /usr/local/bin/ [2022-03-05T14:48:33.165Z] [2022-03-05T14:48:33.165Z] + mkdir -p bundles [2022-03-05T14:48:33.165Z] + '[' -n 'github.com/docker/docker/api [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/backend/build [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/httputils [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/middleware [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/build [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/container [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/debug [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/image [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/network [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/session [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/system [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/server/router/volume [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/backend [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/container [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/events [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/filters [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/image [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/mount [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/network [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/registry [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/strslice [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/swarm [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/time [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/versions [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T14:48:33.165Z] github.com/docker/docker/api/types/volume [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/dockerfile [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/dockerignore [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/remotecontext [2022-03-05T14:48:33.165Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T14:48:33.165Z] github.com/docker/docker/cli [2022-03-05T14:48:33.165Z] github.com/docker/docker/cli/config [2022-03-05T14:48:33.165Z] github.com/docker/docker/cli/debug [2022-03-05T14:48:33.165Z] github.com/docker/docker/client [2022-03-05T14:48:33.165Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T14:48:33.165Z] github.com/docker/docker/cmd/dockerd [2022-03-05T14:48:33.165Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T14:48:33.165Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T14:48:33.165Z] github.com/docker/docker/container [2022-03-05T14:48:33.165Z] github.com/docker/docker/container/stream [2022-03-05T14:48:33.165Z] github.com/docker/docker/contrib/apparmor [2022-03-05T14:48:33.165Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T14:48:33.165Z] github.com/docker/docker/contrib/httpserver [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/config [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/events [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/exec [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/images [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/initlayer [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/links [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/listeners [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/local [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/names [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/network [2022-03-05T14:48:33.165Z] github.com/docker/docker/daemon/stats [2022-03-05T14:48:33.165Z] github.com/docker/docker/distribution [2022-03-05T14:48:33.165Z] github.com/docker/docker/distribution/metadata [2022-03-05T14:48:33.165Z] github.com/docker/docker/distribution/utils [2022-03-05T14:48:33.165Z] github.com/docker/docker/distribution/xfer [2022-03-05T14:48:33.165Z] github.com/docker/docker/dockerversion [2022-03-05T14:48:33.165Z] github.com/docker/docker/errdefs [2022-03-05T14:48:33.165Z] github.com/docker/docker/image [2022-03-05T14:48:33.165Z] github.com/docker/docker/image/cache [2022-03-05T14:48:33.165Z] github.com/docker/docker/image/tarexport [2022-03-05T14:48:33.165Z] github.com/docker/docker/image/v1 [2022-03-05T14:48:33.165Z] github.com/docker/docker/internal/test/suite [2022-03-05T14:48:33.165Z] github.com/docker/docker/layer [2022-03-05T14:48:33.165Z] github.com/docker/docker/libcontainerd [2022-03-05T14:48:33.165Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T14:48:33.165Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T14:48:33.165Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T14:48:33.165Z] github.com/docker/docker/libcontainerd/types [2022-03-05T14:48:33.165Z] github.com/docker/docker/oci [2022-03-05T14:48:33.165Z] github.com/docker/docker/oci/caps [2022-03-05T14:48:33.165Z] github.com/docker/docker/opts [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/aaparser [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/archive [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/authorization [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/capabilities [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/containerfs [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/directory [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/dmesg [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/filenotify [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/fileutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/fsutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/homedir [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/idtools [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/ioutils [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/locker [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/longpath [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/loopback [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/mount [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/parsers [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/pidfile [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/platform [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugins [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/pools [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/progress [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/pubsub [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/reexec [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/signal [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/stack [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/stringid [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/symlink [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/system [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/tailfile [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/tarsum [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/term [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/term/windows [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/truncindex [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/urlutil [2022-03-05T14:48:33.165Z] github.com/docker/docker/pkg/useragent [2022-03-05T14:48:33.165Z] github.com/docker/docker/plugin [2022-03-05T14:48:33.165Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T14:48:33.165Z] github.com/docker/docker/plugin/v2 [2022-03-05T14:48:33.165Z] github.com/docker/docker/profiles/apparmor [2022-03-05T14:48:33.165Z] github.com/docker/docker/profiles/seccomp [2022-03-05T14:48:33.165Z] github.com/docker/docker/quota [2022-03-05T14:48:33.165Z] github.com/docker/docker/reference [2022-03-05T14:48:33.165Z] github.com/docker/docker/registry [2022-03-05T14:48:33.165Z] github.com/docker/docker/registry/resumable [2022-03-05T14:48:33.165Z] github.com/docker/docker/restartmanager [2022-03-05T14:48:33.165Z] github.com/docker/docker/rootless [2022-03-05T14:48:33.165Z] github.com/docker/docker/rootless/specconv [2022-03-05T14:48:33.165Z] github.com/docker/docker/runconfig [2022-03-05T14:48:33.165Z] github.com/docker/docker/runconfig/opts [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/daemon [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/environment [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fakegit [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/registry [2022-03-05T14:48:33.165Z] github.com/docker/docker/testutil/request [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/drivers [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/local [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/mounts [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/service [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/service/opts [2022-03-05T14:48:33.165Z] github.com/docker/docker/volume/testutils' ']' [2022-03-05T14:48:33.166Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T14:48:33.166Z] ? github.com/docker/docker/api [no test files] [2022-03-05T14:48:33.200Z] #52 DONE 0.9s [2022-03-05T14:48:33.200Z] [2022-03-05T14:48:33.200Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T14:48:33.200Z] #54 sha256:529cca5e838d2fab1851f2d976697ff675f46088a7548bfdd536c0cf05b9028f [2022-03-05T14:48:33.200Z] #54 DONE 0.1s [2022-03-05T14:48:33.200Z] [2022-03-05T14:48:33.200Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:33.200Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:48:33.200Z] #60 ... [2022-03-05T14:48:33.200Z] [2022-03-05T14:48:33.200Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T14:48:33.200Z] #57 sha256:12c90d897c8431e2ef24b4271da62dec5740843b0b6543669e91509f7b7d0bcc [2022-03-05T14:48:33.764Z] #57 DONE 0.5s [2022-03-05T14:48:33.764Z] [2022-03-05T14:48:33.764Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:33.764Z] #60 sha256:1d043b46611365d8707fc4df668e9433f28ae603a9e454f6aca847a111fe1d4a [2022-03-05T14:48:37.501Z] #63 83.60 + mkdir -p /build [2022-03-05T14:48:37.501Z] #63 83.60 + cp runc /build/runc [2022-03-05T14:48:37.501Z] #63 DONE 83.9s [2022-03-05T14:48:37.501Z] [2022-03-05T14:48:37.501Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:37.501Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:48:39.398Z] #67 ... [2022-03-05T14:48:39.398Z] [2022-03-05T14:48:39.398Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T14:48:39.398Z] #64 sha256:4007fe2bafb4dbb2bed581de794f902fd708ca48d3074989616e06bd8ec97d3d [2022-03-05T14:48:39.398Z] #64 DONE 0.1s [2022-03-05T14:48:39.398Z] [2022-03-05T14:48:39.398Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:39.398Z] #67 sha256:ce8cdf57b4805e7b8d35aa9a743adc6839dd1850195241be8df6ee96d2111b22 [2022-03-05T14:48:45.428Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-05T14:48:45.949Z] #67 145.9 # github.com/containerd/containerd/cmd/containerd [2022-03-05T14:48:45.949Z] #67 145.9 /usr/bin/ld: /tmp/go-link-3696004309/000019.o: in function `New': [2022-03-05T14:48:45.950Z] #67 145.9 /tmp/tmp.kH5jtzKqtb/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T14:48:45.950Z] #67 145.9 + bin/containerd-stress [2022-03-05T14:48:46.512Z] #67 147.0 + bin/containerd-shim [2022-03-05T14:48:49.288Z] #56 ... [2022-03-05T14:48:49.288Z] [2022-03-05T14:48:49.288Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:49.288Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:48:49.288Z] #60 206.2 + bin/containerd [2022-03-05T14:48:52.638Z] #56 ... [2022-03-05T14:48:52.638Z] [2022-03-05T14:48:52.638Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:52.638Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:48:52.638Z] #60 210.1 + bin/containerd [2022-03-05T14:48:53.503Z] #60 ... [2022-03-05T14:48:53.504Z] [2022-03-05T14:48:53.504Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:53.504Z] #56 sha256:ce2c1127e988bb866b74a8972a93ac0788a055cbddbaf23553444d80cbc71e9d [2022-03-05T14:48:53.504Z] #56 125.0 + mkdir -p /build [2022-03-05T14:48:53.504Z] #56 125.0 + cp runc /build/runc [2022-03-05T14:48:54.612Z] #67 154.2 + bin/containerd-shim-runc-v1 [2022-03-05T14:48:55.552Z] #56 DONE 126.9s [2022-03-05T14:48:55.552Z] [2022-03-05T14:48:55.552Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:55.552Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:48:57.913Z] #60 ... [2022-03-05T14:48:57.913Z] [2022-03-05T14:48:57.913Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-05T14:48:57.913Z] #56 sha256:4fbdefba1e14a6f33dba03da72f9a623b5913141d19b8c6dfb342dc054b9d2a1 [2022-03-05T14:48:57.913Z] #56 126.4 + mkdir -p /build [2022-03-05T14:48:57.913Z] #56 126.4 + cp runc /build/runc [2022-03-05T14:48:58.173Z] #56 DONE 128.3s [2022-03-05T14:48:58.173Z] [2022-03-05T14:48:58.173Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:48:58.173Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:48:58.895Z] #60 ... [2022-03-05T14:48:58.895Z] [2022-03-05T14:48:58.895Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-05T14:48:58.895Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-05T14:48:58.895Z] #51 266.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T14:48:58.895Z] #51 DONE 266.9s [2022-03-05T14:48:58.895Z] [2022-03-05T14:48:58.895Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:48:58.895Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:48:59.863Z] #67 159.4 + bin/containerd-shim-runc-v2 [2022-03-05T14:48:59.863Z] #67 160.0 + binaries [2022-03-05T14:48:59.863Z] #67 160.0 + install -D bin/containerd /build/containerd [2022-03-05T14:48:59.863Z] #67 160.0 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T14:48:59.863Z] #67 160.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T14:48:59.863Z] #67 160.0 + install -D bin/ctr /build/ctr [2022-03-05T14:49:00.119Z] #67 DONE 160.4s [2022-03-05T14:49:00.281Z] #60 ... [2022-03-05T14:49:00.281Z] [2022-03-05T14:49:00.281Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T14:49:00.281Z] #52 sha256:bd41447f5db5a0f0a27cbc8cc9076467c39a767bf19aa7991c0feb5e69a535fe [2022-03-05T14:49:00.281Z] #52 DONE 0.5s [2022-03-05T14:49:00.281Z] [2022-03-05T14:49:00.281Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:49:00.281Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:49:00.284Z] #60 235.2 # github.com/containerd/containerd/cmd/containerd [2022-03-05T14:49:00.284Z] #60 235.2 /usr/bin/ld: /tmp/go-link-2746744069/000019.o: in function `New': [2022-03-05T14:49:00.284Z] #60 235.2 /tmp/tmp.07lBkoWlrG/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T14:49:00.284Z] #60 235.2 + bin/containerd-stress [2022-03-05T14:49:00.543Z] #60 ... [2022-03-05T14:49:00.543Z] [2022-03-05T14:49:00.543Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T14:49:00.543Z] #54 sha256:9f3df7c73cc00975ab7bc882ad28baa8d7c2577981b6f813871adf41d5ecdb23 [2022-03-05T14:49:00.543Z] #54 DONE 0.0s [2022-03-05T14:49:00.543Z] [2022-03-05T14:49:00.543Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T14:49:00.543Z] #57 sha256:0bfbb90fbab00438d872acc0461b74ba82722519b3ed9634c1af261eb54605d3 [2022-03-05T14:49:00.545Z] #60 236.3 + bin/containerd-shim [2022-03-05T14:49:00.805Z] #57 DONE 0.2s [2022-03-05T14:49:00.805Z] [2022-03-05T14:49:00.805Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:49:00.805Z] #60 sha256:5d61c937a8e3f33a062f64615e4ed227d4bed6e560b899d86c0eda80f525b1f7 [2022-03-05T14:49:01.050Z] [2022-03-05T14:49:01.050Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T14:49:01.050Z] #68 sha256:b2e90570adc27ca1ddf01f946dc34a370d79591ef9d1812a484d859b364833e3 [2022-03-05T14:49:01.050Z] #68 DONE 0.2s [2022-03-05T14:49:01.306Z] [2022-03-05T14:49:01.306Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T14:49:01.306Z] #73 sha256:e2e8d4715a91fedd805ba5a632674eedcf7b7453eb7cfaa051173c1680f0114c [2022-03-05T14:49:01.306Z] #73 DONE 0.1s [2022-03-05T14:49:01.306Z] [2022-03-05T14:49:01.306Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T14:49:01.306Z] #78 sha256:2cb0cb9bf0e4ccefd0e9aeba12ef7ff434d34f5270880c157415a5f116f16ad6 [2022-03-05T14:49:01.470Z] #51 268.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-05T14:49:01.563Z] #78 DONE 0.5s [2022-03-05T14:49:01.563Z] [2022-03-05T14:49:01.563Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T14:49:01.563Z] #79 sha256:21363cab90aa3c1ca352c56f927c40831bb8de3620e8643607c0b281c5cffb34 [2022-03-05T14:49:01.563Z] #79 DONE 0.0s [2022-03-05T14:49:01.731Z] #51 DONE 268.7s [2022-03-05T14:49:01.731Z] [2022-03-05T14:49:01.731Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:49:01.731Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:49:01.820Z] [2022-03-05T14:49:01.820Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T14:49:01.820Z] #80 sha256:150dffdacf5d1ebb5c701ea952e237d0f96de5304673afbb5b1ae0b63a078fdc [2022-03-05T14:49:03.111Z] #60 ... [2022-03-05T14:49:03.111Z] [2022-03-05T14:49:03.111Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-05T14:49:03.111Z] #52 sha256:d40db7237314cf2c10bc0ad3b4fcad14bb1b27caeed70c3f72ccfaa1ebf1be86 [2022-03-05T14:49:03.680Z] #52 DONE 0.5s [2022-03-05T14:49:03.680Z] [2022-03-05T14:49:03.680Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-05T14:49:03.680Z] #54 sha256:67509b707d2620e6f24e60808ee3384b1951a8e4e5256f4333efc2f2cdb794ff [2022-03-05T14:49:03.680Z] #54 DONE 0.1s [2022-03-05T14:49:03.680Z] [2022-03-05T14:49:03.680Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:49:03.680Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:49:03.967Z] #60 ... [2022-03-05T14:49:03.967Z] [2022-03-05T14:49:03.967Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-05T14:49:03.967Z] #57 sha256:76a2f345762a4aa631795383fe0704de5592bbc2bd219185395cf66bfa5c32ca [2022-03-05T14:49:03.967Z] #57 DONE 0.3s [2022-03-05T14:49:03.967Z] [2022-03-05T14:49:03.967Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-05T14:49:03.967Z] #60 sha256:61ded97ea68cdbf044258fce8f5315ed1d6c48f447958b4e4cd866368c6e7146 [2022-03-05T14:49:05.090Z] #80 DONE 3.5s [2022-03-05T14:49:05.090Z] [2022-03-05T14:49:05.090Z] #81 exporting to image [2022-03-05T14:49:05.090Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T14:49:05.090Z] #81 exporting layers [2022-03-05T14:49:05.659Z] 8f616e6e9eec: Pull complete [2022-03-05T14:49:08.656Z] #60 243.6 + bin/containerd-shim-runc-v1 [2022-03-05T14:49:12.838Z] #60 248.8 + bin/containerd-shim-runc-v2 [2022-03-05T14:49:13.404Z] #60 249.4 + binaries [2022-03-05T14:49:13.662Z] #60 249.4 + install -D bin/containerd /build/containerd [2022-03-05T14:49:13.662Z] #60 249.4 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T14:49:13.662Z] #60 249.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T14:49:13.662Z] #60 249.4 + install -D bin/ctr /build/ctr [2022-03-05T14:49:17.837Z] #60 DONE 253.0s [2022-03-05T14:49:18.093Z] [2022-03-05T14:49:18.093Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T14:49:18.093Z] #61 sha256:bf813a8e0c978981daf595d5f3e2fdab899ff258f57fa7287c8c89cf67cf4062 [2022-03-05T14:49:19.465Z] #61 DONE 1.1s [2022-03-05T14:49:19.465Z] [2022-03-05T14:49:19.465Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T14:49:19.465Z] #66 sha256:57df83f964df6eba40c48c2f404a3f4a798402f6509d43284e3d85f5514e8335 [2022-03-05T14:49:19.465Z] #66 DONE 0.3s [2022-03-05T14:49:19.465Z] [2022-03-05T14:49:19.465Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T14:49:19.465Z] #71 sha256:75b7af516b1557f45b9ed197ae6e951122aa363c8c459124b01c64f07e6de324 [2022-03-05T14:49:20.835Z] #71 DONE 1.3s [2022-03-05T14:49:20.835Z] [2022-03-05T14:49:20.835Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T14:49:20.835Z] #72 sha256:98b9f04b1b1ff2f6c7370320dd84827688079fb2a49978b4df842b774e7b606c [2022-03-05T14:49:20.835Z] #72 DONE 0.0s [2022-03-05T14:49:20.835Z] [2022-03-05T14:49:20.835Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-03-05T14:49:20.835Z] #73 sha256:551cc611ea7f9d683d826983d241b7a8e040d2b9d13b03b49fa0122e43557e09 [2022-03-05T14:49:21.766Z] #73 0.796 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-05T14:49:21.766Z] #73 0.959 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-05T14:49:21.766Z] #73 1.051 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-05T14:49:21.766Z] #73 1.131 Fetched 39.4 kB in 1s (51.6 kB/s) [2022-03-05T14:49:22.332Z] #73 1.131 Reading package lists... [2022-03-05T14:49:22.897Z] #73 1.626 Reading package lists... [2022-03-05T14:49:23.156Z] #73 2.122 Building dependency tree... [2022-03-05T14:49:23.156Z] #73 2.221 Reading state information... [2022-03-05T14:49:23.156Z] #73 2.335 The following additional packages will be installed: [2022-03-05T14:49:23.156Z] #73 2.336 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-05T14:49:23.156Z] #73 2.336 systemd-timesyncd [2022-03-05T14:49:23.156Z] #73 2.337 Suggested packages: [2022-03-05T14:49:23.156Z] #73 2.337 systemd-container policykit-1 [2022-03-05T14:49:23.156Z] #73 2.337 Recommended packages: [2022-03-05T14:49:23.156Z] #73 2.337 libnss-systemd [2022-03-05T14:49:23.156Z] #73 2.414 The following NEW packages will be installed: [2022-03-05T14:49:23.156Z] #73 2.414 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-05T14:49:23.156Z] #73 2.415 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-05T14:49:23.414Z] #73 2.683 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2022-03-05T14:49:23.414Z] #73 2.683 Need to get 5941 kB of archives. [2022-03-05T14:49:23.414Z] #73 2.683 After this operation, 19.5 MB of additional disk space will be used. [2022-03-05T14:49:23.414Z] #73 2.683 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-05T14:49:23.414Z] #73 2.686 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-05T14:49:23.414Z] #73 2.699 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-03-05T14:49:23.414Z] #73 2.703 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-05T14:49:23.414Z] #73 2.711 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-05T14:49:23.414Z] #73 2.713 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-05T14:49:23.414Z] #73 2.787 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-05T14:49:23.672Z] #73 2.807 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-05T14:49:23.672Z] #73 2.809 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-05T14:49:23.672Z] #73 2.811 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-05T14:49:23.672Z] #73 2.812 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-03-05T14:49:23.672Z] #73 2.990 debconf: delaying package configuration, since apt-utils is not installed [2022-03-05T14:49:23.672Z] #73 3.019 Fetched 5941 kB in 0s (14.5 MB/s) [2022-03-05T14:49:23.672Z] #73 3.045 Selecting previously unselected package libargon2-1:amd64. [2022-03-05T14:49:23.930Z] #73 3.045 (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-03-05T14:49:23.930Z] #73 3.059 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-05T14:49:23.930Z] #73 3.067 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-05T14:49:23.930Z] #73 3.104 Selecting previously unselected package libjson-c5:amd64. [2022-03-05T14:49:23.930Z] #73 3.107 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-05T14:49:23.930Z] #73 3.112 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-05T14:49:23.930Z] #73 3.147 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-05T14:49:23.930Z] #73 3.150 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-05T14:49:23.930Z] #73 3.153 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-05T14:49:23.930Z] #73 3.208 Selecting previously unselected package libkmod2:amd64. [2022-03-05T14:49:23.930Z] #73 3.211 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-05T14:49:23.930Z] #73 3.215 Unpacking libkmod2:amd64 (28-1) ... [2022-03-05T14:49:23.930Z] #73 3.256 Selecting previously unselected package systemd-timesyncd. [2022-03-05T14:49:24.186Z] #73 3.258 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-05T14:49:24.186Z] #73 3.262 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-05T14:49:24.186Z] #73 3.317 Selecting previously unselected package systemd. [2022-03-05T14:49:24.186Z] #73 3.320 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-05T14:49:24.186Z] #73 3.353 Unpacking systemd (247.3-6) ... [2022-03-05T14:49:24.750Z] #73 3.874 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-05T14:49:24.750Z] #73 3.887 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-05T14:49:24.750Z] #73 3.900 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-05T14:49:24.750Z] #73 3.912 Setting up libkmod2:amd64 (28-1) ... [2022-03-05T14:49:24.750Z] #73 3.923 Setting up systemd (247.3-6) ... [2022-03-05T14:49:24.750Z] #73 3.967 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-05T14:49:24.750Z] #73 3.969 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-05T14:49:24.750Z] #73 3.971 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-05T14:49:25.008Z] #73 4.301 Setting up systemd-timesyncd (247.3-6) ... [2022-03-05T14:49:25.266Z] #73 4.511 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-05T14:49:25.266Z] #73 4.511 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-05T14:49:25.524Z] #73 4.592 Selecting previously unselected package systemd-sysv. [2022-03-05T14:49:25.524Z] #73 4.592 (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 ... 29450 files and directories currently installed.) [2022-03-05T14:49:25.524Z] #73 4.606 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-05T14:49:25.524Z] #73 4.609 Unpacking systemd-sysv (247.3-6) ... [2022-03-05T14:49:25.524Z] #73 4.652 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-05T14:49:25.524Z] #73 4.655 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-05T14:49:25.524Z] #73 4.660 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-05T14:49:25.524Z] #73 4.723 Selecting previously unselected package dbus. [2022-03-05T14:49:25.524Z] #73 4.725 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-05T14:49:25.524Z] #73 4.735 Unpacking dbus (1.12.20-2) ... [2022-03-05T14:49:25.524Z] #73 4.792 Selecting previously unselected package libpam-systemd:amd64. [2022-03-05T14:49:25.524Z] #73 4.794 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-05T14:49:25.524Z] #73 4.799 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-05T14:49:25.524Z] #73 4.848 Selecting previously unselected package dbus-user-session. [2022-03-05T14:49:25.781Z] #73 4.851 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-05T14:49:25.781Z] #73 4.854 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-05T14:49:25.781Z] #73 4.962 Setting up systemd-sysv (247.3-6) ... [2022-03-05T14:49:25.781Z] #73 4.975 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-05T14:49:25.781Z] #73 4.986 Setting up dbus (1.12.20-2) ... [2022-03-05T14:49:25.781Z] #73 5.094 invoke-rc.d: could not determine current runlevel [2022-03-05T14:49:26.038Z] #73 5.096 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-05T14:49:26.039Z] #73 5.101 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-05T14:49:26.039Z] #73 5.255 Setting up dbus-user-session (1.12.20-2) ... [2022-03-05T14:49:26.039Z] #73 5.269 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-05T14:49:26.297Z] #73 DONE 5.4s [2022-03-05T14:49:26.297Z] [2022-03-05T14:49:26.297Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-03-05T14:49:26.297Z] #74 sha256:89840024d23557efcb1fd006428471689a24069c6daae7ca08be9029a56bb7d3 [2022-03-05T14:49:26.554Z] #74 0.412 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-05T14:49:26.554Z] #74 0.414 Dload Upload Total Spent Left Speed [2022-03-05T14:49:27.119Z] #74 0.414 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5957 0 --:--:-- --:--:-- --:--:-- 5957 [2022-03-05T14:49:27.119Z] #74 DONE 0.8s [2022-03-05T14:49:27.119Z] [2022-03-05T14:49:27.119Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T14:49:27.119Z] #75 sha256:a63734ccd6949484f1c09a679837e11fd711f6696100908ce02200cfd91ee4df [2022-03-05T14:49:27.394Z] #60 246.9 # github.com/containerd/containerd/cmd/containerd [2022-03-05T14:49:27.394Z] #60 246.9 /usr/bin/ld: /tmp/go-link-1778379685/000019.o: in function `New': [2022-03-05T14:49:27.394Z] #60 246.9 /tmp/tmp.gKPbhxJ3M6/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T14:49:27.394Z] #60 247.0 + bin/containerd-stress [2022-03-05T14:49:27.655Z] #60 248.1 + bin/containerd-shim [2022-03-05T14:49:28.051Z] #75 DONE 0.9s [2022-03-05T14:49:28.051Z] [2022-03-05T14:49:28.051Z] #76 exporting to image [2022-03-05T14:49:28.051Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T14:49:28.051Z] #76 exporting layers [2022-03-05T14:49:31.615Z] #81 exporting layers 24.5s done [2022-03-05T14:49:31.615Z] #81 writing image sha256:08d541281d16071f855dd00b9360128a90e29814fbb0ff50db8d44dd3986f60e done [2022-03-05T14:49:31.615Z] #81 naming to docker.io/library/docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 done [2022-03-05T14:49:31.615Z] #81 DONE 24.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-05T14:49:31.953Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/validate/default [2022-03-05T14:49:32.517Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-05T14:49:34.601Z] #76 exporting layers 6.1s done [2022-03-05T14:49:34.601Z] #76 writing image sha256:3eabd68b2b401f516c90e84f44971efa9f13cf80012ee3131cf00e66d2732c64 done [2022-03-05T14:49:34.601Z] #76 naming to docker.io/library/docker:e4692ee4f521cf5774c1bdc974b2afb959f576c0 done [2022-03-05T14:49:34.601Z] #76 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T14:49:34.950Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=e4692ee4f521cf5774c1bdc974b2afb959f576c0 -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:e4692ee4f521cf5774c1bdc974b2afb959f576c0 hack/make.sh dynbinary test-integration [2022-03-05T14:49:35.802Z] #60 255.4 + bin/containerd-shim-runc-v1 [2022-03-05T14:49:36.072Z] #60 249.2 # github.com/containerd/containerd/cmd/containerd [2022-03-05T14:49:36.072Z] #60 249.2 /usr/bin/ld: /tmp/go-link-2705524427/000019.o: in function `New': [2022-03-05T14:49:36.072Z] #60 249.2 /tmp/tmp.jeOwVGlaHB/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-05T14:49:36.072Z] #60 249.2 + bin/containerd-stress [2022-03-05T14:49:36.072Z] #60 250.3 + bin/containerd-shim [2022-03-05T14:49:36.317Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-05T14:49:36.317Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-05T14:49:36.317Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-05T14:49:36.317Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-05T14:49:36.317Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-03-05T14:49:36.317Z] Detected virtualization docker. [2022-03-05T14:49:36.317Z] Detected architecture x86-64. [2022-03-05T14:49:36.318Z] Set hostname to <2ff292295f8b>. [2022-03-05T14:49:36.318Z] modprobe@configfs.service: Succeeded. [2022-03-05T14:49:36.318Z] modprobe@drm.service: Succeeded. [2022-03-05T14:49:36.318Z] modprobe@fuse.service: Succeeded. [2022-03-05T14:49:36.318Z] + source /etc/docker-entrypoint-cmd [2022-03-05T14:49:36.318Z] ++ hack/make.sh dynbinary test-integration [2022-03-05T14:49:36.318Z] [2022-03-05T14:49:36.575Z] Removing bundles/ [2022-03-05T14:49:36.575Z] [2022-03-05T14:49:36.575Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T14:49:36.575Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:49:36.575Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:49:39.045Z] 4612f6d0b889: Pull complete [2022-03-05T14:49:40.014Z] #60 260.5 + bin/containerd-shim-runc-v2 [2022-03-05T14:49:40.275Z] #60 257.8 + bin/containerd-shim-runc-v1 [2022-03-05T14:49:40.587Z] #60 261.1 + binaries [2022-03-05T14:49:40.612Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-03-05T14:49:40.847Z] #60 261.1 + install -D bin/containerd /build/containerd [2022-03-05T14:49:40.847Z] #60 261.2 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T14:49:40.847Z] #60 261.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T14:49:40.847Z] #60 261.2 + install -D bin/ctr /build/ctr [2022-03-05T14:49:41.979Z] Congratulations! All API changes are done the right way. [2022-03-05T14:49:41.979Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-05T14:49:41.979Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-05T14:49:41.979Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-05T14:49:41.979Z] Congratulations! No new tests were added to integration-cli. [2022-03-05T14:49:41.979Z] [2022-03-05T14:49:41.979Z] INFO Start validation with golang-ci-lint [2022-03-05T14:49:42.760Z] #60 DONE 263.0s [2022-03-05T14:49:42.908Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-05T14:49:42.908Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-05T14:49:42.908Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-05T14:49:43.334Z] [2022-03-05T14:49:43.334Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T14:49:43.334Z] #61 sha256:ad71752d0cc444baed16c8312473c37d4c0b749c0edc24968db56d9432e87052 [2022-03-05T14:49:43.904Z] #61 DONE 0.7s [2022-03-05T14:49:43.904Z] [2022-03-05T14:49:43.904Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T14:49:43.904Z] #66 sha256:96bb8859400db61084a1f2c1ebc3605ab54c4bc0160192f6283ded60a97e7c01 [2022-03-05T14:49:44.165Z] #66 DONE 0.2s [2022-03-05T14:49:44.165Z] [2022-03-05T14:49:44.165Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T14:49:44.165Z] #71 sha256:08d17e70367e6d1978d230a843fb5132b157410807d84a329a1bd4ad21d0d28e [2022-03-05T14:49:45.107Z] #71 DONE 0.9s [2022-03-05T14:49:45.107Z] [2022-03-05T14:49:45.107Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T14:49:45.107Z] #72 sha256:4408fd984607aeb1aff59d26784905413800151d499f791e86cc15071049a9af [2022-03-05T14:49:45.107Z] #72 DONE 0.0s [2022-03-05T14:49:45.107Z] [2022-03-05T14:49:45.107Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T14:49:45.107Z] #73 sha256:dde81d36e83a01e313108faddb69b5dc767c2f06a8b4fe9337f0ee3a41f059af [2022-03-05T14:49:45.542Z] #60 263.0 + bin/containerd-shim-runc-v2 [2022-03-05T14:49:45.542Z] #60 263.6 + binaries [2022-03-05T14:49:45.542Z] #60 263.6 + install -D bin/containerd /build/containerd [2022-03-05T14:49:45.542Z] #60 263.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-05T14:49:45.542Z] #60 263.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-05T14:49:45.542Z] #60 263.7 + install -D bin/ctr /build/ctr [2022-03-05T14:49:46.491Z] #73 DONE 1.1s [2022-03-05T14:49:46.491Z] [2022-03-05T14:49:46.491Z] #74 exporting to image [2022-03-05T14:49:46.491Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T14:49:46.491Z] #74 exporting layers [2022-03-05T14:49:47.441Z] #60 DONE 265.5s [2022-03-05T14:49:48.376Z] [2022-03-05T14:49:48.376Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-05T14:49:48.376Z] #61 sha256:cc93c2313b7c7cead1fa76aea3f6db97a0f09c8531debe140c32d03bca16f57c [2022-03-05T14:49:48.634Z] #61 DONE 0.6s [2022-03-05T14:49:48.634Z] [2022-03-05T14:49:48.634Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-05T14:49:48.635Z] #66 sha256:e55000569a687575ba368de9cdcb608fb2cce3e5658236dfcdcebe511e8cba0f [2022-03-05T14:49:48.892Z] #66 DONE 0.2s [2022-03-05T14:49:48.892Z] [2022-03-05T14:49:48.892Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-05T14:49:48.892Z] #71 sha256:65c0000e2dc001dd44c97701e664ceeb84e12e266b8b3368d5c625ba4a3094ef [2022-03-05T14:49:49.829Z] #71 DONE 0.8s [2022-03-05T14:49:49.829Z] [2022-03-05T14:49:49.829Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-05T14:49:49.829Z] #72 sha256:61ab61d285073c2b69477f02e0f7d51775e93598373638c60fd8fd6c5f005953 [2022-03-05T14:49:49.829Z] #72 DONE 0.0s [2022-03-05T14:49:49.829Z] [2022-03-05T14:49:49.829Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-05T14:49:49.829Z] #73 sha256:3a95358d241edcb85eae62610cd8ba472deec72c286a42f074a145a8aebdb73a [2022-03-05T14:49:51.204Z] #73 DONE 1.2s [2022-03-05T14:49:51.204Z] [2022-03-05T14:49:51.204Z] #74 exporting to image [2022-03-05T14:49:51.204Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-05T14:49:51.204Z] #74 exporting layers [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/builder/remotecontext 0.087s coverage: 13.7% of statements [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 49.3% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/builder/remotecontext/git 0.979s coverage: 86.3% of statements [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T14:49:53.067Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T14:49:53.067Z] ok github.com/docker/docker/cmd/docker-proxy 0.302s coverage: 67.6% of statements [2022-03-05T14:49:53.099Z] #74 exporting layers 6.2s done [2022-03-05T14:49:53.099Z] #74 writing image sha256:21ad108d961e159a6b69c414dfe3eb3fbf4ec9816b9cef95835dbfe2efd6a135 done [2022-03-05T14:49:53.099Z] #74 naming to docker.io/library/docker:9d482552d69122f5f7e62ac40049e3df4438623f done [2022-03-05T14:49:53.099Z] #74 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T14:49:53.470Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=9d482552d69122f5f7e62ac40049e3df4438623f -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:9d482552d69122f5f7e62ac40049e3df4438623f hack/make.sh dynbinary test-integration [2022-03-05T14:49:54.004Z] ok github.com/docker/docker/client 0.079s coverage: 75.7% of statements [2022-03-05T14:49:54.856Z] [2022-03-05T14:49:54.856Z] Removing bundles/ [2022-03-05T14:49:54.856Z] [2022-03-05T14:49:54.856Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T14:49:54.856Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:49:54.856Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:49:57.763Z] #74 exporting layers 6.0s done [2022-03-05T14:49:57.763Z] #74 writing image sha256:7a9a4fd95fa66f472cc9cca092658009845708711016406bbef01052e049027e done [2022-03-05T14:49:57.763Z] #74 naming to docker.io/library/docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 done [2022-03-05T14:49:57.763Z] #74 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-05T14:49:58.107Z] + trap exit INT TERM [2022-03-05T14:49:58.107Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-05T14:49:58.107Z] + CONTAINER_NAME=docker-pr8 [2022-03-05T14:49:58.107Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 -e DOCKER_GRAPHDRIVER docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 hack/make.sh dynbinary [2022-03-05T14:49:59.041Z] [2022-03-05T14:49:59.041Z] Removing bundles/ [2022-03-05T14:49:59.041Z] [2022-03-05T14:49:59.041Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T14:49:59.041Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:49:59.041Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:50:06.432Z] 898469748ff6: Pull complete [2022-03-05T14:50:06.432Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T14:50:06.432Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T14:50:06.432Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T14:50:06.432Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-05T14:50:06.432Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-05T14:50:06.432Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-05T14:50:06.432Z] INFO: Docker version of control daemon [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] Client: [2022-03-05T14:50:06.432Z] Version: 20.10.9 [2022-03-05T14:50:06.432Z] API version: 1.41 [2022-03-05T14:50:06.432Z] Go version: go1.16.8 [2022-03-05T14:50:06.432Z] Git commit: c2ea9bc [2022-03-05T14:50:06.432Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:50:06.432Z] OS/Arch: windows/amd64 [2022-03-05T14:50:06.432Z] Context: default [2022-03-05T14:50:06.432Z] Experimental: true [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] Server: Docker Engine - Community [2022-03-05T14:50:06.432Z] Engine: [2022-03-05T14:50:06.432Z] Version: 20.10.9 [2022-03-05T14:50:06.432Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:50:06.432Z] Go version: go1.16.8 [2022-03-05T14:50:06.432Z] Git commit: 79ea9d3 [2022-03-05T14:50:06.432Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:50:06.432Z] OS/Arch: windows/amd64 [2022-03-05T14:50:06.432Z] Experimental: true [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] INFO: Docker info of control daemon [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] Client: [2022-03-05T14:50:06.432Z] Context: default [2022-03-05T14:50:06.432Z] Debug Mode: false [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] Server: [2022-03-05T14:50:06.432Z] Containers: 0 [2022-03-05T14:50:06.432Z] Running: 0 [2022-03-05T14:50:06.432Z] Paused: 0 [2022-03-05T14:50:06.432Z] Stopped: 0 [2022-03-05T14:50:06.432Z] Images: 1 [2022-03-05T14:50:06.432Z] Server Version: 20.10.9 [2022-03-05T14:50:06.432Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:50:06.432Z] Windows: [2022-03-05T14:50:06.432Z] LCOW: [2022-03-05T14:50:06.432Z] Logging Driver: json-file [2022-03-05T14:50:06.432Z] Plugins: [2022-03-05T14:50:06.432Z] Volume: local [2022-03-05T14:50:06.432Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:50:06.432Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:50:06.432Z] Swarm: inactive [2022-03-05T14:50:06.432Z] Default Isolation: process [2022-03-05T14:50:06.432Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:50:06.432Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:50:06.432Z] OSType: windows [2022-03-05T14:50:06.432Z] Architecture: x86_64 [2022-03-05T14:50:06.432Z] CPUs: 4 [2022-03-05T14:50:06.432Z] Total Memory: 32GiB [2022-03-05T14:50:06.432Z] Name: azwin-2-f8ea61 [2022-03-05T14:50:06.432Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T14:50:06.432Z] Docker Root Dir: D:\docker [2022-03-05T14:50:06.432Z] Debug Mode: false [2022-03-05T14:50:06.432Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:50:06.432Z] Labels: [2022-03-05T14:50:06.432Z] Experimental: true [2022-03-05T14:50:06.432Z] Insecure Registries: [2022-03-05T14:50:06.432Z] 10.0.0.4:5000 [2022-03-05T14:50:06.432Z] 127.0.0.0/8 [2022-03-05T14:50:06.432Z] Registry Mirrors: [2022-03-05T14:50:06.432Z] http://10.0.0.4:5000/ [2022-03-05T14:50:06.432Z] Live Restore Enabled: false [2022-03-05T14:50:06.432Z] Product License: Community Engine [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] [2022-03-05T14:50:06.432Z] INFO: Commit hash is 1e86a793ea [2022-03-05T14:50:06.432Z] INFO: Nuke-Everything... [2022-03-05T14:50:06.432Z] INFO: Container count on control daemon to delete is 0 [2022-03-05T14:50:07.999Z] INFO: Nuking d:\CI [2022-03-05T14:50:07.999Z] INFO: Zapped successfully [2022-03-05T14:50:07.999Z] INFO: Location for testing is d:\CI\PR-43300\8 [2022-03-05T14:50:07.999Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T14:50:07.999Z] [2022-03-05T14:50:07.999Z] [2022-03-05T14:50:07.999Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 14:50:07... [2022-03-05T14:50:07.999Z] [2022-03-05T14:50:15.158Z] Sending build context to Docker daemon 62.47MB [2022-03-05T14:50:15.158Z] [2022-03-05T14:50:15.158Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T14:50:15.158Z] ---> bdeb13086b9f [2022-03-05T14:50:15.158Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T14:50:15.158Z] ---> Running in a58207b6d21e [2022-03-05T14:50:15.158Z] Removing intermediate container a58207b6d21e [2022-03-05T14:50:15.158Z] ---> 2318c5f52ab6 [2022-03-05T14:50:15.158Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T14:50:15.158Z] ---> Running in 0e994a7dca28 [2022-03-05T14:50:15.158Z] Removing intermediate container 0e994a7dca28 [2022-03-05T14:50:15.158Z] ---> ad6f0135005d [2022-03-05T14:50:15.158Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T14:50:15.158Z] ---> Running in 6cd9a25404fb [2022-03-05T14:50:15.627Z] Removing intermediate container 6cd9a25404fb [2022-03-05T14:50:15.627Z] ---> 617549a29110 [2022-03-05T14:50:15.627Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T14:50:15.627Z] ---> Running in f5c80b0b329d [2022-03-05T14:50:16.096Z] Removing intermediate container f5c80b0b329d [2022-03-05T14:50:16.096Z] ---> 9877b6e86089 [2022-03-05T14:50:16.096Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T14:50:16.096Z] ---> Running in 9589a80b2c9d [2022-03-05T14:50:16.096Z] Removing intermediate container 9589a80b2c9d [2022-03-05T14:50:16.096Z] ---> 3c40c93d877e [2022-03-05T14:50:16.096Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T14:50:16.096Z] ---> Running in a7b9e03faf3d [2022-03-05T14:50:21.995Z] [2022-03-05T14:50:21.995Z] SUCCESS: Specified value was saved. [2022-03-05T14:50:22.465Z] INFO: Downloading git... [2022-03-05T14:50:23.457Z] INFO: Downloading go... [2022-03-05T14:50:25.029Z] INFO: Downloading compiler 1 of 3... [2022-03-05T14:50:26.042Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 29.1% of statements [2022-03-05T14:50:26.593Z] INFO: Downloading compiler 2 of 3... [2022-03-05T14:50:26.606Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2022-03-05T14:50:26.862Z] ok github.com/docker/docker/cmd/dockerd/trap 2.390s coverage: 0.0% of statements [2022-03-05T14:50:26.862Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T14:50:26.862Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T14:50:26.862Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T14:50:26.862Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T14:50:26.862Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T14:50:27.061Z] INFO: Downloading compiler 3 of 3... [2022-03-05T14:50:28.047Z] INFO: Extracting git... [2022-03-05T14:50:32.111Z] ok github.com/docker/docker/daemon/cluster 0.046s coverage: 0.5% of statements [2022-03-05T14:50:33.481Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.023s coverage: 65.3% of statements [2022-03-05T14:50:34.848Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-03-05T14:50:41.389Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2022-03-05T14:50:42.320Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-05T14:50:42.884Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-05T14:50:42.973Z] INFO: Expanding go... [2022-03-05T14:50:43.446Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-03-05T14:50:44.009Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-03-05T14:50:44.571Z] ok github.com/docker/docker/daemon 10.109s coverage: 17.1% of statements [2022-03-05T14:50:44.571Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T14:50:44.571Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T14:50:44.571Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T14:50:44.571Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T14:50:45.499Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.336s coverage: 56.2% of statements [2022-03-05T14:50:45.755Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.022s coverage: 3.0% of statements [2022-03-05T14:50:47.126Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2022-03-05T14:50:48.522Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.161s coverage: 50.5% of statements [2022-03-05T14:50:50.415Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.774s coverage: 45.9% of statements [2022-03-05T14:50:50.415Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T14:50:50.415Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.764s coverage: 58.0% of statements [2022-03-05T14:50:50.415Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-05T14:50:50.415Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T14:50:50.978Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.8% of statements [2022-03-05T14:50:51.547Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2022-03-05T14:50:51.809Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2022-03-05T14:50:52.738Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 6.8% of statements [2022-03-05T14:50:52.738Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T14:50:52.738Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T14:50:53.302Z] ok github.com/docker/docker/daemon/logger 0.234s coverage: 43.0% of statements [2022-03-05T14:50:54.233Z] ok github.com/docker/docker/daemon/logger/fluentd 0.003s coverage: 33.6% of statements [2022-03-05T14:50:54.233Z] ok github.com/docker/docker/daemon/logger/awslogs 0.156s coverage: 80.2% of statements [2022-03-05T14:50:54.233Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T14:50:54.491Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-03-05T14:50:54.748Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-03-05T14:50:55.006Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-03-05T14:50:55.006Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-03-05T14:50:55.936Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 78.7% of statements [2022-03-05T14:50:55.936Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T14:50:55.936Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.048s coverage: 59.1% of statements [2022-03-05T14:50:56.497Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.030s coverage: 31.5% of statements [2022-03-05T14:50:57.462Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2022-03-05T14:50:57.462Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-05T14:50:58.028Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-05T14:50:58.591Z] ok github.com/docker/docker/daemon/logger/splunk 1.543s coverage: 82.5% of statements [2022-03-05T14:50:58.591Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T14:50:58.591Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T14:50:59.521Z] ok github.com/docker/docker/distribution 0.091s coverage: 26.3% of statements [2022-03-05T14:50:59.521Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2022-03-05T14:50:59.521Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T14:51:00.084Z] ok github.com/docker/docker/errdefs 0.010s coverage: 53.1% of statements [2022-03-05T14:51:01.013Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-05T14:51:01.269Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-05T14:51:01.833Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-05T14:51:02.063Z] 898469748ff6: Pull complete [2022-03-05T14:51:02.063Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T14:51:02.063Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T14:51:02.063Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T14:51:02.063Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-05T14:51:02.063Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-05T14:51:02.063Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-05T14:51:02.063Z] INFO: Docker version of control daemon [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] Client: [2022-03-05T14:51:02.063Z] Version: 20.10.9 [2022-03-05T14:51:02.063Z] API version: 1.41 [2022-03-05T14:51:02.063Z] Go version: go1.16.8 [2022-03-05T14:51:02.063Z] Git commit: c2ea9bc [2022-03-05T14:51:02.063Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:51:02.063Z] OS/Arch: windows/amd64 [2022-03-05T14:51:02.063Z] Context: default [2022-03-05T14:51:02.063Z] Experimental: true [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] Server: Docker Engine - Community [2022-03-05T14:51:02.063Z] Engine: [2022-03-05T14:51:02.063Z] Version: 20.10.9 [2022-03-05T14:51:02.063Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:51:02.063Z] Go version: go1.16.8 [2022-03-05T14:51:02.063Z] Git commit: 79ea9d3 [2022-03-05T14:51:02.063Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:51:02.063Z] OS/Arch: windows/amd64 [2022-03-05T14:51:02.063Z] Experimental: true [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] INFO: Docker info of control daemon [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] Client: [2022-03-05T14:51:02.063Z] Context: default [2022-03-05T14:51:02.063Z] Debug Mode: false [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] Server: [2022-03-05T14:51:02.063Z] Containers: 0 [2022-03-05T14:51:02.063Z] Running: 0 [2022-03-05T14:51:02.063Z] Paused: 0 [2022-03-05T14:51:02.063Z] Stopped: 0 [2022-03-05T14:51:02.063Z] Images: 1 [2022-03-05T14:51:02.063Z] Server Version: 20.10.9 [2022-03-05T14:51:02.063Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:51:02.063Z] Windows: [2022-03-05T14:51:02.063Z] LCOW: [2022-03-05T14:51:02.063Z] Logging Driver: json-file [2022-03-05T14:51:02.063Z] Plugins: [2022-03-05T14:51:02.063Z] Volume: local [2022-03-05T14:51:02.063Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:51:02.063Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:51:02.063Z] Swarm: inactive [2022-03-05T14:51:02.063Z] Default Isolation: process [2022-03-05T14:51:02.063Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:51:02.063Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:51:02.063Z] OSType: windows [2022-03-05T14:51:02.063Z] Architecture: x86_64 [2022-03-05T14:51:02.063Z] CPUs: 4 [2022-03-05T14:51:02.063Z] Total Memory: 32GiB [2022-03-05T14:51:02.063Z] Name: azwin-2-f8ea60 [2022-03-05T14:51:02.063Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-05T14:51:02.063Z] Docker Root Dir: D:\docker [2022-03-05T14:51:02.063Z] Debug Mode: false [2022-03-05T14:51:02.063Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:51:02.063Z] Labels: [2022-03-05T14:51:02.063Z] Experimental: true [2022-03-05T14:51:02.063Z] Insecure Registries: [2022-03-05T14:51:02.063Z] 10.0.0.4:5000 [2022-03-05T14:51:02.063Z] 127.0.0.0/8 [2022-03-05T14:51:02.063Z] Registry Mirrors: [2022-03-05T14:51:02.063Z] http://10.0.0.4:5000/ [2022-03-05T14:51:02.063Z] Live Restore Enabled: false [2022-03-05T14:51:02.063Z] Product License: Community Engine [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] INFO: Commit hash is 97c111b80f [2022-03-05T14:51:02.063Z] INFO: Nuke-Everything... [2022-03-05T14:51:02.063Z] INFO: Container count on control daemon to delete is 0 [2022-03-05T14:51:02.063Z] INFO: Nuking d:\CI [2022-03-05T14:51:02.063Z] INFO: Zapped successfully [2022-03-05T14:51:02.063Z] INFO: Location for testing is d:\CI\PR-43300\8 [2022-03-05T14:51:02.063Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.063Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 14:50:56... [2022-03-05T14:51:02.063Z] [2022-03-05T14:51:02.090Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 85.3% of statements [2022-03-05T14:51:02.090Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T14:51:02.090Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-03-05T14:51:02.090Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T14:51:02.347Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-05T14:51:03.278Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-03-05T14:51:03.593Z] Sending build context to Docker daemon 62.47MB [2022-03-05T14:51:03.593Z] [2022-03-05T14:51:03.842Z] ok github.com/docker/docker/opts 0.016s coverage: 67.4% of statements [2022-03-05T14:51:04.051Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T14:51:04.051Z] ---> bdeb13086b9f [2022-03-05T14:51:04.051Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T14:51:04.051Z] ---> Running in 8b405e01d3d2 [2022-03-05T14:51:04.099Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-05T14:51:04.508Z] Removing intermediate container 8b405e01d3d2 [2022-03-05T14:51:04.508Z] ---> da4ac20f7575 [2022-03-05T14:51:04.508Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T14:51:04.508Z] ---> Running in 3f305ae7103a [2022-03-05T14:51:04.965Z] Removing intermediate container 3f305ae7103a [2022-03-05T14:51:04.965Z] ---> b788209795bb [2022-03-05T14:51:04.965Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T14:51:04.965Z] ---> Running in 55c3720f3763 [2022-03-05T14:51:04.965Z] Removing intermediate container 55c3720f3763 [2022-03-05T14:51:04.965Z] ---> 570885d9ab47 [2022-03-05T14:51:04.965Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T14:51:04.965Z] ---> Running in 5714f58b2899 [2022-03-05T14:51:05.422Z] Removing intermediate container 5714f58b2899 [2022-03-05T14:51:05.422Z] ---> 0942699d0890 [2022-03-05T14:51:05.422Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T14:51:05.422Z] ---> Running in dff9fcd9ede5 [2022-03-05T14:51:05.469Z] ok github.com/docker/docker/pkg/archive 0.268s coverage: 82.6% of statements [2022-03-05T14:51:05.878Z] Removing intermediate container dff9fcd9ede5 [2022-03-05T14:51:05.878Z] ---> 28d76953e56d [2022-03-05T14:51:05.878Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T14:51:05.878Z] ---> Running in e192e1ffb0d5 [2022-03-05T14:51:06.405Z] ok github.com/docker/docker/pkg/authorization 0.307s coverage: 68.3% of statements [2022-03-05T14:51:06.661Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-05T14:51:06.661Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-05T14:51:08.257Z] INFO: Expanding compiler 1 of 3... [2022-03-05T14:51:08.257Z] INFO: Expanding compiler 2 of 3... [2022-03-05T14:51:09.930Z] ok github.com/docker/docker/pkg/chrootarchive 2.510s coverage: 43.5% of statements [2022-03-05T14:51:09.930Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 6.7% of statements [2022-03-05T14:51:10.186Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-05T14:51:10.442Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-05T14:51:11.369Z] ok github.com/docker/docker/layer 7.533s coverage: 68.9% of statements [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T14:51:11.369Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T14:51:11.369Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-05T14:51:11.626Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 87.2% of statements [2022-03-05T14:51:11.626Z] ok github.com/docker/docker/pkg/fsutils 0.154s coverage: 85.1% of statements [2022-03-05T14:51:11.653Z] [2022-03-05T14:51:11.653Z] SUCCESS: Specified value was saved. [2022-03-05T14:51:11.653Z] INFO: Downloading git... [2022-03-05T14:51:11.883Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 11.4% of statements [2022-03-05T14:51:12.814Z] ok github.com/docker/docker/pkg/idtools 0.420s coverage: 69.5% of statements [2022-03-05T14:51:12.814Z] ok github.com/docker/docker/pkg/ioutils 0.374s coverage: 71.5% of statements [2022-03-05T14:51:12.997Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:51:12.997Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:12.997Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:51:12.997Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:12.997Z] [2022-03-05T14:51:12.997Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:51:12.997Z] DOCKER_SYSTEMD=1 [2022-03-05T14:51:12.997Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:51:12.997Z] HOSTNAME=2ff292295f8b [2022-03-05T14:51:12.997Z] DEST=bundles/test-integration [2022-03-05T14:51:12.997Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:51:12.997Z] DOCKER_GITCOMMIT=e4692ee4f521cf5774c1bdc974b2afb959f576c0 [2022-03-05T14:51:12.997Z] container=docker [2022-03-05T14:51:12.997Z] HOME=/root [2022-03-05T14:51:12.997Z] LANG=C.UTF-8 [2022-03-05T14:51:12.997Z] INVOCATION_ID=f0de5a577aa64a838d4752e6d0264d69 [2022-03-05T14:51:12.997Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:51:12.997Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:51:12.997Z] VALIDATE_BRANCH=master [2022-03-05T14:51:12.997Z] TERM=xterm [2022-03-05T14:51:12.997Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:51:12.997Z] SHLVL=3 [2022-03-05T14:51:12.997Z] TIMEOUT=120m [2022-03-05T14:51:12.997Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:51:12.997Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:51:12.997Z] GO111MODULE=off [2022-03-05T14:51:12.997Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T14:51:12.997Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T14:51:12.997Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:51:12.997Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:51:12.997Z] GOPATH=/go [2022-03-05T14:51:12.997Z] PKG_CONFIG=pkg-config [2022-03-05T14:51:12.997Z] _=/usr/bin/env [2022-03-05T14:51:12.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T14:51:13.012Z] INFO: Expanding compiler 3 of 3... [2022-03-05T14:51:13.012Z] INFO: Removing downloaded files... [2022-03-05T14:51:13.012Z] INFO: Downloading containerd [2022-03-05T14:51:13.070Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-05T14:51:13.070Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T14:51:13.070Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-03-05T14:51:13.070Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-05T14:51:13.070Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T14:51:13.070Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-03-05T14:51:13.184Z] INFO: Downloading go... [2022-03-05T14:51:13.326Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-03-05T14:51:13.326Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2022-03-05T14:51:13.581Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-03-05T14:51:13.581Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2022-03-05T14:51:13.581Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T14:51:13.581Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T14:51:14.144Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-03-05T14:51:14.708Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-03-05T14:51:14.708Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-05T14:51:14.729Z] INFO: Downloading compiler 1 of 3... [2022-03-05T14:51:14.729Z] INFO: Downloading compiler 2 of 3... [2022-03-05T14:51:14.964Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-05T14:51:15.187Z] INFO: Downloading compiler 3 of 3... [2022-03-05T14:51:15.187Z] INFO: Extracting git... [2022-03-05T14:51:16.331Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-03-05T14:51:16.331Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-03-05T14:51:16.587Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-05T14:51:16.844Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-05T14:51:16.844Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-05T14:51:17.100Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-05T14:51:17.662Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 50.7% of statements [2022-03-05T14:51:17.919Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-05T14:51:18.175Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-03-05T14:51:18.741Z] ok github.com/docker/docker/pkg/tarsum 0.049s coverage: 89.3% of statements [2022-03-05T14:51:18.741Z] coverage: [no statements] [2022-03-05T14:51:18.741Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-05T14:51:19.303Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-05T14:51:19.303Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-05T14:51:19.303Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-05T14:51:21.193Z] ok github.com/docker/docker/plugin 0.513s coverage: 23.2% of statements [2022-03-05T14:51:21.449Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-05T14:51:21.705Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-05T14:51:23.071Z] ok github.com/docker/docker/quota 0.193s coverage: 71.4% of statements [2022-03-05T14:51:23.071Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-05T14:51:23.440Z] [2022-03-05T14:51:23.440Z] Name Version Source Summary [2022-03-05T14:51:23.440Z] ---- ------- ------ ------- [2022-03-05T14:51:23.440Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-05T14:51:24.438Z] ok github.com/docker/docker/registry 0.085s coverage: 58.3% of statements [2022-03-05T14:51:24.438Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-05T14:51:24.695Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-05T14:51:25.258Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-05T14:51:25.514Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-05T14:51:26.386Z] [2022-03-05T14:51:26.386Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-05T14:51:26.386Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-05T14:51:26.386Z] PSChildName : containerd [2022-03-05T14:51:26.386Z] PSDrive : C [2022-03-05T14:51:26.386Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-05T14:51:26.386Z] PSIsContainer : True [2022-03-05T14:51:26.386Z] Name : containerd [2022-03-05T14:51:26.386Z] FullName : C:\containerd [2022-03-05T14:51:26.386Z] Parent : [2022-03-05T14:51:26.386Z] Exists : True [2022-03-05T14:51:26.386Z] Root : C:\ [2022-03-05T14:51:26.386Z] Extension : [2022-03-05T14:51:26.386Z] CreationTime : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] CreationTimeUtc : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] LastAccessTime : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] LastAccessTimeUtc : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] LastWriteTime : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] LastWriteTimeUtc : 3/5/2022 2:51:25 PM [2022-03-05T14:51:26.386Z] Attributes : Directory [2022-03-05T14:51:26.386Z] Mode : d----- [2022-03-05T14:51:26.386Z] BaseName : containerd [2022-03-05T14:51:26.386Z] Target : {} [2022-03-05T14:51:26.386Z] LinkType : [2022-03-05T14:51:26.386Z] [2022-03-05T14:51:27.373Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-05T14:51:27.373Z] INFO: Configuring git core.autocrlf... [2022-03-05T14:51:27.373Z] [2022-03-05T14:51:27.373Z] [2022-03-05T14:51:28.036Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-05T14:51:28.598Z] ok github.com/docker/docker/volume/local 0.083s coverage: 76.4% of statements [2022-03-05T14:51:29.161Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2022-03-05T14:51:29.974Z] INFO: Expanding go... [2022-03-05T14:51:30.091Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-03-05T14:51:31.361Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:51:31.361Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:31.361Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:51:31.361Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:31.361Z] [2022-03-05T14:51:31.361Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:51:31.361Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:51:31.361Z] HOSTNAME=0d6a8a358b33 [2022-03-05T14:51:31.361Z] DEST=bundles/test-integration [2022-03-05T14:51:31.361Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:51:31.361Z] DOCKER_ROOTLESS=1 [2022-03-05T14:51:31.361Z] DOCKER_GITCOMMIT=9d482552d69122f5f7e62ac40049e3df4438623f [2022-03-05T14:51:31.361Z] container=docker [2022-03-05T14:51:31.361Z] HOME=/root [2022-03-05T14:51:31.361Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:51:31.361Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:51:31.361Z] VALIDATE_BRANCH=master [2022-03-05T14:51:31.361Z] TERM=xterm [2022-03-05T14:51:31.361Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:51:31.361Z] SHLVL=1 [2022-03-05T14:51:31.361Z] TIMEOUT=120m [2022-03-05T14:51:31.361Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:51:31.361Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:51:31.361Z] GO111MODULE=off [2022-03-05T14:51:31.361Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T14:51:31.361Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T14:51:31.361Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:51:31.361Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:51:31.361Z] GOPATH=/go [2022-03-05T14:51:31.361Z] PKG_CONFIG=pkg-config [2022-03-05T14:51:31.361Z] _=/usr/bin/env [2022-03-05T14:51:31.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T14:51:35.501Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:51:35.501Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:35.501Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:51:35.501Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:51:35.501Z] [2022-03-05T14:51:35.501Z] + TEST_INTEGRATION_DEST=1 [2022-03-05T14:51:35.501Z] + CONTAINER_NAME=docker-pr8-1 [2022-03-05T14:51:35.501Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T14:51:35.501Z] + run_tests test-integration-flaky [2022-03-05T14:51:35.501Z] + '[' -n 0 ']' [2022-03-05T14:51:35.501Z] + rm= [2022-03-05T14:51:35.501Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43300/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 hack/make.sh test-integration-flaky test-integration [2022-03-05T14:51:35.501Z] + c=0 [2022-03-05T14:51:35.501Z] ++ jobs -p [2022-03-05T14:51:35.501Z] + TEST_INTEGRATION_DEST=3 [2022-03-05T14:51:35.501Z] + CONTAINER_NAME=docker-pr8-3 [2022-03-05T14:51:35.501Z] + TEST_SKIP_INTEGRATION=1 [2022-03-05T14:51:35.501Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T14:51:35.501Z] + run_tests [2022-03-05T14:51:35.501Z] + '[' -n 0 ']' [2022-03-05T14:51:35.501Z] + rm= [2022-03-05T14:51:35.501Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43300/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 hack/make.sh '' test-integration [2022-03-05T14:51:35.501Z] + for job in $(jobs -p) [2022-03-05T14:51:35.501Z] + wait 7626 [2022-03-05T14:51:35.501Z] + TEST_INTEGRATION_DEST=2 [2022-03-05T14:51:35.501Z] + CONTAINER_NAME=docker-pr8-2 [2022-03-05T14:51:35.501Z] + TEST_SKIP_INTEGRATION=1 [2022-03-05T14:51:35.501Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T14:51:35.501Z] + run_tests [2022-03-05T14:51:35.501Z] + '[' -n 0 ']' [2022-03-05T14:51:35.501Z] + rm= [2022-03-05T14:51:35.501Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43300/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 hack/make.sh '' test-integration [2022-03-05T14:51:35.501Z] [2022-03-05T14:51:35.501Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-05T14:51:35.501Z] [2022-03-05T14:51:35.501Z] [2022-03-05T14:51:35.501Z] No new tests added to integration. [2022-03-05T14:51:35.501Z] [2022-03-05T14:51:35.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:51:35.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:51:35.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:51:35.501Z] HOSTNAME=96bea2e51de2 [2022-03-05T14:51:35.501Z] TEST_SKIP_INTEGRATION=1 [2022-03-05T14:51:35.502Z] TESTDEBUG=0 [2022-03-05T14:51:35.502Z] DEST=bundles/test-integration [2022-03-05T14:51:35.502Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:51:35.502Z] KEEPBUNDLE=1 [2022-03-05T14:51:35.502Z] DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 [2022-03-05T14:51:35.502Z] container=docker [2022-03-05T14:51:35.502Z] HOME=/root [2022-03-05T14:51:35.502Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:51:35.502Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:51:35.502Z] VALIDATE_BRANCH=master [2022-03-05T14:51:35.502Z] TERM=xterm [2022-03-05T14:51:35.502Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:51:35.502Z] SHLVL=1 [2022-03-05T14:51:35.502Z] TIMEOUT=120m [2022-03-05T14:51:35.502Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:51:35.502Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:51:35.502Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-05T14:51:35.502Z] GO111MODULE=off [2022-03-05T14:51:35.502Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:51:35.502Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:51:35.502Z] GOPATH=/go [2022-03-05T14:51:35.502Z] PKG_CONFIG=pkg-config [2022-03-05T14:51:35.502Z] _=/usr/bin/env [2022-03-05T14:51:35.502Z] Building test suite binary ./integration-cli/test.main [2022-03-05T14:51:35.502Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:51:35.502Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:51:35.502Z] HOSTNAME=4c1759ce1d89 [2022-03-05T14:51:35.502Z] TEST_SKIP_INTEGRATION=1 [2022-03-05T14:51:35.502Z] TESTDEBUG=0 [2022-03-05T14:51:35.502Z] DEST=bundles/test-integration [2022-03-05T14:51:35.502Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:51:35.502Z] KEEPBUNDLE=1 [2022-03-05T14:51:35.502Z] DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 [2022-03-05T14:51:35.502Z] container=docker [2022-03-05T14:51:35.502Z] HOME=/root [2022-03-05T14:51:35.502Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:51:35.502Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:51:35.502Z] VALIDATE_BRANCH=master [2022-03-05T14:51:35.502Z] TERM=xterm [2022-03-05T14:51:35.502Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:51:35.502Z] SHLVL=1 [2022-03-05T14:51:35.502Z] TIMEOUT=120m [2022-03-05T14:51:35.502Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:51:35.502Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:51:35.502Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-05T14:51:35.502Z] GO111MODULE=off [2022-03-05T14:51:35.502Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:51:35.502Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:51:35.502Z] GOPATH=/go [2022-03-05T14:51:35.502Z] PKG_CONFIG=pkg-config [2022-03-05T14:51:35.502Z] _=/usr/bin/env [2022-03-05T14:51:35.502Z] Building test suite binary ./integration-cli/test.main [2022-03-05T14:51:36.881Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:51:36.881Z] HOSTNAME=c790bd2cca18 [2022-03-05T14:51:36.881Z] TESTDEBUG=0 [2022-03-05T14:51:36.881Z] DEST=bundles/test-integration [2022-03-05T14:51:36.881Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:51:36.881Z] KEEPBUNDLE=1 [2022-03-05T14:51:36.881Z] DOCKER_GITCOMMIT=0dc5b0a2ee3b68bfbdcf03ee794d93949dce87b1 [2022-03-05T14:51:36.881Z] container=docker [2022-03-05T14:51:36.881Z] HOME=/root [2022-03-05T14:51:36.881Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:51:36.881Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:51:36.881Z] VALIDATE_BRANCH=master [2022-03-05T14:51:36.881Z] TERM=xterm [2022-03-05T14:51:36.881Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:51:36.881Z] SHLVL=1 [2022-03-05T14:51:36.881Z] TIMEOUT=120m [2022-03-05T14:51:36.881Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:51:36.881Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:51:36.881Z] GO111MODULE=off [2022-03-05T14:51:36.881Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T14:51:36.881Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:51:36.881Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:51:36.881Z] GOPATH=/go [2022-03-05T14:51:36.881Z] PKG_CONFIG=pkg-config [2022-03-05T14:51:36.881Z] _=/usr/bin/env [2022-03-05T14:51:36.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T14:51:48.134Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T14:51:48.134Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === Skipped [2022-03-05T14:51:48.134Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T14:51:48.134Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T14:51:48.134Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T14:51:48.134Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T14:51:48.134Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-05T14:51:48.134Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:43Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-05T14:51:48.134Z] aufs_test.go:37: driver not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-05T14:51:48.134Z] graphtest_unix.go:71: No driver to put! [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-05T14:51:48.134Z] time="2022-03-05T14:50:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T14:51:48.134Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T14:51:48.134Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T14:51:48.134Z] [2022-03-05T14:51:48.134Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-05T14:51:48.135Z] time="2022-03-05T14:50:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-05T14:51:48.135Z] time="2022-03-05T14:50:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-05T14:51:48.135Z] time="2022-03-05T14:50:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-05T14:51:48.135Z] time="2022-03-05T14:50:47Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:71: No driver to put! [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-05T14:51:48.135Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-05T14:51:48.135Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-05T14:51:48.135Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T14:51:48.135Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-05T14:51:48.135Z] graphtest_unix.go:71: No driver to put! [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-05T14:51:48.135Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-05T14:51:48.135Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-05T14:51:48.135Z] [2022-03-05T14:51:48.135Z] DONE 2318 tests, 53 skipped in 195.746s [2022-03-05T14:51:48.135Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/config [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/idm [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/ns [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/options [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/osl [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T14:51:48.135Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-05T14:51:48.135Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-05T14:51:51.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T14:51:51.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T14:51:59.888Z] INFO: Expanding compiler 1 of 3... [2022-03-05T14:51:59.888Z] INFO: Expanding compiler 2 of 3... [2022-03-05T14:52:02.841Z] INFO: Expanding compiler 3 of 3... [2022-03-05T14:52:03.828Z] INFO: Removing downloaded files... [2022-03-05T14:52:03.828Z] INFO: Downloading containerd [2022-03-05T14:52:04.328Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m20.401766885s [2022-03-05T14:52:04.328Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-05T14:52:04.328Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 478.592981ms [2022-03-05T14:52:10.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T14:52:10.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T14:52:16.325Z] [2022-03-05T14:52:16.326Z] Name Version Source Summary [2022-03-05T14:52:16.326Z] ---- ------- ------ ------- [2022-03-05T14:52:16.326Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-05T14:52:16.326Z] [2022-03-05T14:52:16.326Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-05T14:52:16.326Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-05T14:52:16.326Z] PSChildName : containerd [2022-03-05T14:52:16.326Z] PSDrive : C [2022-03-05T14:52:16.326Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-05T14:52:16.326Z] PSIsContainer : True [2022-03-05T14:52:16.326Z] Name : containerd [2022-03-05T14:52:16.326Z] FullName : C:\containerd [2022-03-05T14:52:16.326Z] Parent : [2022-03-05T14:52:16.326Z] Exists : True [2022-03-05T14:52:16.326Z] Root : C:\ [2022-03-05T14:52:16.326Z] Extension : [2022-03-05T14:52:16.326Z] CreationTime : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] CreationTimeUtc : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] LastAccessTime : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] LastAccessTimeUtc : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] LastWriteTime : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] LastWriteTimeUtc : 3/5/2022 2:52:15 PM [2022-03-05T14:52:16.326Z] Attributes : Directory [2022-03-05T14:52:16.326Z] Mode : d----- [2022-03-05T14:52:16.326Z] BaseName : containerd [2022-03-05T14:52:16.326Z] Target : {} [2022-03-05T14:52:16.326Z] LinkType : [2022-03-05T14:52:16.326Z] [2022-03-05T14:52:16.796Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-05T14:52:16.796Z] INFO: Configuring git core.autocrlf... [2022-03-05T14:52:16.796Z] [2022-03-05T14:52:16.796Z] [2022-03-05T14:52:18.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T14:52:21.447Z] 1bd78008c728: Pull complete [2022-03-05T14:52:21.447Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-05T14:52:21.447Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T14:52:21.447Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T14:52:21.447Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-05T14:52:21.447Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-05T14:52:21.447Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-05T14:52:21.447Z] INFO: Docker version of control daemon [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Client: [2022-03-05T14:52:21.447Z] Version: 20.10.9 [2022-03-05T14:52:21.447Z] API version: 1.41 [2022-03-05T14:52:21.447Z] Go version: go1.16.8 [2022-03-05T14:52:21.447Z] Git commit: c2ea9bc [2022-03-05T14:52:21.447Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-05T14:52:21.447Z] OS/Arch: windows/amd64 [2022-03-05T14:52:21.447Z] Context: default [2022-03-05T14:52:21.447Z] Experimental: true [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Server: Docker Engine - Community [2022-03-05T14:52:21.447Z] Engine: [2022-03-05T14:52:21.447Z] Version: 20.10.9 [2022-03-05T14:52:21.447Z] API version: 1.41 (minimum version 1.24) [2022-03-05T14:52:21.447Z] Go version: go1.16.8 [2022-03-05T14:52:21.447Z] Git commit: 79ea9d3 [2022-03-05T14:52:21.447Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-05T14:52:21.447Z] OS/Arch: windows/amd64 [2022-03-05T14:52:21.447Z] Experimental: true [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] INFO: Docker info of control daemon [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Client: [2022-03-05T14:52:21.447Z] Context: default [2022-03-05T14:52:21.447Z] Debug Mode: false [2022-03-05T14:52:21.447Z] Plugins: [2022-03-05T14:52:21.447Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-05T14:52:21.447Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-05T14:52:21.447Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Server: [2022-03-05T14:52:21.447Z] Containers: 0 [2022-03-05T14:52:21.447Z] Running: 0 [2022-03-05T14:52:21.447Z] Paused: 0 [2022-03-05T14:52:21.447Z] Stopped: 0 [2022-03-05T14:52:21.447Z] Images: 1 [2022-03-05T14:52:21.447Z] Server Version: 20.10.9 [2022-03-05T14:52:21.447Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-05T14:52:21.447Z] Windows: [2022-03-05T14:52:21.447Z] LCOW: [2022-03-05T14:52:21.447Z] Logging Driver: json-file [2022-03-05T14:52:21.447Z] Plugins: [2022-03-05T14:52:21.447Z] Volume: local [2022-03-05T14:52:21.447Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:52:21.447Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:52:21.447Z] Swarm: inactive [2022-03-05T14:52:21.447Z] Default Isolation: process [2022-03-05T14:52:21.447Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T14:52:21.447Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T14:52:21.447Z] OSType: windows [2022-03-05T14:52:21.447Z] Architecture: x86_64 [2022-03-05T14:52:21.447Z] CPUs: 4 [2022-03-05T14:52:21.447Z] Total Memory: 32GiB [2022-03-05T14:52:21.447Z] Name: azwin-2-d94b30 [2022-03-05T14:52:21.447Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-05T14:52:21.447Z] Docker Root Dir: D:\docker [2022-03-05T14:52:21.447Z] Debug Mode: false [2022-03-05T14:52:21.447Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:52:21.447Z] Labels: [2022-03-05T14:52:21.447Z] Experimental: true [2022-03-05T14:52:21.447Z] Insecure Registries: [2022-03-05T14:52:21.447Z] 10.0.0.4:5000 [2022-03-05T14:52:21.447Z] 127.0.0.0/8 [2022-03-05T14:52:21.447Z] Registry Mirrors: [2022-03-05T14:52:21.447Z] http://10.0.0.4:5000/ [2022-03-05T14:52:21.447Z] Live Restore Enabled: false [2022-03-05T14:52:21.447Z] Product License: Community Engine [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] INFO: Commit hash is 6ae33484aa [2022-03-05T14:52:21.447Z] INFO: Nuke-Everything... [2022-03-05T14:52:21.447Z] INFO: Container count on control daemon to delete is 0 [2022-03-05T14:52:21.447Z] INFO: Nuking d:\CI [2022-03-05T14:52:21.447Z] INFO: Zapped successfully [2022-03-05T14:52:21.447Z] INFO: Location for testing is d:\CI\PR-43300\8 [2022-03-05T14:52:21.447Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] INFO: Building the image from Dockerfile.windows at 03/05/2022 14:52:10... [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Sending build context to Docker daemon 62.47MB [2022-03-05T14:52:21.447Z] [2022-03-05T14:52:21.447Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-05T14:52:21.447Z] ---> c703d4d60533 [2022-03-05T14:52:21.447Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-05T14:52:21.447Z] ---> Running in 85f48e02ca9f [2022-03-05T14:52:21.447Z] Removing intermediate container 85f48e02ca9f [2022-03-05T14:52:21.447Z] ---> e34d23b5654f [2022-03-05T14:52:21.447Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-05T14:52:21.447Z] ---> Running in 643e030e6cd1 [2022-03-05T14:52:21.447Z] Removing intermediate container 643e030e6cd1 [2022-03-05T14:52:21.447Z] ---> a6a5f2cc49f6 [2022-03-05T14:52:21.447Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-05T14:52:21.447Z] ---> Running in 3a0badf6a130 [2022-03-05T14:52:21.447Z] Removing intermediate container 3a0badf6a130 [2022-03-05T14:52:21.447Z] ---> f5ef1cd838af [2022-03-05T14:52:21.447Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-05T14:52:21.447Z] ---> Running in d8bd267d6a3d [2022-03-05T14:52:21.447Z] Removing intermediate container d8bd267d6a3d [2022-03-05T14:52:21.447Z] ---> 0572983d98c1 [2022-03-05T14:52:21.447Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-05T14:52:21.447Z] ---> Running in 02a55478b2d6 [2022-03-05T14:52:21.447Z] Removing intermediate container 02a55478b2d6 [2022-03-05T14:52:21.447Z] ---> c24590b7a5c3 [2022-03-05T14:52:21.447Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-05T14:52:21.447Z] ---> Running in bc16f9724a27 [2022-03-05T14:52:22.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T14:52:30.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T14:52:31.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T14:52:32.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T14:52:32.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T14:52:32.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T14:52:32.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T14:52:33.649Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T14:52:34.802Z] ok github.com/docker/docker/libnetwork 37.023s coverage: 40.7% of statements [2022-03-05T14:52:34.802Z] ok github.com/docker/docker/libnetwork/bitseq 0.124s coverage: 84.4% of statements [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T14:52:34.802Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-03-05T14:52:34.802Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T14:52:34.802Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T14:52:34.802Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-05T14:52:35.364Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.252s coverage: 59.9% of statements [2022-03-05T14:52:35.364Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T14:52:35.620Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-05T14:52:36.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T14:52:36.184Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.138s coverage: 4.0% of statements [2022-03-05T14:52:36.184Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T14:52:36.746Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-05T14:52:36.746Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T14:52:37.003Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-05T14:52:37.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T14:52:38.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T14:52:38.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T14:52:38.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T14:52:39.273Z] [2022-03-05T14:52:39.273Z] SUCCESS: Specified value was saved. [2022-03-05T14:52:39.675Z] Removing intermediate container a7b9e03faf3d [2022-03-05T14:52:39.676Z] ---> bdb0c7b0b854 [2022-03-05T14:52:39.676Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T14:52:39.676Z] ---> Running in a1813f9f7a7a [2022-03-05T14:52:39.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T14:52:40.264Z] INFO: Downloading git... [2022-03-05T14:52:40.313Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T14:52:40.660Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-05T14:52:40.660Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:52:40.735Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T14:52:41.128Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:52:41.128Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:52:41.128Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:52:41.128Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:52:41.128Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:52:41.128Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:52:41.128Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:52:41.128Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:52:41.128Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:52:41.128Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:52:41.128Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:52:41.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T14:52:41.597Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:52:42.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T14:52:42.500Z] INFO: Downloading go... [2022-03-05T14:52:42.588Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:52:42.588Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:52:43.163Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:52:43.163Z] Using test binary docker [2022-03-05T14:52:43.163Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T14:52:43.163Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-05T14:52:43.163Z] INFO: Waiting for daemon to start... [2022-03-05T14:52:43.163Z] Starting dockerd [2022-03-05T14:52:44.076Z] INFO: Downloading compiler 1 of 3... [2022-03-05T14:52:44.076Z] INFO: Downloading compiler 2 of 3... [2022-03-05T14:52:44.545Z] INFO: Downloading compiler 3 of 3... [2022-03-05T14:52:44.545Z] INFO: Extracting git... [2022-03-05T14:52:46.948Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.576s coverage: 7.2% of statements [2022-03-05T14:52:46.948Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T14:52:46.948Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-05T14:52:46.948Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-05T14:52:46.948Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T14:52:46.948Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-05T14:52:46.948Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T14:52:47.204Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-05T14:52:47.340Z] . [2022-03-05T14:52:47.340Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:52:47.340Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:52:47.340Z] Error: No such image: emptyfs [2022-03-05T14:52:47.340Z] Running integration-test (iteration 1) [2022-03-05T14:52:47.340Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T14:52:47.340Z] Loaded image: busybox:latest [2022-03-05T14:52:47.340Z] Loaded image: busybox:glibc [2022-03-05T14:52:47.461Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-03-05T14:52:47.461Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-05T14:52:47.717Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-05T14:52:48.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T14:52:48.717Z] Loaded image: debian:bullseye-slim [2022-03-05T14:52:48.717Z] Loaded image: hello-world:latest [2022-03-05T14:52:48.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T14:52:48.974Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:52:48.974Z] INFO: Testing against a local daemon [2022-03-05T14:52:48.974Z] === RUN TestCgroupNamespacesBuild [2022-03-05T14:52:49.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T14:52:50.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T14:52:50.346Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-03-05T14:52:50.346Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T14:52:50.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T14:52:51.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T14:52:51.716Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-03-05T14:52:51.716Z] === RUN TestBuildWithSession [2022-03-05T14:52:51.716Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:52:51.716Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T14:52:51.716Z] === RUN TestBuildSquashParent [2022-03-05T14:52:53.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T14:52:54.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T14:52:55.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T14:52:55.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T14:52:56.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T14:52:56.973Z] --- PASS: TestBuildSquashParent (4.95s) [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:52:56.973Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:52:56.973Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:52:56.973Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:52:56.973Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:52:57.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T14:52:57.905Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:52:58.161Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:52:58.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T14:52:58.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T14:52:59.533Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:52:59.533Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:52:59.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T14:52:59.885Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-03-05T14:53:00.407Z] Removing intermediate container a1813f9f7a7a [2022-03-05T14:53:00.408Z] ---> f35a67da222b [2022-03-05T14:53:00.408Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T14:53:00.408Z] ---> Running in 0eb51a23f545 [2022-03-05T14:53:00.445Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:53:00.445Z] Using test binary docker [2022-03-05T14:53:00.445Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T14:53:00.706Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:53:00.706Z] INFO: Waiting for daemon to start... [2022-03-05T14:53:00.706Z] Starting dockerd [2022-03-05T14:53:00.875Z] Removing intermediate container 0eb51a23f545 [2022-03-05T14:53:00.875Z] ---> 62d8feac7198 [2022-03-05T14:53:00.875Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T14:53:00.875Z] ---> Running in b69503c536c4 [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.53s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.63s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.52s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.50s) [2022-03-05T14:53:00.906Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.38s) [2022-03-05T14:53:00.906Z] === RUN TestBuildMultiStageCopy [2022-03-05T14:53:00.906Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T14:53:01.342Z] Removing intermediate container b69503c536c4 [2022-03-05T14:53:01.343Z] ---> e0c418f287b9 [2022-03-05T14:53:01.343Z] Step 11/11 : COPY . . [2022-03-05T14:53:02.387Z] INFO: Expanding go... [2022-03-05T14:53:02.800Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T14:53:02.800Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T14:53:02.800Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T14:53:03.057Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T14:53:03.248Z] . [2022-03-05T14:53:03.248Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:53:03.313Z] --- PASS: TestBuildMultiStageCopy (2.25s) [2022-03-05T14:53:03.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.39s) [2022-03-05T14:53:03.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2022-03-05T14:53:03.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-05T14:53:03.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-03-05T14:53:03.314Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-03-05T14:53:03.314Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T14:53:03.509Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:53:03.509Z] Error: No such image: emptyfs [2022-03-05T14:53:03.509Z] Running integration-test (iteration 1) [2022-03-05T14:53:03.509Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T14:53:03.769Z] Loaded image: busybox:latest [2022-03-05T14:53:03.878Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2022-03-05T14:53:03.878Z] === RUN TestBuildLabelWithTargets [2022-03-05T14:53:04.030Z] Loaded image: busybox:glibc [2022-03-05T14:53:04.812Z] --- PASS: TestBuildLabelWithTargets (0.96s) [2022-03-05T14:53:04.812Z] === RUN TestBuildWithEmptyLayers [2022-03-05T14:53:05.376Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2022-03-05T14:53:05.376Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T14:53:05.416Z] Loaded image: debian:bullseye-slim [2022-03-05T14:53:05.416Z] Loaded image: hello-world:latest [2022-03-05T14:53:05.416Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:53:05.416Z] INFO: Testing against a local daemon [2022-03-05T14:53:05.416Z] === RUN TestCgroupNamespacesBuild [2022-03-05T14:53:06.802Z] --- PASS: TestCgroupNamespacesBuild (1.21s) [2022-03-05T14:53:06.802Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T14:53:07.277Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2022-03-05T14:53:07.277Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T14:53:07.535Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-03-05T14:53:07.535Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T14:53:07.745Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2022-03-05T14:53:07.745Z] === RUN TestBuildWithSession [2022-03-05T14:53:07.745Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:53:07.745Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T14:53:07.745Z] === RUN TestBuildSquashParent [2022-03-05T14:53:09.431Z] --- PASS: TestBuildMultiStageLayerLeak (1.66s) [2022-03-05T14:53:09.431Z] === RUN TestBuildWithHugeFile [2022-03-05T14:53:14.729Z] ok github.com/docker/docker/libnetwork/ipam 15.535s coverage: 85.3% of statements [2022-03-05T14:53:14.729Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T14:53:14.729Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T14:53:14.729Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-05T14:53:14.729Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-05T14:53:14.729Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T14:53:14.729Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-05T14:53:15.292Z] ok github.com/docker/docker/libnetwork/ipamutils 0.280s coverage: 74.0% of statements [2022-03-05T14:53:15.855Z] ok github.com/docker/docker/libnetwork/iptables 0.122s coverage: 45.1% of statements [2022-03-05T14:53:15.884Z] --- PASS: TestBuildSquashParent (7.32s) [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:53:15.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:53:15.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:53:15.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:53:15.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:53:16.112Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-05T14:53:16.368Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-03-05T14:53:16.827Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:53:16.827Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:53:18.744Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:53:18.744Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.65s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.72s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.07s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.15s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.96s) [2022-03-05T14:53:21.291Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2022-03-05T14:53:21.291Z] === RUN TestBuildMultiStageCopy [2022-03-05T14:53:21.291Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T14:53:24.590Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T14:53:25.161Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T14:53:26.102Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T14:53:26.647Z] ---> 66b2a29ece45 [2022-03-05T14:53:27.043Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T14:53:27.641Z] Successfully built 66b2a29ece45 [2022-03-05T14:53:27.641Z] Successfully tagged docker:latest [2022-03-05T14:53:27.641Z] INFO: Image build ended at 03/05/2022 14:53:27. Duration:00:03:19.5961422 [2022-03-05T14:53:27.641Z] [2022-03-05T14:53:27.641Z] [2022-03-05T14:53:27.641Z] INFO: Building the test binaries at 03/05/2022 14:53:27... [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy (7.32s) [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-05T14:53:28.427Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-05T14:53:28.427Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T14:53:31.474Z] INFO: make.ps1 starting at 03/05/2022 14:53:31 [2022-03-05T14:53:31.944Z] INFO: Git commit (1e86a793ea) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T14:53:31.944Z] INFO: Invoking autogen... [2022-03-05T14:53:31.944Z] INFO: Building daemon... [2022-03-05T14:53:32.530Z] INFO: Expanding compiler 1 of 3... [2022-03-05T14:53:32.530Z] INFO: Expanding compiler 2 of 3... [2022-03-05T14:53:33.715Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-05T14:53:33.715Z] === RUN TestBuildLabelWithTargets [2022-03-05T14:53:36.336Z] INFO: Expanding compiler 3 of 3... [2022-03-05T14:53:36.805Z] INFO: Removing downloaded files... [2022-03-05T14:53:36.805Z] INFO: Downloading containerd [2022-03-05T14:53:40.779Z] INFO [linters context/goanalysis] analyzers took 4m11.647475757s with top 10 stages: buildir: 1m49.18427738s, goimports: 24.289568071s, unconvert: 19.115580653s, gosec: 13.287771026s, golint: 7.101461876s, S1038: 6.94285288s, misspell: 5.41663823s, nilness: 3.377374388s, inspect: 3.368183942s, unused: 2.987450953s [2022-03-05T14:53:40.779Z] INFO [runner] Issues before processing: 3050, after processing: 0 [2022-03-05T14:53:40.779Z] INFO [runner] Processors filtering stat (out/in): cgo: 2443/3050, skip_files: 2443/2443, autogenerated_exclude: 2055/2443, skip_dirs: 2443/2443, identifier_marker: 2055/2055, exclude-rules: 76/2055, filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, exclude: 2055/2055, nolint: 0/76 [2022-03-05T14:53:40.779Z] INFO [runner] processing took 83.330154ms with stages: nolint: 33.019502ms, identifier_marker: 21.380853ms, path_prettifier: 10.028645ms, autogenerated_exclude: 9.215204ms, exclude-rules: 7.434313ms, skip_dirs: 1.847268ms, cgo: 264.098µs, filename_unadjuster: 135.126µs, max_same_issues: 1.332µs, uniq_by_line: 683ns, skip_files: 454ns, exclude: 438ns, source_code: 428ns, diff: 374ns, max_from_linter: 339ns, max_per_file_from_linter: 261ns, severity-rules: 248ns, path_shortener: 246ns, sort_results: 231ns, path_prefixer: 111ns [2022-03-05T14:53:40.779Z] INFO [runner] linters took 1m26.590752053s with stages: goanalysis_metalinter: 1m26.507056565s [2022-03-05T14:53:40.779Z] INFO File cache stats: 1672 entries of total size 8.4MiB [2022-03-05T14:53:40.779Z] INFO Memory: 2276 samples, avg is 304.1MB, max is 1080.9MB [2022-03-05T14:53:40.779Z] INFO Execution took 3m47.483355339s [2022-03-05T14:53:40.779Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-05T14:53:41.150Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/make.sh dynbinary test-docker-py [2022-03-05T14:53:41.714Z] [2022-03-05T14:53:41.714Z] Removing bundles/ [2022-03-05T14:53:41.714Z] [2022-03-05T14:53:41.714Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T14:53:41.714Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:53:41.714Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:53:41.852Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-05T14:53:41.852Z] === RUN TestBuildWithEmptyLayers [2022-03-05T14:53:43.213Z] Removing intermediate container e192e1ffb0d5 [2022-03-05T14:53:43.213Z] ---> 0ed8756ce8e9 [2022-03-05T14:53:43.213Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T14:53:43.213Z] ---> Running in 9616ea0ed533 [2022-03-05T14:53:43.213Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-05T14:53:43.213Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:53:43.213Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:53:43.213Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:53:43.213Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:53:43.213Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:53:43.213Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:53:43.213Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:53:43.213Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:53:43.213Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:53:43.213Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:53:43.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T14:53:44.396Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-05T14:53:44.397Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T14:53:45.957Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T14:53:49.310Z] [2022-03-05T14:53:49.310Z] Name Version Source Summary [2022-03-05T14:53:49.310Z] ---- ------- ------ ------- [2022-03-05T14:53:49.310Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-05T14:53:49.310Z] [2022-03-05T14:53:49.310Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-05T14:53:49.310Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-05T14:53:49.310Z] PSChildName : containerd [2022-03-05T14:53:49.310Z] PSDrive : C [2022-03-05T14:53:49.310Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-05T14:53:49.310Z] PSIsContainer : True [2022-03-05T14:53:49.310Z] Name : containerd [2022-03-05T14:53:49.310Z] FullName : C:\containerd [2022-03-05T14:53:49.310Z] Parent : [2022-03-05T14:53:49.310Z] Exists : True [2022-03-05T14:53:49.310Z] Root : C:\ [2022-03-05T14:53:49.310Z] Extension : [2022-03-05T14:53:49.310Z] CreationTime : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] CreationTimeUtc : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] LastAccessTime : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] LastAccessTimeUtc : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] LastWriteTime : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] LastWriteTimeUtc : 3/5/2022 2:53:48 PM [2022-03-05T14:53:49.310Z] Attributes : Directory [2022-03-05T14:53:49.310Z] Mode : d----- [2022-03-05T14:53:49.310Z] BaseName : containerd [2022-03-05T14:53:49.310Z] Target : {} [2022-03-05T14:53:49.310Z] LinkType : [2022-03-05T14:53:49.310Z] [2022-03-05T14:53:49.682Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-05T14:53:49.682Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T14:53:49.682Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-03-05T14:53:49.682Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T14:53:50.302Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-05T14:53:50.770Z] INFO: Configuring git core.autocrlf... [2022-03-05T14:53:50.770Z] [2022-03-05T14:53:50.770Z] [2022-03-05T14:53:55.008Z] --- PASS: TestBuildMultiStageLayerLeak (4.44s) [2022-03-05T14:53:55.008Z] === RUN TestBuildWithHugeFile [2022-03-05T14:53:55.568Z] Removing intermediate container 9616ea0ed533 [2022-03-05T14:53:55.568Z] ---> 2e066e281ff4 [2022-03-05T14:53:55.568Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T14:53:55.568Z] ---> Running in 9f3e657c2253 [2022-03-05T14:53:56.026Z] Removing intermediate container 9f3e657c2253 [2022-03-05T14:53:56.026Z] ---> b00c585cdf01 [2022-03-05T14:53:56.026Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T14:53:56.026Z] ---> Running in 6d3b10112b62 [2022-03-05T14:53:56.482Z] Removing intermediate container 6d3b10112b62 [2022-03-05T14:53:56.482Z] ---> f6816c3fd0e8 [2022-03-05T14:53:56.482Z] Step 11/11 : COPY . . [2022-03-05T14:54:17.125Z] --- PASS: TestBuildWithHugeFile (64.42s) [2022-03-05T14:54:17.125Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T14:54:17.125Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:54:17.125Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:54:17.125Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T14:54:17.125Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:17.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:17.125Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:17.125Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:17.125Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:17.125Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:17.125Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:17.125Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:17.125Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:17.125Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-05T14:54:17.125Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-05T14:54:17.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-05T14:54:17.125Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-05T14:54:17.125Z] === RUN TestBuildPreserveOwnership [2022-03-05T14:54:17.125Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T14:54:17.125Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T14:54:17.392Z] --- PASS: TestBuildPreserveOwnership (3.49s) [2022-03-05T14:54:17.392Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.34s) [2022-03-05T14:54:17.392Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.14s) [2022-03-05T14:54:17.392Z] === RUN TestBuildPlatformInvalid [2022-03-05T14:54:17.392Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-05T14:54:17.392Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T14:54:18.333Z] Loaded image: busybox:latest [2022-03-05T14:54:18.333Z] Loaded image: busybox:glibc [2022-03-05T14:54:19.704Z] Loaded image: debian:bullseye-slim [2022-03-05T14:54:19.704Z] Loaded image: hello-world:latest [2022-03-05T14:54:19.704Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:54:26.400Z] ---> 3cc67a1d3795 [2022-03-05T14:54:26.400Z] Successfully built 3cc67a1d3795 [2022-03-05T14:54:26.400Z] Successfully tagged docker:latest [2022-03-05T14:54:26.400Z] INFO: Image build ended at 03/05/2022 14:54:25. Duration:00:03:28.9137277 [2022-03-05T14:54:26.400Z] [2022-03-05T14:54:26.400Z] [2022-03-05T14:54:26.400Z] INFO: Building the test binaries at 03/05/2022 14:54:25... [2022-03-05T14:54:29.660Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.70s) [2022-03-05T14:54:29.660Z] PASS [2022-03-05T14:54:29.660Z] [2022-03-05T14:54:29.660Z] === Skipped [2022-03-05T14:54:29.660Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T14:54:29.660Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:54:29.660Z] [2022-03-05T14:54:29.660Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:54:29.660Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:54:29.660Z] [2022-03-05T14:54:29.660Z] DONE 34 tests, 2 skipped in 101.047s [2022-03-05T14:54:29.660Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T14:54:29.660Z] INFO: Testing against a local daemon [2022-03-05T14:54:29.660Z] === RUN TestConfigInspect [2022-03-05T14:54:30.162Z] INFO: make.ps1 starting at 03/05/2022 14:54:29 [2022-03-05T14:54:30.595Z] --- PASS: TestConfigInspect (2.28s) [2022-03-05T14:54:30.595Z] === RUN TestConfigList [2022-03-05T14:54:30.619Z] INFO: Git commit (97c111b80f) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T14:54:30.619Z] INFO: Invoking autogen... [2022-03-05T14:54:31.076Z] INFO: Building daemon... [2022-03-05T14:54:32.491Z] --- PASS: TestConfigList (2.10s) [2022-03-05T14:54:32.491Z] === RUN TestConfigsCreateAndDelete [2022-03-05T14:54:35.013Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-03-05T14:54:35.013Z] === RUN TestConfigsUpdate [2022-03-05T14:54:36.907Z] --- PASS: TestConfigsUpdate (2.11s) [2022-03-05T14:54:36.907Z] === RUN TestTemplatedConfig [2022-03-05T14:54:39.432Z] --- PASS: TestTemplatedConfig (2.63s) [2022-03-05T14:54:39.432Z] === RUN TestConfigCreateResolve [2022-03-05T14:54:41.331Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-03-05T14:54:41.331Z] PASS [2022-03-05T14:54:41.331Z] [2022-03-05T14:54:41.331Z] DONE 6 tests in 13.398s [2022-03-05T14:54:41.588Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T14:54:41.588Z] INFO: Testing against a local daemon [2022-03-05T14:54:41.588Z] === RUN TestCheckpoint [2022-03-05T14:54:41.588Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:54:41.588Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T14:54:41.588Z] === RUN TestContainerInvalidJSON [2022-03-05T14:54:41.588Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:41.588Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:41.588Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:41.588Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:41.588Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:41.588Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:41.588Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-05T14:54:41.588Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T14:54:41.588Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T14:54:41.588Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T14:54:41.588Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-05T14:54:41.588Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T14:54:41.588Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-05T14:54:41.588Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T14:54:41.588Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-05T14:54:41.588Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T14:54:41.846Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-05T14:54:41.846Z] === RUN TestCopyFromContainer [2022-03-05T14:54:42.780Z] === RUN TestCopyFromContainer// [2022-03-05T14:54:42.780Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T14:54:42.780Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T14:54:43.039Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T14:54:43.039Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T14:54:43.039Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T14:54:43.039Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T14:54:43.039Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T14:54:43.297Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T14:54:43.297Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer (1.59s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-05T14:54:43.297Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-05T14:54:43.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T14:54:43.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:43.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:43.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:43.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:43.297Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:43.297Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:43.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:43.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:43.297Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:43.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T14:54:43.297Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T14:54:43.297Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-05T14:54:43.297Z] === RUN TestCreateWithInvalidEnv [2022-03-05T14:54:43.297Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T14:54:43.297Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T14:54:43.297Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T14:54:43.297Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T14:54:43.297Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T14:54:43.297Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T14:54:43.297Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T14:54:43.297Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T14:54:43.297Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T14:54:43.297Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T14:54:43.297Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T14:54:43.297Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T14:54:43.554Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T14:54:43.554Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T14:54:44.924Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s) [2022-03-05T14:54:44.924Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.47s) [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:54:46.819Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:54:46.819Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:54:46.819Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:54:46.819Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:54:46.819Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:54:46.819Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:54:46.819Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:54:46.819Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:54:46.819Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:54:46.819Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:54:46.819Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T14:54:46.819Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T14:54:46.819Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T14:54:47.076Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-03-05T14:54:47.076Z] === RUN TestCreateDifferentPlatform [2022-03-05T14:54:47.076Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T14:54:47.076Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T14:54:47.076Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-05T14:54:47.076Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T14:54:47.076Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T14:54:47.076Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T14:54:47.076Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-05T14:54:47.076Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T14:54:47.076Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-05T14:54:47.076Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T14:54:47.076Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T14:54:47.076Z] === RUN TestDaemonRestartIpcMode [2022-03-05T14:54:47.076Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T14:54:47.076Z] === RUN TestDaemonHostGatewayIP [2022-03-05T14:54:47.076Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T14:54:47.076Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T14:54:47.076Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T14:54:47.076Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T14:54:47.076Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T14:54:47.076Z] === RUN TestDiff [2022-03-05T14:54:47.639Z] --- PASS: TestDiff (0.53s) [2022-03-05T14:54:47.639Z] === RUN TestExecWithCloseStdin [2022-03-05T14:54:48.204Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-03-05T14:54:48.204Z] === RUN TestExec [2022-03-05T14:54:49.135Z] --- PASS: TestExec (0.61s) [2022-03-05T14:54:49.135Z] === RUN TestExecUser [2022-03-05T14:54:49.700Z] --- PASS: TestExecUser (0.62s) [2022-03-05T14:54:49.700Z] === RUN TestExportContainerAndImportImage [2022-03-05T14:54:50.263Z] --- PASS: TestExportContainerAndImportImage (0.75s) [2022-03-05T14:54:50.263Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T14:54:51.322Z] --- PASS: TestBuildWithHugeFile (51.14s) [2022-03-05T14:54:51.322Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T14:54:51.322Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:54:51.322Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:54:51.322Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T14:54:51.322Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:51.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:51.322Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:51.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:51.322Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:51.322Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:51.322Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:54:51.322Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:54:51.322Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:54:51.322Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-05T14:54:51.322Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-05T14:54:51.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-05T14:54:51.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-05T14:54:51.322Z] === RUN TestBuildPreserveOwnership [2022-03-05T14:54:51.322Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T14:54:51.322Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T14:54:51.634Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-03-05T14:54:51.634Z] === RUN TestHealthCheckWorkdir [2022-03-05T14:54:52.199Z] --- PASS: TestHealthCheckWorkdir (0.71s) [2022-03-05T14:54:52.199Z] === RUN TestHealthKillContainer [2022-03-05T14:54:55.527Z] --- PASS: TestBuildPreserveOwnership (9.66s) [2022-03-05T14:54:55.527Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.66s) [2022-03-05T14:54:55.527Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-05T14:54:55.527Z] === RUN TestBuildPlatformInvalid [2022-03-05T14:54:55.527Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-05T14:54:55.527Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T14:54:55.527Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-05T14:54:55.527Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-05T14:54:55.527Z] PASS [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === Skipped [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T14:54:55.527Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:54:55.527Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-05T14:54:55.527Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] DONE 34 tests, 3 skipped in 111.712s [2022-03-05T14:54:55.527Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T14:54:55.527Z] INFO: Testing against a local daemon [2022-03-05T14:54:55.527Z] === RUN TestConfigInspect [2022-03-05T14:54:55.527Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-05T14:54:55.527Z] === RUN TestConfigList [2022-03-05T14:54:55.527Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestConfigList (0.01s) [2022-03-05T14:54:55.527Z] === RUN TestConfigsCreateAndDelete [2022-03-05T14:54:55.527Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-05T14:54:55.527Z] === RUN TestConfigsUpdate [2022-03-05T14:54:55.527Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-05T14:54:55.527Z] === RUN TestTemplatedConfig [2022-03-05T14:54:55.527Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T14:54:55.527Z] === RUN TestConfigCreateResolve [2022-03-05T14:54:55.527Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-05T14:54:55.527Z] PASS [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === Skipped [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-05T14:54:55.527Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-05T14:54:55.527Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-05T14:54:55.527Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-05T14:54:55.527Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-05T14:54:55.527Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-05T14:54:55.527Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:54:55.527Z] [2022-03-05T14:54:55.527Z] DONE 6 tests, 6 skipped in 0.146s [2022-03-05T14:54:55.527Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T14:54:55.527Z] INFO: Testing against a local daemon [2022-03-05T14:54:55.527Z] === RUN TestCheckpoint [2022-03-05T14:54:55.527Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:54:55.527Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T14:54:55.527Z] === RUN TestContainerInvalidJSON [2022-03-05T14:54:55.527Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:55.527Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:55.527Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:55.527Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:55.527Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:54:55.527Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:54:55.527Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-05T14:54:55.527Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T14:54:55.527Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T14:54:55.527Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T14:54:55.527Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-05T14:54:55.527Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T14:54:55.527Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-05T14:54:55.527Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T14:54:55.788Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-05T14:54:55.788Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T14:54:55.788Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-05T14:54:55.788Z] === RUN TestCopyFromContainer [2022-03-05T14:54:58.217Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T14:54:58.217Z] [2022-03-05T14:54:58.217Z] ________ ____ __. [2022-03-05T14:54:58.217Z] \_____ \ | |/ _| [2022-03-05T14:54:58.217Z] / | \| < [2022-03-05T14:54:58.217Z] / | \ | \ [2022-03-05T14:54:58.217Z] \_______ /____|__ \ [2022-03-05T14:54:58.217Z] \/ \/ [2022-03-05T14:54:58.217Z] [2022-03-05T14:54:58.217Z] INFO: make.ps1 ended at 03/05/2022 14:54:46 [2022-03-05T14:54:58.217Z] INFO: Binaries build ended at 03/05/2022 14:54:48. Duration:00:01:20.8248679 [2022-03-05T14:54:58.217Z] INFO: Copying the built daemon binary to d:\CI\PR-43300\8\binary\dockerd-1e86a793ea.exe... [2022-03-05T14:54:58.217Z] INFO: Copying the built client binary to d:\CI\PR-43300\8\binary\docker-1e86a793ea.exe... [2022-03-05T14:54:58.217Z] INFO: Copying dockerversion from the container... [2022-03-05T14:54:58.217Z] INFO: Copying the golang package from the container to d:\CI\PR-43300\8\installer\go.zip... [2022-03-05T14:54:58.217Z] INFO: Extracting go.zip to d:\CI\PR-43300\8\go [2022-03-05T14:54:59.087Z] === RUN TestCopyFromContainer// [2022-03-05T14:54:59.087Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T14:54:59.349Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T14:54:59.349Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T14:54:59.349Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T14:54:59.349Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T14:54:59.611Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T14:54:59.611Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T14:54:59.611Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T14:54:59.611Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer (4.00s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-05T14:54:59.611Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-05T14:54:59.612Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-05T14:54:59.612Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-05T14:54:59.612Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T14:54:59.612Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:59.612Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:59.612Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:59.612Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:59.612Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:59.612Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:59.612Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:54:59.612Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:54:59.612Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:54:59.612Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-05T14:54:59.612Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T14:54:59.612Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T14:54:59.612Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T14:54:59.612Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T14:54:59.872Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-05T14:54:59.872Z] === RUN TestCreateWithInvalidEnv [2022-03-05T14:54:59.872Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T14:54:59.872Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T14:54:59.872Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T14:54:59.872Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T14:54:59.872Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T14:54:59.872Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T14:54:59.872Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T14:54:59.872Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T14:54:59.872Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T14:54:59.872Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T14:54:59.872Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T14:54:59.872Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T14:54:59.872Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T14:54:59.872Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T14:54:59.872Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-05T14:54:59.872Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T14:55:00.815Z] --- PASS: TestCreateWithCustomMaskedPaths (1.11s) [2022-03-05T14:55:00.815Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T14:55:02.157Z] --- PASS: TestHealthKillContainer (8.19s) [2022-03-05T14:55:02.157Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T14:55:02.157Z] --- PASS: TestInspectCpusetInConfigPre120 (0.51s) [2022-03-05T14:55:02.157Z] === RUN TestIpcModeNone [2022-03-05T14:55:02.157Z] --- PASS: TestIpcModeNone (0.61s) [2022-03-05T14:55:02.157Z] === RUN TestIpcModePrivate [2022-03-05T14:55:02.157Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-05T14:55:02.157Z] --- PASS: TestIpcModePrivate (0.61s) [2022-03-05T14:55:02.157Z] === RUN TestIpcModeShareable [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.11s) [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:55:02.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:55:02.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:55:02.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:55:02.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:55:02.200Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:55:02.200Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:55:02.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:55:02.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:55:02.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:55:02.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:55:02.200Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T14:55:02.200Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T14:55:02.200Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T14:55:02.462Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-03-05T14:55:02.462Z] === RUN TestCreateDifferentPlatform [2022-03-05T14:55:02.462Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T14:55:02.462Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T14:55:02.462Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-05T14:55:02.462Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T14:55:02.462Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T14:55:02.462Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T14:55:02.462Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-05T14:55:02.462Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T14:55:02.462Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T14:55:02.462Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T14:55:02.462Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-05T14:55:02.462Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-05T14:55:02.462Z] === RUN TestDaemonRestartIpcMode [2022-03-05T14:55:02.462Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T14:55:02.462Z] === RUN TestDaemonHostGatewayIP [2022-03-05T14:55:02.462Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:55:02.462Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-05T14:55:02.462Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T14:55:02.462Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T14:55:02.462Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T14:55:02.462Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-05T14:55:02.462Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T14:55:02.462Z] === RUN TestDiff [2022-03-05T14:55:02.721Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-05T14:55:02.722Z] --- PASS: TestIpcModeShareable (0.62s) [2022-03-05T14:55:02.722Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T14:55:03.033Z] --- PASS: TestDiff (0.39s) [2022-03-05T14:55:03.033Z] === RUN TestExecWithCloseStdin [2022-03-05T14:55:03.297Z] --- PASS: TestExecWithCloseStdin (0.42s) [2022-03-05T14:55:03.297Z] === RUN TestExec [2022-03-05T14:55:03.869Z] --- PASS: TestExec (0.43s) [2022-03-05T14:55:03.869Z] === RUN TestExecUser [2022-03-05T14:55:04.131Z] --- PASS: TestExecUser (0.41s) [2022-03-05T14:55:04.131Z] === RUN TestExportContainerAndImportImage [2022-03-05T14:55:04.614Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.72s) [2022-03-05T14:55:04.614Z] === RUN TestAPIIpcModeHost [2022-03-05T14:55:04.703Z] --- PASS: TestExportContainerAndImportImage (0.52s) [2022-03-05T14:55:04.703Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T14:55:04.870Z] --- PASS: TestAPIIpcModeHost (0.42s) [2022-03-05T14:55:04.870Z] === RUN TestDaemonIpcModeShareable [2022-03-05T14:55:06.087Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-03-05T14:55:06.087Z] === RUN TestHealthCheckWorkdir [2022-03-05T14:55:06.239Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-05T14:55:06.239Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-03-05T14:55:06.239Z] === RUN TestDaemonIpcModePrivate [2022-03-05T14:55:06.657Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-03-05T14:55:06.657Z] === RUN TestHealthKillContainer [2022-03-05T14:55:07.170Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-05T14:55:07.170Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-03-05T14:55:07.170Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T14:55:07.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/networkdb 103.815s coverage: 60.0% of statements [2022-03-05T14:55:07.757Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/options 0.001s coverage: 100.0% of statements [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/osl 4.321s coverage: 39.7% of statements [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/portmapper 0.270s coverage: 48.6% of statements [2022-03-05T14:55:07.757Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-05T14:55:07.757Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T14:55:08.013Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === Skipped [2022-03-05T14:55:08.013Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-05T14:55:08.013Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-05T14:55:08.013Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-05T14:55:08.013Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T14:55:08.013Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T14:55:08.013Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T14:55:08.013Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T14:55:08.013Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T14:55:08.013Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-05T14:55:08.013Z] firewalld_test.go:14: firewalld is not running [2022-03-05T14:55:08.013Z] [2022-03-05T14:55:08.013Z] DONE 326 tests, 9 skipped in 199.962s [2022-03-05T14:55:08.539Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-05T14:55:08.539Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.17s) [2022-03-05T14:55:08.539Z] === RUN TestDaemonIpcModeShareableFromConfig Post stage [Pipeline] junit [2022-03-05T14:55:08.587Z] Recording test results [2022-03-05T14:55:09.470Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-05T14:55:09.727Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-03-05T14:55:09.727Z] === RUN TestIpcModeOlderClient [2022-03-05T14:55:09.727Z] === PAUSE TestIpcModeOlderClient [2022-03-05T14:55:09.727Z] === RUN TestKillContainerInvalidSignal [2022-03-05T14:55:09.984Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-05T14:55:09.984Z] === RUN TestKillContainer [2022-03-05T14:55:09.984Z] === RUN TestKillContainer/no_signal [2022-03-05T14:55:10.074Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-05T14:55:10.416Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d482552d69122f5f7e62ac40049e3df4438623f -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:9d482552d69122f5f7e62ac40049e3df4438623f hack/make.sh dynbinary test-integration [2022-03-05T14:55:10.557Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T14:55:10.672Z] [2022-03-05T14:55:10.672Z] Removing bundles/ [2022-03-05T14:55:10.672Z] [2022-03-05T14:55:10.672Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-05T14:55:10.813Z] === RUN TestKillContainer/killing_signal [2022-03-05T14:55:10.928Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:55:10.928Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:55:11.377Z] --- PASS: TestKillContainer (1.30s) [2022-03-05T14:55:11.377Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-03-05T14:55:11.377Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-03-05T14:55:11.377Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2022-03-05T14:55:11.377Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T14:55:11.377Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T14:55:11.940Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T14:55:12.198Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s) [2022-03-05T14:55:12.198Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-03-05T14:55:12.198Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-03-05T14:55:12.198Z] === RUN TestKillStoppedContainer [2022-03-05T14:55:12.198Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-05T14:55:12.198Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T14:55:12.198Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-05T14:55:12.198Z] === RUN TestKillDifferentUserContainer [2022-03-05T14:55:12.771Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-05T14:55:12.771Z] === RUN TestInspectOomKilledTrue [2022-03-05T14:55:12.771Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-05T14:55:12.771Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T14:55:12.771Z] === RUN TestInspectOomKilledFalse [2022-03-05T14:55:13.029Z] --- PASS: TestInspectOomKilledFalse (0.40s) [2022-03-05T14:55:13.029Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T14:55:13.594Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-03-05T14:55:13.594Z] === RUN TestLinksContainerNames [2022-03-05T14:55:14.293Z] --- PASS: TestLinksContainerNames (0.84s) [2022-03-05T14:55:14.293Z] === RUN TestLogsFollowTailEmpty [2022-03-05T14:55:14.790Z] --- PASS: TestHealthKillContainer (7.88s) [2022-03-05T14:55:14.790Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T14:55:14.790Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T14:55:14.790Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T14:55:14.790Z] === RUN TestIpcModeNone [2022-03-05T14:55:14.790Z] --- PASS: TestIpcModeNone (0.41s) [2022-03-05T14:55:14.790Z] === RUN TestIpcModePrivate [2022-03-05T14:55:14.858Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-03-05T14:55:14.858Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T14:55:15.052Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-05T14:55:15.115Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/default [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/private [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/slave [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/shared [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/default [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/private [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/shared [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/slave [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:15.116Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:15.116Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:15.116Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:15.313Z] --- PASS: TestIpcModePrivate (0.43s) [2022-03-05T14:55:15.313Z] === RUN TestIpcModeShareable [2022-03-05T14:55:15.313Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:55:15.313Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-05T14:55:15.313Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:15.372Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:15.630Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:15.630Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:15.630Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:15.630Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-05T14:55:15.630Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T14:55:15.630Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T14:55:16.023Z] INFO: Extraction ended at 03/05/2022 14:55:14. Duration:00:00:24.7991127 [2022-03-05T14:55:16.023Z] INFO: Updating the golang and path environment variables [2022-03-05T14:55:16.023Z] INFO: GOPATH=d:\gopath [2022-03-05T14:55:16.023Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T14:55:16.023Z] INFO: Running the daemon under test in debug mode [2022-03-05T14:55:16.023Z] INFO: Starting a daemon under test... [2022-03-05T14:55:16.023Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43300\8\daemon --pidfile d:\CI\PR-43300\8\docker.pid -D [2022-03-05T14:55:16.023Z] INFO: Process started successfully. [2022-03-05T14:55:16.023Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T14:55:16.023Z] INFO: Waiting for the daemon under test to start... [2022-03-05T14:55:16.701Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.29s) [2022-03-05T14:55:16.701Z] === RUN TestAPIIpcModeHost [2022-03-05T14:55:16.701Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:55:16.701Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-05T14:55:16.701Z] === RUN TestDaemonIpcModeShareable [2022-03-05T14:55:16.701Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:55:16.701Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-05T14:55:16.701Z] === RUN TestDaemonIpcModePrivate [2022-03-05T14:55:17.000Z] --- PASS: TestContainerBindMountNonRecursive (1.37s) [2022-03-05T14:55:17.000Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T14:55:17.257Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-03-05T14:55:17.257Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T14:55:17.643Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-05T14:55:17.643Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-05T14:55:17.643Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T14:55:17.643Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:55:17.643Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-05T14:55:17.643Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T14:55:17.643Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:55:17.643Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-05T14:55:17.643Z] === RUN TestIpcModeOlderClient [2022-03-05T14:55:17.643Z] === PAUSE TestIpcModeOlderClient [2022-03-05T14:55:17.643Z] === RUN TestKillContainerInvalidSignal [2022-03-05T14:55:17.822Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2022-03-05T14:55:17.822Z] === RUN TestNetworkNat [2022-03-05T14:55:18.080Z] --- PASS: TestNetworkNat (0.44s) [2022-03-05T14:55:18.080Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T14:55:18.117Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:55:18.117Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:55:18.117Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:55:18.117Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:55:18.117Z] [2022-03-05T14:55:18.117Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-05T14:55:18.117Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-05T14:55:18.117Z] Using test binary docker [2022-03-05T14:55:18.117Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T14:55:18.117Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:55:18.117Z] INFO: Waiting for daemon to start... [2022-03-05T14:55:18.117Z] Starting dockerd [2022-03-05T14:55:18.117Z] . [2022-03-05T14:55:18.117Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-05T14:55:18.215Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-05T14:55:18.215Z] === RUN TestKillContainer [2022-03-05T14:55:18.215Z] === RUN TestKillContainer/no_signal [2022-03-05T14:55:18.475Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T14:55:18.644Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-03-05T14:55:18.644Z] === RUN TestNetworkLoopbackNat [2022-03-05T14:55:18.739Z] === RUN TestKillContainer/killing_signal [2022-03-05T14:55:19.311Z] --- PASS: TestKillContainer (1.17s) [2022-03-05T14:55:19.311Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-03-05T14:55:19.311Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-05T14:55:19.311Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-03-05T14:55:19.311Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T14:55:19.311Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T14:55:19.573Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T14:55:20.146Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-03-05T14:55:20.146Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-03-05T14:55:20.146Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-03-05T14:55:20.146Z] === RUN TestKillStoppedContainer [2022-03-05T14:55:20.146Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-05T14:55:20.146Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T14:55:20.146Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-05T14:55:20.146Z] === RUN TestKillDifferentUserContainer [2022-03-05T14:55:20.407Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-03-05T14:55:20.407Z] === RUN TestInspectOomKilledTrue [2022-03-05T14:55:20.407Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:20.407Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T14:55:20.407Z] === RUN TestInspectOomKilledFalse [2022-03-05T14:55:20.407Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T14:55:20.407Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T14:55:20.407Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T14:55:20.407Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-05T14:55:20.407Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-05T14:55:20.407Z] === RUN TestLinksContainerNames [2022-03-05T14:55:21.167Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2022-03-05T14:55:21.167Z] === RUN TestPause [2022-03-05T14:55:21.350Z] --- PASS: TestLinksContainerNames (0.76s) [2022-03-05T14:55:21.350Z] === RUN TestLogsFollowTailEmpty [2022-03-05T14:55:21.611Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-05T14:55:21.611Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T14:55:21.769Z] --- PASS: TestPause (0.45s) [2022-03-05T14:55:21.769Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T14:55:21.769Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T14:55:21.769Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T14:55:21.769Z] === RUN TestPauseStopPausedContainer [2022-03-05T14:55:22.035Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-03-05T14:55:22.035Z] === RUN TestPidHost [2022-03-05T14:55:22.184Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/default [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/private [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/slave [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/shared [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/default [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/shared [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/slave [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/private [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:22.184Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:22.184Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T14:55:22.184Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T14:55:22.445Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T14:55:22.445Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T14:55:22.445Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T14:55:22.445Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:55:22.445Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-05T14:55:22.445Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T14:55:22.445Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:55:22.445Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-05T14:55:22.445Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T14:55:22.445Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:55:22.445Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-05T14:55:22.445Z] === RUN TestNetworkNat [2022-03-05T14:55:22.983Z] --- PASS: TestPidHost (1.00s) [2022-03-05T14:55:22.983Z] === RUN TestPsFilter [2022-03-05T14:55:23.015Z] --- PASS: TestNetworkNat (0.50s) [2022-03-05T14:55:23.015Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T14:55:23.244Z] --- PASS: TestPsFilter (0.12s) [2022-03-05T14:55:23.244Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T14:55:23.275Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-05T14:55:23.275Z] === RUN TestNetworkLoopbackNat [2022-03-05T14:55:23.501Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-03-05T14:55:23.501Z] === RUN TestRemoveContainerWithVolume [2022-03-05T14:55:24.065Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-03-05T14:55:24.065Z] === RUN TestRemoveContainerRunning [2022-03-05T14:55:24.322Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-03-05T14:55:24.322Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T14:55:24.885Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.49s) [2022-03-05T14:55:24.885Z] === RUN TestRemoveInvalidContainer [2022-03-05T14:55:24.885Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T14:55:24.885Z] === RUN TestRenameLinkedContainer [2022-03-05T14:55:25.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T14:55:25.820Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-03-05T14:55:25.821Z] === RUN TestPause [2022-03-05T14:55:25.821Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:25.821Z] --- SKIP: TestPause (0.00s) [2022-03-05T14:55:25.821Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T14:55:25.821Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T14:55:25.821Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T14:55:25.821Z] === RUN TestPauseStopPausedContainer [2022-03-05T14:55:25.821Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:25.821Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-05T14:55:25.821Z] === RUN TestPidHost [2022-03-05T14:55:26.764Z] --- PASS: TestPidHost (0.84s) [2022-03-05T14:55:26.764Z] === RUN TestPsFilter [2022-03-05T14:55:26.764Z] --- PASS: TestPsFilter (0.08s) [2022-03-05T14:55:26.764Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T14:55:26.782Z] --- PASS: TestRenameLinkedContainer (1.69s) [2022-03-05T14:55:26.783Z] === RUN TestRenameStoppedContainer [2022-03-05T14:55:27.039Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-03-05T14:55:27.039Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T14:55:27.336Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-03-05T14:55:27.336Z] === RUN TestRemoveContainerWithVolume [2022-03-05T14:55:27.597Z] --- PASS: TestRemoveContainerWithVolume (0.38s) [2022-03-05T14:55:27.597Z] === RUN TestRemoveContainerRunning [2022-03-05T14:55:27.857Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-05T14:55:27.857Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T14:55:27.971Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2022-03-05T14:55:27.971Z] === RUN TestRenameInvalidName [2022-03-05T14:55:28.228Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-05T14:55:28.228Z] === RUN TestRenameAnonymousContainer [2022-03-05T14:55:28.429Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-03-05T14:55:28.429Z] === RUN TestRemoveInvalidContainer [2022-03-05T14:55:28.429Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-05T14:55:28.429Z] === RUN TestRenameLinkedContainer [2022-03-05T14:55:29.813Z] --- PASS: TestRenameLinkedContainer (1.52s) [2022-03-05T14:55:29.813Z] === RUN TestRenameStoppedContainer [2022-03-05T14:55:30.122Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2022-03-05T14:55:30.122Z] === RUN TestRenameContainerWithSameName [2022-03-05T14:55:30.122Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-03-05T14:55:30.122Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T14:55:30.384Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-05T14:55:30.384Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T14:55:30.955Z] --- PASS: TestRenameRunningContainerAndReuse (0.78s) [2022-03-05T14:55:30.955Z] === RUN TestRenameInvalidName [2022-03-05T14:55:31.054Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-03-05T14:55:31.054Z] === RUN TestResize [2022-03-05T14:55:31.526Z] --- PASS: TestRenameInvalidName (0.38s) [2022-03-05T14:55:31.526Z] === RUN TestRenameAnonymousContainer [2022-03-05T14:55:31.618Z] --- PASS: TestResize (0.42s) [2022-03-05T14:55:31.618Z] === RUN TestResizeWithInvalidSize [2022-03-05T14:55:31.875Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-03-05T14:55:31.875Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T14:55:32.295Z] Removing intermediate container bc16f9724a27 [2022-03-05T14:55:32.295Z] ---> add083b45272 [2022-03-05T14:55:32.295Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-05T14:55:32.295Z] ---> Running in 67a7c5c128c7 [2022-03-05T14:55:32.295Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-05T14:55:32.295Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-05T14:55:32.295Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-05T14:55:32.295Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-05T14:55:32.295Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-05T14:55:32.295Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-05T14:55:32.295Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-05T14:55:32.295Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-05T14:55:32.295Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-05T14:55:32.295Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-05T14:55:32.295Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-05T14:55:32.439Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:32.439Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:32.439Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:32.439Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T14:55:32.439Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:32.910Z] --- PASS: TestRenameAnonymousContainer (1.43s) [2022-03-05T14:55:32.910Z] === RUN TestRenameContainerWithSameName [2022-03-05T14:55:33.170Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-05T14:55:33.170Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T14:55:34.113Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-03-05T14:55:34.113Z] === RUN TestResize [2022-03-05T14:55:34.335Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:34.373Z] --- PASS: TestResize (0.37s) [2022-03-05T14:55:34.373Z] === RUN TestResizeWithInvalidSize [2022-03-05T14:55:34.944Z] --- PASS: TestResizeWithInvalidSize (0.37s) [2022-03-05T14:55:34.944Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T14:55:35.204Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-03-05T14:55:35.204Z] === RUN TestDaemonRestartKillContainers [2022-03-05T14:55:35.204Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-05T14:55:35.204Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T14:55:35.204Z] === RUN TestCgroupNamespacesRun [2022-03-05T14:55:35.268Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:36.147Z] --- PASS: TestCgroupNamespacesRun (1.08s) [2022-03-05T14:55:36.147Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T14:55:36.638Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T14:55:36.638Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T14:55:37.244Z] ...INFO: Daemon under test started and replied! [2022-03-05T14:55:37.244Z] INFO: Docker version of the daemon under test [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] Client: [2022-03-05T14:55:37.244Z] Version: 17.06.2-ce [2022-03-05T14:55:37.244Z] API version: 1.30 [2022-03-05T14:55:37.244Z] Go version: go1.8.3 [2022-03-05T14:55:37.244Z] Git commit: cec0b72 [2022-03-05T14:55:37.244Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T14:55:37.244Z] OS/Arch: windows/amd64 [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] Server: [2022-03-05T14:55:37.244Z] Version: 0.0.0-dev [2022-03-05T14:55:37.244Z] API version: 1.42 (minimum version 1.24) [2022-03-05T14:55:37.244Z] Go version: go1.17.8 [2022-03-05T14:55:37.244Z] Git commit: 1e86a793ea [2022-03-05T14:55:37.244Z] Built: 03/05/2022 14:53:31 [2022-03-05T14:55:37.244Z] OS/Arch: windows/amd64 [2022-03-05T14:55:37.244Z] Experimental: false [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] INFO: Docker info of the daemon under test [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] Containers: 0 [2022-03-05T14:55:37.244Z] Running: 0 [2022-03-05T14:55:37.244Z] Paused: 0 [2022-03-05T14:55:37.244Z] Stopped: 0 [2022-03-05T14:55:37.244Z] Images: 0 [2022-03-05T14:55:37.244Z] Server Version: 0.0.0-dev [2022-03-05T14:55:37.244Z] Storage Driver: windowsfilter [2022-03-05T14:55:37.244Z] Windows: [2022-03-05T14:55:37.244Z] Logging Driver: json-file [2022-03-05T14:55:37.244Z] Plugins: [2022-03-05T14:55:37.244Z] Volume: local [2022-03-05T14:55:37.244Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:55:37.244Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:55:37.244Z] Swarm: inactive [2022-03-05T14:55:37.244Z] Default Isolation: process [2022-03-05T14:55:37.244Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:55:37.244Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:55:37.244Z] OSType: windows [2022-03-05T14:55:37.244Z] Architecture: x86_64 [2022-03-05T14:55:37.244Z] CPUs: 4 [2022-03-05T14:55:37.244Z] Total Memory: 32GiB [2022-03-05T14:55:37.244Z] Name: azwin-2-f8ea61 [2022-03-05T14:55:37.244Z] ID: EKED:424M:RQWZ:O7LP:JQTD:75OS:67EZ:SBZR:WVJ2:M7J7:E6SI:T6BL [2022-03-05T14:55:37.244Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T14:55:37.244Z] Debug Mode (client): false [2022-03-05T14:55:37.244Z] Debug Mode (server): true [2022-03-05T14:55:37.244Z] File Descriptors: -1 [2022-03-05T14:55:37.244Z] Goroutines: 16 [2022-03-05T14:55:37.244Z] System Time: 2022-03-05T14:55:34.4683922Z [2022-03-05T14:55:37.244Z] EventsListeners: 0 [2022-03-05T14:55:37.244Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:55:37.244Z] Labels: [2022-03-05T14:55:37.244Z] Experimental: false [2022-03-05T14:55:37.244Z] Insecure Registries: [2022-03-05T14:55:37.244Z] 127.0.0.0/8 [2022-03-05T14:55:37.244Z] Live Restore Enabled: false [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] INFO: Docker images of the daemon under test [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T14:55:37.244Z] [2022-03-05T14:55:37.244Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T14:55:37.244Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-05T14:55:37.244Z] ltsc2022: Pulling from windows/servercore [2022-03-05T14:55:37.244Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T14:55:37.244Z] 898469748ff6: Pulling fs layer [2022-03-05T14:55:37.535Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-03-05T14:55:37.536Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T14:55:38.009Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:38.009Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T14:55:38.479Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-05T14:55:38.479Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T14:55:39.862Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-03-05T14:55:39.862Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T14:55:40.831Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2022-03-05T14:55:40.831Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T14:55:41.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T14:55:41.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T14:55:41.796Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-03-05T14:55:41.796Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T14:55:42.367Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-05T14:55:42.367Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T14:55:43.751Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-03-05T14:55:43.751Z] === RUN TestNISDomainname [2022-03-05T14:55:43.751Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-05T14:55:43.751Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-05T14:55:43.751Z] === RUN TestHostnameDnsResolution [2022-03-05T14:55:43.805Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T14:55:44.321Z] --- PASS: TestHostnameDnsResolution (0.59s) [2022-03-05T14:55:44.321Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T14:55:44.321Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-05T14:55:44.321Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-05T14:55:44.321Z] === RUN TestStats [2022-03-05T14:55:44.321Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:44.321Z] --- SKIP: TestStats (0.00s) [2022-03-05T14:55:44.321Z] === RUN TestStopContainerWithTimeout [2022-03-05T14:55:44.321Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T14:55:44.321Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T14:55:44.321Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T14:55:44.321Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T14:55:44.321Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T14:55:44.321Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T14:55:44.321Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T14:55:44.321Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T14:55:44.321Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T14:55:44.321Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T14:55:44.892Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T14:55:45.174Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T14:55:45.432Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T14:55:46.802Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T14:55:46.804Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T14:55:47.734Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T14:55:48.189Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-05T14:55:48.189Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2022-03-05T14:55:48.189Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-03-05T14:55:48.189Z] --- PASS: TestStopContainerWithTimeout/3 (2.39s) [2022-03-05T14:55:48.189Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2022-03-05T14:55:48.189Z] === RUN TestDeleteDevicemapper [2022-03-05T14:55:48.189Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T14:55:48.189Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T14:55:48.189Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T14:55:48.666Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T14:55:49.573Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s) [2022-03-05T14:55:49.573Z] === RUN TestUpdateMemory [2022-03-05T14:55:49.734Z] 898469748ff6: Verifying Checksum [2022-03-05T14:55:49.734Z] 898469748ff6: Download complete [2022-03-05T14:55:49.835Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:49.835Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-05T14:55:49.835Z] === RUN TestUpdateCPUQuota [2022-03-05T14:55:49.835Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:49.835Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-05T14:55:49.835Z] === RUN TestUpdatePidsLimit [2022-03-05T14:55:49.835Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:55:49.835Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-05T14:55:49.835Z] === RUN TestUpdateRestartPolicy [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.08s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.60s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.13s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.61s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.17s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.17s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.78s) [2022-03-05T14:55:50.563Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s) [2022-03-05T14:55:50.563Z] === RUN TestCgroupNamespacesRun [2022-03-05T14:55:51.296Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T14:55:51.296Z] 8f616e6e9eec: Download complete [2022-03-05T14:55:51.494Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2022-03-05T14:55:51.494Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T14:55:51.494Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-05T14:55:51.494Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-05T14:55:51.494Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T14:55:52.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T14:55:52.863Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s) [2022-03-05T14:55:52.863Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T14:55:53.543Z] Removing intermediate container 67a7c5c128c7 [2022-03-05T14:55:53.543Z] ---> 006b789388c2 [2022-03-05T14:55:53.543Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-05T14:55:53.543Z] ---> Running in 5190e060eeeb [2022-03-05T14:55:53.543Z] Removing intermediate container 5190e060eeeb [2022-03-05T14:55:53.543Z] ---> a858500f3801 [2022-03-05T14:55:53.543Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-05T14:55:53.543Z] ---> Running in 1917413130f7 [2022-03-05T14:55:53.543Z] Removing intermediate container 1917413130f7 [2022-03-05T14:55:53.543Z] ---> 330210a8bfa8 [2022-03-05T14:55:53.543Z] Step 11/11 : COPY . . [2022-03-05T14:55:53.795Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-03-05T14:55:53.795Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T14:55:53.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T14:55:55.165Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-03-05T14:55:55.165Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T14:55:56.097Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-03-05T14:55:56.097Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T14:55:56.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T14:55:57.028Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-03-05T14:55:57.028Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T14:55:57.083Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T14:55:57.083Z] [2022-03-05T14:55:57.083Z] ________ ____ __. [2022-03-05T14:55:57.083Z] \_____ \ | |/ _| [2022-03-05T14:55:57.083Z] / | \| < [2022-03-05T14:55:57.083Z] / | \ | \ [2022-03-05T14:55:57.083Z] \_______ /____|__ \ [2022-03-05T14:55:57.083Z] \/ \/ [2022-03-05T14:55:57.083Z] [2022-03-05T14:55:57.083Z] INFO: make.ps1 ended at 03/05/2022 14:55:52 [2022-03-05T14:55:57.083Z] INFO: Binaries build ended at 03/05/2022 14:55:54. Duration:00:01:28.5475517 [2022-03-05T14:55:57.083Z] INFO: Copying the built daemon binary to d:\CI\PR-43300\8\binary\dockerd-97c111b80f.exe... [2022-03-05T14:55:57.083Z] INFO: Copying the built client binary to d:\CI\PR-43300\8\binary\docker-97c111b80f.exe... [2022-03-05T14:55:57.083Z] INFO: Copying dockerversion from the container... [2022-03-05T14:55:57.083Z] INFO: Copying the golang package from the container to d:\CI\PR-43300\8\installer\go.zip... [2022-03-05T14:55:57.083Z] INFO: Extracting go.zip to d:\CI\PR-43300\8\go [2022-03-05T14:55:58.399Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2022-03-05T14:55:58.399Z] === RUN TestNISDomainname [2022-03-05T14:55:58.658Z] --- PASS: TestNISDomainname (0.52s) [2022-03-05T14:55:58.658Z] === RUN TestHostnameDnsResolution [2022-03-05T14:55:59.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T14:55:59.222Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-03-05T14:55:59.223Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T14:55:59.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T14:55:59.789Z] --- PASS: TestUnprivilegedPortsAndPing (0.59s) [2022-03-05T14:55:59.789Z] === RUN TestStats [2022-03-05T14:56:02.062Z] --- PASS: TestUpdateRestartPolicy (10.81s) [2022-03-05T14:56:02.062Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T14:56:02.062Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-03-05T14:56:02.062Z] === RUN TestWaitNonBlocked [2022-03-05T14:56:02.062Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:02.062Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:02.062Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:02.062Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:02.062Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:02.062Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:02.062Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-05T14:56:02.062Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-03-05T14:56:02.062Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-03-05T14:56:02.062Z] === RUN TestWaitBlocked [2022-03-05T14:56:02.062Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:02.062Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:02.062Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:02.062Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:02.062Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:02.062Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:02.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T14:56:02.308Z] --- PASS: TestStats (2.48s) [2022-03-05T14:56:02.309Z] === RUN TestStopContainerWithTimeout [2022-03-05T14:56:02.309Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T14:56:02.309Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T14:56:02.309Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T14:56:02.309Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T14:56:02.309Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T14:56:02.309Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T14:56:02.309Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T14:56:02.309Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T14:56:02.309Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T14:56:02.309Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T14:56:02.323Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T14:56:02.323Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.72s) [2022-03-05T14:56:02.323Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.74s) [2022-03-05T14:56:02.323Z] === CONT TestDaemonRestartIpcMode [2022-03-05T14:56:02.323Z] === CONT TestIpcModeOlderClient [2022-03-05T14:56:02.323Z] --- PASS: TestIpcModeOlderClient (0.05s) [2022-03-05T14:56:02.323Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T14:56:03.239Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T14:56:04.607Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T14:56:04.759Z] sha256:0ba08a00eb19ff49de57066f90c5aa3e243b4686b77266b07ffd78af5954a7f7 [2022-03-05T14:56:04.759Z] INFO: Starting docker-py tests... [2022-03-05T14:56:04.759Z] ============================= test session starts ============================== [2022-03-05T14:56:04.759Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-05T14:56:04.759Z] rootdir: /src, inifile: pytest.ini [2022-03-05T14:56:04.759Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-05T14:56:04.759Z] collected 395 items / 2 deselected / 393 selected [2022-03-05T14:56:04.759Z] [2022-03-05T14:56:04.869Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.49s) [2022-03-05T14:56:05.440Z] --- PASS: TestDaemonRestartIpcMode (2.90s) [2022-03-05T14:56:05.440Z] PASS [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === Skipped [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T14:56:05.440Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-05T14:56:05.440Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-05T14:56:05.440Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T14:56:05.440Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T14:56:05.440Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-05T14:56:05.440Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-05T14:56:05.440Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-05T14:56:05.440Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-05T14:56:05.440Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-05T14:56:05.440Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T14:56:05.440Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-05T14:56:05.440Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-05T14:56:05.440Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-05T14:56:05.440Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-05T14:56:05.440Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-05T14:56:05.440Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-05T14:56:05.440Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T14:56:05.440Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-05T14:56:05.440Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-05T14:56:05.440Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-05T14:56:05.440Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-05T14:56:05.440Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-05T14:56:05.440Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T14:56:05.440Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-05T14:56:05.440Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-05T14:56:05.440Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-05T14:56:05.440Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-05T14:56:05.440Z] [2022-03-05T14:56:05.440Z] DONE 177 tests, 27 skipped in 69.876s [2022-03-05T14:56:05.440Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T14:56:05.440Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T14:56:06.011Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:06.011Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:06.011Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:06.011Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:06.011Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:06.011Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T14:56:06.011Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T14:56:06.011Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:06.011Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:06.011Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:06.011Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:06.271Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-03-05T14:56:06.271Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-05T14:56:06.271Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T14:56:06.271Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T14:56:07.129Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-05T14:56:07.129Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-03-05T14:56:07.129Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2022-03-05T14:56:07.129Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2022-03-05T14:56:07.129Z] --- PASS: TestStopContainerWithTimeout/-1 (2.44s) [2022-03-05T14:56:07.129Z] === RUN TestDeleteDevicemapper [2022-03-05T14:56:07.129Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T14:56:07.129Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T14:56:07.129Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T14:56:07.214Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T14:56:08.499Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.34s) [2022-03-05T14:56:08.499Z] === RUN TestUpdateMemory [2022-03-05T14:56:08.597Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T14:56:08.756Z] --- PASS: TestUpdateMemory (0.58s) [2022-03-05T14:56:08.756Z] === RUN TestUpdateCPUQuota [2022-03-05T14:56:09.541Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T14:56:09.541Z] daemon_test.go:156: [d8477669b6299] daemon is not started [2022-03-05T14:56:09.541Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-03-05T14:56:09.541Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-03-05T14:56:09.541Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-05T14:56:09.541Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-03-05T14:56:09.541Z] === RUN TestDaemonProxy [2022-03-05T14:56:09.541Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-05T14:56:09.541Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T14:56:09.541Z] PASS [2022-03-05T14:56:09.541Z] [2022-03-05T14:56:09.541Z] === Skipped [2022-03-05T14:56:09.541Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-05T14:56:09.541Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-05T14:56:09.541Z] [2022-03-05T14:56:09.541Z] DONE 12 tests, 1 skipped in 4.133s [2022-03-05T14:56:09.541Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T14:56:09.541Z] INFO: Testing against a local daemon [2022-03-05T14:56:09.541Z] === RUN TestCommitInheritsEnv [2022-03-05T14:56:09.687Z] --- PASS: TestUpdateCPUQuota (0.92s) [2022-03-05T14:56:09.687Z] === RUN TestUpdatePidsLimit [2022-03-05T14:56:09.687Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T14:56:09.945Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T14:56:10.202Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T14:56:10.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T14:56:10.461Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T14:56:10.461Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T14:56:10.720Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T14:56:10.978Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T14:56:11.453Z] --- PASS: TestCommitInheritsEnv (1.58s) [2022-03-05T14:56:11.453Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T14:56:11.453Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform// [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T14:56:11.453Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T14:56:11.453Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T14:56:11.453Z] === RUN TestImagesFilterMultiReference [2022-03-05T14:56:11.453Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-05T14:56:11.453Z] === RUN TestImagePullPlatformInvalid [2022-03-05T14:56:11.453Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T14:56:11.453Z] === RUN TestRemoveImageOrphaning [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit (1.88s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.19s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-03-05T14:56:11.543Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-03-05T14:56:11.543Z] === RUN TestUpdateRestartPolicy [2022-03-05T14:56:13.367Z] --- PASS: TestRemoveImageOrphaning (1.64s) [2022-03-05T14:56:13.367Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T14:56:13.367Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-05T14:56:13.367Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-05T14:56:13.367Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T14:56:13.367Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-05T14:56:13.367Z] === RUN TestTagInvalidReference [2022-03-05T14:56:13.367Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T14:56:13.367Z] === RUN TestTagValidPrefixedRepo [2022-03-05T14:56:13.367Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-05T14:56:13.367Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T14:56:13.367Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T14:56:13.367Z] === RUN TestTagOfficialNames [2022-03-05T14:56:13.367Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T14:56:13.367Z] === RUN TestTagMatchesDigest [2022-03-05T14:56:13.367Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T14:56:13.367Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T14:56:13.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T14:56:15.205Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-05T14:56:16.029Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-05T14:56:16.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T14:56:16.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T14:56:17.777Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-05T14:56:19.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T14:56:22.072Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T14:56:23.754Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-03-05T14:56:23.754Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T14:56:23.754Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-03-05T14:56:23.754Z] === RUN TestWaitNonBlocked [2022-03-05T14:56:23.754Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:23.754Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:23.754Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:23.754Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:23.754Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T14:56:23.754Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T14:56:23.754Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-05T14:56:23.754Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2022-03-05T14:56:23.754Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2022-03-05T14:56:23.754Z] === RUN TestWaitBlocked [2022-03-05T14:56:23.754Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:23.754Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:23.754Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:23.754Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:23.754Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T14:56:23.754Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T14:56:24.693Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T14:56:24.693Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-03-05T14:56:24.693Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.80s) [2022-03-05T14:56:24.693Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T14:56:24.693Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T14:56:25.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T14:56:26.996Z] INFO: Extraction ended at 03/05/2022 14:56:23. Duration:00:00:26.9459822 [2022-03-05T14:56:26.996Z] INFO: Updating the golang and path environment variables [2022-03-05T14:56:26.996Z] INFO: GOPATH=d:\gopath [2022-03-05T14:56:26.996Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T14:56:26.996Z] INFO: Running the daemon under test in debug mode [2022-03-05T14:56:26.996Z] INFO: Running the daemon under test in containerd mode [2022-03-05T14:56:26.996Z] INFO: Starting a daemon under test... [2022-03-05T14:56:26.996Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43300\8\daemon --pidfile d:\CI\PR-43300\8\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-05T14:56:26.996Z] INFO: Containerd started successfully. [2022-03-05T14:56:26.996Z] INFO: Process started successfully. [2022-03-05T14:56:26.996Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T14:56:26.996Z] INFO: Waiting for the daemon under test to start... [2022-03-05T14:56:27.231Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.22s) [2022-03-05T14:56:27.231Z] === CONT TestIpcModeOlderClient [2022-03-05T14:56:27.231Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-03-05T14:56:27.231Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T14:56:27.231Z] --- PASS: TestContainerStartOnDaemonRestart (2.31s) [2022-03-05T14:56:27.231Z] === CONT TestDaemonHostGatewayIP [2022-03-05T14:56:27.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T14:56:29.423Z] ---> 42fb8fb73dc3 [2022-03-05T14:56:29.423Z] Successfully built 42fb8fb73dc3 [2022-03-05T14:56:29.423Z] Successfully tagged docker:latest [2022-03-05T14:56:29.423Z] INFO: Image build ended at 03/05/2022 14:56:25. Duration:00:04:15.7829674 [2022-03-05T14:56:29.423Z] [2022-03-05T14:56:29.423Z] [2022-03-05T14:56:29.423Z] INFO: Building the test binaries at 03/05/2022 14:56:25... [2022-03-05T14:56:29.754Z] --- PASS: TestDaemonHostGatewayIP (2.53s) [2022-03-05T14:56:29.754Z] === CONT TestDaemonRestartIpcMode [2022-03-05T14:56:29.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T14:56:31.649Z] --- PASS: TestDaemonRestartIpcMode (2.19s) [2022-03-05T14:56:32.393Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:56:32.393Z] Using test binary docker [2022-03-05T14:56:32.393Z] +++ /etc/init.d/apparmor start [2022-03-05T14:56:32.393Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:56:32.393Z] INFO: Waiting for daemon to start... [2022-03-05T14:56:32.393Z] Starting dockerd [2022-03-05T14:56:32.393Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T14:56:32.410Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-05T14:56:32.410Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:56:32.410Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T14:56:32.410Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-05T14:56:32.410Z] [2022-03-05T14:56:32.410Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-05T14:56:32.410Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-05T14:56:32.410Z] HOSTNAME=17701883ed95 [2022-03-05T14:56:32.410Z] TESTDEBUG=0 [2022-03-05T14:56:32.410Z] DEST=bundles/test-integration [2022-03-05T14:56:32.410Z] PWD=/go/src/github.com/docker/docker [2022-03-05T14:56:32.410Z] DOCKER_GITCOMMIT=9d482552d69122f5f7e62ac40049e3df4438623f [2022-03-05T14:56:32.410Z] container=docker [2022-03-05T14:56:32.410Z] HOME=/root [2022-03-05T14:56:32.410Z] GOLANG_VERSION=1.17.8 [2022-03-05T14:56:32.410Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-05T14:56:32.410Z] VALIDATE_BRANCH=master [2022-03-05T14:56:32.410Z] TERM=xterm [2022-03-05T14:56:32.410Z] DOCKER_PKG=github.com/docker/docker [2022-03-05T14:56:32.410Z] SHLVL=1 [2022-03-05T14:56:32.410Z] TIMEOUT=120m [2022-03-05T14:56:32.410Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-05T14:56:32.410Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-05T14:56:32.410Z] GO111MODULE=off [2022-03-05T14:56:32.410Z] DOCKER_EXPERIMENTAL=1 [2022-03-05T14:56:32.410Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-05T14:56:32.410Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-05T14:56:32.410Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-05T14:56:32.410Z] GOPATH=/go [2022-03-05T14:56:32.410Z] PKG_CONFIG=pkg-config [2022-03-05T14:56:32.410Z] _=/usr/bin/env [2022-03-05T14:56:32.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-05T14:56:34.925Z] . [2022-03-05T14:56:34.925Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:56:34.925Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:56:34.925Z] Error: No such image: emptyfs [2022-03-05T14:56:34.925Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T14:56:34.925Z] ++++ docker load [2022-03-05T14:56:34.925Z] Running integration-test (iteration 1) [2022-03-05T14:56:34.925Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T14:56:34.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:56:34.925Z] ++ set -e [2022-03-05T14:56:34.925Z] ++ '[' -n 0 ']' [2022-03-05T14:56:34.925Z] ++ set -x [2022-03-05T14:56:34.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:56:35.859Z] Loaded image: busybox:latest [2022-03-05T14:56:36.425Z] Loaded image: busybox:glibc [2022-03-05T14:56:38.133Z] INFO: make.ps1 starting at 03/05/2022 14:56:36 [2022-03-05T14:56:38.133Z] INFO: Git commit (6ae33484aa) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T14:56:38.133Z] INFO: Invoking autogen... [2022-03-05T14:56:38.133Z] INFO: Building daemon... [2022-03-05T14:56:39.744Z] --- PASS: TestContainerKillOnDaemonStart (11.77s) [2022-03-05T14:56:39.744Z] PASS [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] === Skipped [2022-03-05T14:56:39.744Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T14:56:39.744Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T14:56:39.744Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T14:56:39.744Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-05T14:56:39.744Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T14:56:39.744Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T14:56:39.744Z] [2022-03-05T14:56:39.744Z] DONE 200 tests, 5 skipped in 117.261s [2022-03-05T14:56:39.744Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T14:56:39.744Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T14:56:39.744Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:39.744Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:39.744Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:39.744Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:39.744Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:39.744Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T14:56:39.744Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T14:56:39.744Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T14:56:39.744Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T14:56:39.744Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T14:56:39.744Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T14:56:39.744Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-05T14:56:39.744Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-05T14:56:39.744Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T14:56:39.744Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T14:56:40.674Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T14:56:41.604Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T14:56:41.695Z] Loaded image: debian:bullseye-slim [2022-03-05T14:56:41.695Z] Loaded image: hello-world:latest [2022-03-05T14:56:41.695Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:56:41.695Z] INFO: Testing against a local daemon [2022-03-05T14:56:41.695Z] === RUN TestCgroupNamespacesBuild [2022-03-05T14:56:42.535Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T14:56:42.535Z] daemon_test.go:156: [d2f1ef6b1487c] daemon is not started [2022-03-05T14:56:42.792Z] --- PASS: TestConfigDaemonSeccompProfiles (3.15s) [2022-03-05T14:56:42.792Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-05T14:56:42.792Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-03-05T14:56:42.792Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-03-05T14:56:42.792Z] === RUN TestDaemonProxy [2022-03-05T14:56:42.792Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T14:56:44.226Z] --- PASS: TestCgroupNamespacesBuild (2.44s) [2022-03-05T14:56:44.226Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T14:56:44.660Z] ...INFO: Daemon under test started and replied! [2022-03-05T14:56:44.660Z] INFO: Docker version of the daemon under test [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] Client: [2022-03-05T14:56:44.660Z] Version: 17.06.2-ce [2022-03-05T14:56:44.660Z] API version: 1.30 [2022-03-05T14:56:44.660Z] Go version: go1.8.3 [2022-03-05T14:56:44.660Z] Git commit: cec0b72 [2022-03-05T14:56:44.660Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T14:56:44.660Z] OS/Arch: windows/amd64 [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] Server: [2022-03-05T14:56:44.660Z] Version: 0.0.0-dev [2022-03-05T14:56:44.660Z] API version: 1.42 (minimum version 1.24) [2022-03-05T14:56:44.660Z] Go version: go1.17.8 [2022-03-05T14:56:44.660Z] Git commit: 97c111b80f [2022-03-05T14:56:44.660Z] Built: 03/05/2022 14:54:30 [2022-03-05T14:56:44.660Z] OS/Arch: windows/amd64 [2022-03-05T14:56:44.660Z] Experimental: false [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] INFO: Docker info of the daemon under test [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] Containers: 0 [2022-03-05T14:56:44.660Z] Running: 0 [2022-03-05T14:56:44.660Z] Paused: 0 [2022-03-05T14:56:44.660Z] Stopped: 0 [2022-03-05T14:56:44.660Z] Images: 0 [2022-03-05T14:56:44.660Z] Server Version: 0.0.0-dev [2022-03-05T14:56:44.660Z] Storage Driver: windowsfilter [2022-03-05T14:56:44.660Z] Windows: [2022-03-05T14:56:44.660Z] Logging Driver: json-file [2022-03-05T14:56:44.660Z] Plugins: [2022-03-05T14:56:44.660Z] Volume: local [2022-03-05T14:56:44.660Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:56:44.660Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:56:44.660Z] Swarm: inactive [2022-03-05T14:56:44.660Z] Default Isolation: process [2022-03-05T14:56:44.660Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T14:56:44.660Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T14:56:44.660Z] OSType: windows [2022-03-05T14:56:44.660Z] Architecture: x86_64 [2022-03-05T14:56:44.660Z] CPUs: 4 [2022-03-05T14:56:44.660Z] Total Memory: 32GiB [2022-03-05T14:56:44.660Z] Name: azwin-2-f8ea60 [2022-03-05T14:56:44.660Z] ID: GBHB:ECVM:OKQJ:6NXW:4N3L:FHKF:HV5M:VNTB:U5OP:ZCK5:DEF6:D46U [2022-03-05T14:56:44.660Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T14:56:44.660Z] Debug Mode (client): false [2022-03-05T14:56:44.660Z] Debug Mode (server): true [2022-03-05T14:56:44.660Z] File Descriptors: -1 [2022-03-05T14:56:44.660Z] Goroutines: 31 [2022-03-05T14:56:44.660Z] System Time: 2022-03-05T14:56:43.1611178Z [2022-03-05T14:56:44.660Z] EventsListeners: 0 [2022-03-05T14:56:44.660Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:56:44.660Z] Labels: [2022-03-05T14:56:44.660Z] Experimental: false [2022-03-05T14:56:44.660Z] Insecure Registries: [2022-03-05T14:56:44.660Z] 127.0.0.0/8 [2022-03-05T14:56:44.660Z] Live Restore Enabled: false [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] INFO: Docker images of the daemon under test [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T14:56:44.660Z] [2022-03-05T14:56:44.660Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T14:56:44.660Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-05T14:56:44.660Z] ltsc2022: Pulling from windows/servercore [2022-03-05T14:56:44.660Z] 8f616e6e9eec: Pulling fs layer [2022-03-05T14:56:44.660Z] 898469748ff6: Pulling fs layer [2022-03-05T14:56:44.686Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T14:56:46.056Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T14:56:46.127Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.05s) [2022-03-05T14:56:46.127Z] === RUN TestBuildWithSession [2022-03-05T14:56:46.127Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:56:46.127Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T14:56:46.127Z] === RUN TestBuildSquashParent [2022-03-05T14:56:47.233Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-05T14:56:47.953Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T14:56:48.518Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy (6.27s) [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T14:56:49.081Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-05T14:56:49.081Z] PASS [2022-03-05T14:56:49.081Z] [2022-03-05T14:56:49.081Z] DONE 17 tests in 10.186s [2022-03-05T14:56:49.081Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T14:56:49.081Z] INFO: Testing against a local daemon [2022-03-05T14:56:49.081Z] === RUN TestCommitInheritsEnv [2022-03-05T14:56:49.338Z] --- PASS: TestCommitInheritsEnv (0.26s) [2022-03-05T14:56:49.338Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T14:56:49.338Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform// [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T14:56:49.338Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T14:56:49.595Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T14:56:49.595Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T14:56:49.595Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T14:56:49.595Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T14:56:49.595Z] === RUN TestImagesFilterMultiReference [2022-03-05T14:56:49.595Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-05T14:56:49.595Z] === RUN TestImagePullPlatformInvalid [2022-03-05T14:56:49.595Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T14:56:49.595Z] === RUN TestRemoveImageOrphaning [2022-03-05T14:56:49.852Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-03-05T14:56:49.852Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T14:56:51.748Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2022-03-05T14:56:51.748Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T14:56:51.748Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-05T14:56:51.748Z] === RUN TestTagInvalidReference [2022-03-05T14:56:51.748Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T14:56:51.748Z] === RUN TestTagValidPrefixedRepo [2022-03-05T14:56:51.748Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-05T14:56:51.748Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T14:56:51.748Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T14:56:51.748Z] === RUN TestTagOfficialNames [2022-03-05T14:56:52.005Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T14:56:52.005Z] === RUN TestTagMatchesDigest [2022-03-05T14:56:52.005Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T14:56:52.005Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T14:56:54.953Z] 898469748ff6: Verifying Checksum [2022-03-05T14:56:54.953Z] 898469748ff6: Download complete [2022-03-05T14:56:56.110Z] --- PASS: TestBuildSquashParent (8.72s) [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:56:56.110Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:56:56.110Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:56:56.110Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:56:56.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:56:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:56:57.487Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:56:58.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-05T14:56:58.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-05T14:57:00.774Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:57:00.774Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:57:02.009Z] 8f616e6e9eec: Verifying Checksum [2022-03-05T14:57:02.009Z] 8f616e6e9eec: Download complete [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.99s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.00s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.97s) [2022-03-05T14:57:04.065Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.95s) [2022-03-05T14:57:04.065Z] === RUN TestBuildMultiStageCopy [2022-03-05T14:57:04.065Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T14:57:05.971Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T14:57:06.540Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T14:57:07.106Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T14:57:07.674Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy (4.56s) [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.35s) [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2022-03-05T14:57:08.241Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2022-03-05T14:57:08.241Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T14:57:09.625Z] --- PASS: TestBuildMultiStageParentConfig (1.24s) [2022-03-05T14:57:09.625Z] === RUN TestBuildLabelWithTargets [2022-03-05T14:57:11.525Z] --- PASS: TestBuildLabelWithTargets (2.10s) [2022-03-05T14:57:11.525Z] === RUN TestBuildWithEmptyLayers [2022-03-05T14:57:12.901Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2022-03-05T14:57:12.901Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T14:57:13.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-05T14:57:16.192Z] --- PASS: TestBuildMultiStageOnBuild (2.99s) [2022-03-05T14:57:16.192Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T14:57:17.571Z] --- PASS: TestBuildUncleanTarFilenames (1.72s) [2022-03-05T14:57:17.571Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T14:57:20.865Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s) [2022-03-05T14:57:20.865Z] === RUN TestBuildWithHugeFile [2022-03-05T14:57:21.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-05T14:57:28.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-05T14:57:28.401Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-05T14:57:29.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-05T14:57:29.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-05T14:57:30.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-05T14:57:30.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-05T14:57:32.770Z] 8f616e6e9eec: Pull complete [2022-03-05T14:57:33.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-05T14:57:33.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-05T14:57:34.768Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-05T14:57:35.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-05T14:57:35.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-05T14:57:36.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-05T14:57:37.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-05T14:57:38.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-05T14:57:38.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-05T14:57:39.301Z] .........................xx.................... [ 29%] [2022-03-05T14:57:39.498Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:57:39.498Z] Using test binary docker [2022-03-05T14:57:39.498Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-05T14:57:39.498Z] +++ /etc/init.d/apparmor start [2022-03-05T14:57:39.498Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:57:39.498Z] INFO: Waiting for daemon to start... [2022-03-05T14:57:39.498Z] Starting dockerd [2022-03-05T14:57:39.498Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-03-05T14:57:46.036Z] . [2022-03-05T14:57:46.036Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:57:46.036Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:57:46.036Z] Error: No such image: emptyfs [2022-03-05T14:57:46.036Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T14:57:46.036Z] ++++ docker load [2022-03-05T14:57:46.036Z] Running integration-test (iteration 1) [2022-03-05T14:57:46.036Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-05T14:57:46.036Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:57:46.036Z] ++ set -e [2022-03-05T14:57:46.036Z] ++ '[' -n 0 ']' [2022-03-05T14:57:46.036Z] ++ set -x [2022-03-05T14:57:46.036Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:57:46.036Z] Loaded image: busybox:latest [2022-03-05T14:57:46.036Z] Loaded image: busybox:glibc [2022-03-05T14:57:46.964Z] Loaded image: debian:bullseye-slim [2022-03-05T14:57:46.964Z] Loaded image: hello-world:latest [2022-03-05T14:57:47.220Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:57:47.220Z] INFO: Testing against a local daemon [2022-03-05T14:57:47.220Z] === RUN TestCgroupNamespacesBuild [2022-03-05T14:57:48.587Z] --- PASS: TestCgroupNamespacesBuild (1.24s) [2022-03-05T14:57:48.587Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-05T14:57:49.518Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2022-03-05T14:57:49.518Z] === RUN TestBuildWithSession [2022-03-05T14:57:49.518Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:57:49.518Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T14:57:49.518Z] === RUN TestBuildSquashParent [2022-03-05T14:57:49.864Z] --- PASS: TestImportExtremelyLargeImageWorks (90.02s) [2022-03-05T14:57:49.864Z] PASS [2022-03-05T14:57:49.864Z] [2022-03-05T14:57:49.864Z] === Skipped [2022-03-05T14:57:49.864Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-05T14:57:49.864Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-05T14:57:49.864Z] [2022-03-05T14:57:49.864Z] DONE 22 tests, 1 skipped in 93.883s [2022-03-05T14:57:49.864Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T14:57:49.864Z] INFO: Testing against a local daemon [2022-03-05T14:57:49.864Z] === RUN TestNetworkCreateDelete [2022-03-05T14:57:49.864Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-05T14:57:49.864Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T14:57:49.864Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-05T14:57:49.864Z] === RUN TestDaemonDNSFallback [2022-03-05T14:57:50.435Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-03-05T14:57:50.435Z] === RUN TestInspectNetwork [2022-03-05T14:57:50.435Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T14:57:50.435Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestNetworkInvalidJSON [2022-03-05T14:57:50.435Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T14:57:50.435Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T14:57:50.435Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:57:50.435Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:57:50.435Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:57:50.435Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:57:50.435Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T14:57:50.435Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:57:50.435Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestNetworkList [2022-03-05T14:57:50.435Z] === RUN TestNetworkList//networks [2022-03-05T14:57:50.435Z] === PAUSE TestNetworkList//networks [2022-03-05T14:57:50.435Z] === RUN TestNetworkList//networks/ [2022-03-05T14:57:50.435Z] === PAUSE TestNetworkList//networks/ [2022-03-05T14:57:50.435Z] === CONT TestNetworkList//networks [2022-03-05T14:57:50.435Z] === CONT TestNetworkList//networks/ [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T14:57:50.435Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T14:57:50.435Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T14:57:50.435Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T14:57:50.435Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T14:57:50.435Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T14:57:50.435Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T14:57:50.435Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T14:57:50.435Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T14:57:50.435Z] service_test.go:243: FLAKY_TEST [2022-03-05T14:57:50.435Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T14:57:50.435Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2022-03-05T14:57:50.435Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T14:57:50.435Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T14:57:50.435Z] PASS [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === Skipped [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-05T14:57:50.435Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T14:57:50.435Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T14:57:50.435Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:243: FLAKY_TEST [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2022-03-05T14:57:50.435Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T14:57:50.435Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] DONE 22 tests, 12 skipped in 6.960s [2022-03-05T14:57:50.435Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.435Z] INFO: Testing against a local daemon [2022-03-05T14:57:50.435Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T14:57:50.435Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:57:50.435Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDockerNetworkIpvlan [2022-03-05T14:57:50.435Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:57:50.435Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T14:57:50.435Z] PASS [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === Skipped [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T14:57:50.435Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T14:57:50.435Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] DONE 2 tests, 2 skipped in 0.079s [2022-03-05T14:57:50.435Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.435Z] INFO: Testing against a local daemon [2022-03-05T14:57:50.435Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T14:57:50.435Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-05T14:57:50.435Z] === RUN TestDockerNetworkMacvlan [2022-03-05T14:57:50.435Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-05T14:57:50.435Z] PASS [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === Skipped [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-05T14:57:50.435Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-05T14:57:50.435Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] DONE 2 tests, 2 skipped in 0.089s [2022-03-05T14:57:50.435Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.435Z] testing: warning: no tests to run [2022-03-05T14:57:50.435Z] PASS [2022-03-05T14:57:50.435Z] [2022-03-05T14:57:50.435Z] DONE 0 tests in 0.020s [2022-03-05T14:57:50.435Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.697Z] INFO: Testing against a local daemon [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginTLS [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginHeader [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.10s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginV2Disable [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-05T14:57:50.697Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-05T14:57:50.697Z] PASS [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === Skipped [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.10s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-05T14:57:50.697Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.697Z] [2022-03-05T14:57:50.697Z] DONE 17 tests, 17 skipped in 0.266s [2022-03-05T14:57:50.697Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.958Z] INFO: Testing against a local daemon [2022-03-05T14:57:50.958Z] === RUN TestPluginInvalidJSON [2022-03-05T14:57:50.958Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T14:57:50.958Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T14:57:50.958Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T14:57:50.958Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-05T14:57:50.958Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T14:57:50.958Z] === RUN TestPluginInstall [2022-03-05T14:57:50.958Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.958Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T14:57:50.958Z] === RUN TestPluginsWithRuntimes [2022-03-05T14:57:50.958Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-05T14:57:50.958Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T14:57:50.958Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T14:57:50.958Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-05T14:57:50.958Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T14:57:50.958Z] PASS [2022-03-05T14:57:50.958Z] [2022-03-05T14:57:50.958Z] === Skipped [2022-03-05T14:57:50.958Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-05T14:57:50.958Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-05T14:57:50.958Z] [2022-03-05T14:57:50.958Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-05T14:57:50.958Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-05T14:57:50.958Z] [2022-03-05T14:57:50.958Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T14:57:50.958Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-05T14:57:50.958Z] [2022-03-05T14:57:50.958Z] DONE 5 tests, 3 skipped in 0.114s [2022-03-05T14:57:50.958Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T14:57:50.958Z] INFO: Testing against a local daemon [2022-03-05T14:57:50.958Z] === RUN TestExternalGraphDriver [2022-03-05T14:57:50.958Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-05T14:57:50.958Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-05T14:57:50.958Z] === RUN TestGraphdriverPluginV2 [2022-03-05T14:57:53.688Z] --- PASS: TestBuildSquashParent (3.72s) [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:57:53.688Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:57:53.688Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:57:53.688Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T14:57:53.688Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T14:57:54.250Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T14:57:54.250Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T14:57:55.165Z] --- PASS: TestGraphdriverPluginV2 (3.34s) [2022-03-05T14:57:55.165Z] PASS [2022-03-05T14:57:55.165Z] [2022-03-05T14:57:55.165Z] === Skipped [2022-03-05T14:57:55.165Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-05T14:57:55.165Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-05T14:57:55.165Z] [2022-03-05T14:57:55.165Z] DONE 2 tests, 1 skipped in 3.468s [2022-03-05T14:57:55.165Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T14:57:55.165Z] INFO: Testing against a local daemon [2022-03-05T14:57:55.165Z] === RUN TestContinueAfterPluginCrash [2022-03-05T14:57:55.165Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T14:57:55.165Z] === RUN TestReadPluginNoRead [2022-03-05T14:57:55.165Z] === PAUSE TestReadPluginNoRead [2022-03-05T14:57:55.165Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T14:57:55.165Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T14:57:55.165Z] === CONT TestContinueAfterPluginCrash [2022-03-05T14:57:55.165Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T14:57:55.178Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T14:57:55.178Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T14:57:55.693Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.09s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.16s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (0.95s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (0.97s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (0.99s) [2022-03-05T14:57:56.545Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.05s) [2022-03-05T14:57:56.545Z] === RUN TestBuildMultiStageCopy [2022-03-05T14:57:56.545Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T14:57:57.482Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T14:57:57.482Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T14:57:57.738Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T14:57:57.994Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy (1.80s) [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.06s) [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-03-05T14:57:58.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-03-05T14:57:58.251Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T14:57:58.813Z] --- PASS: TestBuildMultiStageParentConfig (0.52s) [2022-03-05T14:57:58.813Z] === RUN TestBuildLabelWithTargets [2022-03-05T14:57:59.371Z] === CONT TestReadPluginNoRead [2022-03-05T14:57:59.371Z] --- PASS: TestDaemonStartWithLogOpt (4.10s) [2022-03-05T14:57:59.741Z] --- PASS: TestBuildLabelWithTargets (0.84s) [2022-03-05T14:57:59.741Z] === RUN TestBuildWithEmptyLayers [2022-03-05T14:57:59.996Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-03-05T14:57:59.997Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T14:58:00.758Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T14:58:01.365Z] --- PASS: TestBuildMultiStageOnBuild (1.26s) [2022-03-05T14:58:01.365Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T14:58:01.929Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-03-05T14:58:01.929Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T14:58:02.143Z] === RUN TestReadPluginNoRead/default [2022-03-05T14:58:03.122Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-05T14:58:03.300Z] --- PASS: TestBuildMultiStageLayerLeak (1.52s) [2022-03-05T14:58:03.300Z] === RUN TestBuildWithHugeFile [2022-03-05T14:58:03.530Z] --- PASS: TestContinueAfterPluginCrash (8.81s) [2022-03-05T14:58:03.530Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T14:58:04.473Z] === CONT TestReadPluginNoRead [2022-03-05T14:58:04.473Z] read_test.go:92: [d3e8e6aad14a2] daemon is not started [2022-03-05T14:58:04.473Z] --- PASS: TestReadPluginNoRead (5.97s) [2022-03-05T14:58:04.473Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-03-05T14:58:04.473Z] --- PASS: TestReadPluginNoRead/default (1.37s) [2022-03-05T14:58:04.473Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-03-05T14:58:04.473Z] PASS [2022-03-05T14:58:04.473Z] [2022-03-05T14:58:04.473Z] DONE 6 tests in 10.153s [2022-03-05T14:58:04.473Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T14:58:04.735Z] testing: warning: no tests to run [2022-03-05T14:58:04.735Z] PASS [2022-03-05T14:58:04.735Z] [2022-03-05T14:58:04.735Z] DONE 0 tests in 0.027s [2022-03-05T14:58:04.735Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T14:58:04.735Z] INFO: Testing against a local daemon [2022-03-05T14:58:04.735Z] === RUN TestPluginWithDevMounts [2022-03-05T14:58:04.735Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-05T14:58:04.735Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T14:58:04.735Z] PASS [2022-03-05T14:58:04.735Z] [2022-03-05T14:58:04.735Z] === Skipped [2022-03-05T14:58:04.735Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-05T14:58:04.735Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-05T14:58:04.735Z] [2022-03-05T14:58:04.735Z] DONE 1 tests, 1 skipped in 0.101s [2022-03-05T14:58:04.735Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T14:58:04.735Z] INFO: Testing against a local daemon [2022-03-05T14:58:04.735Z] === RUN TestSecretInspect [2022-03-05T14:58:04.735Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestSecretInspect (0.02s) [2022-03-05T14:58:04.998Z] === RUN TestSecretList [2022-03-05T14:58:04.998Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestSecretList (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestSecretsCreateAndDelete [2022-03-05T14:58:04.998Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestSecretsUpdate [2022-03-05T14:58:04.998Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestTemplatedSecret [2022-03-05T14:58:04.998Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T14:58:04.998Z] === RUN TestSecretCreateResolve [2022-03-05T14:58:04.998Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-05T14:58:04.998Z] PASS [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === Skipped [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-03-05T14:58:04.998Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-05T14:58:04.998Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-05T14:58:04.998Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-05T14:58:04.998Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-05T14:58:04.998Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-05T14:58:04.998Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] [2022-03-05T14:58:04.998Z] DONE 6 tests, 6 skipped in 0.169s [2022-03-05T14:58:04.998Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T14:58:04.998Z] INFO: Testing against a local daemon [2022-03-05T14:58:04.998Z] === RUN TestServiceCreateInit [2022-03-05T14:58:04.998Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T14:58:04.998Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T14:58:04.998Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- PASS: TestServiceCreateInit (0.02s) [2022-03-05T14:58:04.998Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T14:58:04.998Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T14:58:04.998Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceConflict [2022-03-05T14:58:04.998Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateServiceConflict (0.02s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T14:58:04.998Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T14:58:04.998Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T14:58:04.998Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T14:58:04.998Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:04.998Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-05T14:58:04.998Z] === RUN TestCreateServiceSysctls [2022-03-05T14:58:05.260Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-05T14:58:05.260Z] === RUN TestCreateServiceCapabilities [2022-03-05T14:58:05.260Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-05T14:58:05.260Z] === RUN TestInspect [2022-03-05T14:58:05.260Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestInspect (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestCreateJob [2022-03-05T14:58:05.260Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestCreateJob (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestReplicatedJob [2022-03-05T14:58:05.260Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestUpdateReplicatedJob [2022-03-05T14:58:05.260Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestServiceListWithStatuses [2022-03-05T14:58:05.260Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T14:58:05.260Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T14:58:05.260Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T14:58:05.260Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestDockerNetworkReConnect [2022-03-05T14:58:05.260Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:05.260Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-05T14:58:05.260Z] === RUN TestServicePlugin [2022-03-05T14:58:07.174Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServicePlugin (1.87s) [2022-03-05T14:58:07.174Z] === RUN TestServiceUpdateLabel [2022-03-05T14:58:07.174Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-05T14:58:07.174Z] === RUN TestServiceUpdateSecrets [2022-03-05T14:58:07.174Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-05T14:58:07.174Z] === RUN TestServiceUpdateConfigs [2022-03-05T14:58:07.174Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-05T14:58:07.174Z] === RUN TestServiceUpdateNetwork [2022-03-05T14:58:07.174Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2022-03-05T14:58:07.174Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T14:58:07.174Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-05T14:58:07.174Z] PASS [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === Skipped [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T14:58:07.174Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T14:58:07.174Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-05T14:58:07.174Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2022-03-05T14:58:07.174Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-05T14:58:07.174Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T14:58:07.174Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-05T14:58:07.174Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-05T14:58:07.174Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-05T14:58:07.174Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-03-05T14:58:07.174Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-05T14:58:07.174Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-05T14:58:07.174Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-05T14:58:07.174Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-05T14:58:07.174Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T14:58:07.174Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-05T14:58:07.174Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-05T14:58:07.174Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServicePlugin (1.87s) [2022-03-05T14:58:07.174Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-05T14:58:07.174Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-05T14:58:07.174Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-05T14:58:07.174Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2022-03-05T14:58:07.174Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-05T14:58:07.174Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] DONE 24 tests, 23 skipped in 2.229s [2022-03-05T14:58:07.174Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T14:58:07.174Z] INFO: Testing against a local daemon [2022-03-05T14:58:07.174Z] === RUN TestSessionCreate [2022-03-05T14:58:07.174Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T14:58:07.174Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T14:58:07.174Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T14:58:07.174Z] PASS [2022-03-05T14:58:07.174Z] [2022-03-05T14:58:07.174Z] DONE 2 tests in 0.123s [2022-03-05T14:58:07.174Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T14:58:07.435Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-05T14:58:07.436Z] INFO: Testing against a local daemon [2022-03-05T14:58:07.436Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T14:58:07.436Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T14:58:07.436Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T14:58:07.436Z] === RUN TestDiskUsage [2022-03-05T14:58:07.436Z] === PAUSE TestDiskUsage [2022-03-05T14:58:07.436Z] === RUN TestEventsExecDie [2022-03-05T14:58:08.006Z] --- PASS: TestEventsExecDie (0.44s) [2022-03-05T14:58:08.006Z] === RUN TestEventsBackwardsCompatible [2022-03-05T14:58:08.006Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-05T14:58:08.006Z] === RUN TestEventsVolumeCreate [2022-03-05T14:58:08.006Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-05T14:58:08.006Z] === RUN TestInfoBinaryCommits [2022-03-05T14:58:08.006Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T14:58:08.006Z] === RUN TestInfoAPIVersioned [2022-03-05T14:58:08.006Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T14:58:08.006Z] === RUN TestInfoAPI [2022-03-05T14:58:08.006Z] --- PASS: TestInfoAPI (0.01s) [2022-03-05T14:58:08.006Z] === RUN TestInfoAPIWarnings [2022-03-05T14:58:19.663Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-05T14:58:19.663Z] [2022-03-05T14:58:19.663Z] ________ ____ __. [2022-03-05T14:58:19.663Z] \_____ \ | |/ _| [2022-03-05T14:58:19.663Z] / | \| < [2022-03-05T14:58:19.663Z] / | \ | \ [2022-03-05T14:58:19.663Z] \_______ /____|__ \ [2022-03-05T14:58:19.663Z] \/ \/ [2022-03-05T14:58:19.663Z] [2022-03-05T14:58:19.663Z] INFO: make.ps1 ended at 03/05/2022 14:58:06 [2022-03-05T14:58:19.663Z] INFO: Binaries build ended at 03/05/2022 14:58:08. Duration:00:01:38.0083902 [2022-03-05T14:58:19.663Z] INFO: Copying the built daemon binary to d:\CI\PR-43300\8\binary\dockerd-6ae33484aa.exe... [2022-03-05T14:58:19.663Z] INFO: Copying the built client binary to d:\CI\PR-43300\8\binary\docker-6ae33484aa.exe... [2022-03-05T14:58:19.663Z] INFO: Copying dockerversion from the container... [2022-03-05T14:58:19.663Z] INFO: Copying the golang package from the container to d:\CI\PR-43300\8\installer\go.zip... [2022-03-05T14:58:19.663Z] INFO: Extracting go.zip to d:\CI\PR-43300\8\go [2022-03-05T14:58:23.569Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-05T14:58:26.139Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-05T14:58:26.139Z] === RUN TestInfoDebug [2022-03-05T14:58:26.139Z] --- PASS: TestInfoDebug (0.54s) [2022-03-05T14:58:26.139Z] === RUN TestInfoInsecureRegistries [2022-03-05T14:58:26.139Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-05T14:58:26.139Z] === RUN TestInfoRegistryMirrors [2022-03-05T14:58:26.139Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-03-05T14:58:26.139Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T14:58:26.139Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T14:58:26.139Z] === RUN TestPingCacheHeaders [2022-03-05T14:58:26.139Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T14:58:26.139Z] === RUN TestPingGet [2022-03-05T14:58:26.139Z] --- PASS: TestPingGet (0.01s) [2022-03-05T14:58:26.139Z] === RUN TestPingHead [2022-03-05T14:58:26.139Z] --- PASS: TestPingHead (0.02s) [2022-03-05T14:58:26.139Z] === RUN TestVersion [2022-03-05T14:58:26.139Z] --- PASS: TestVersion (0.02s) [2022-03-05T14:58:26.139Z] === CONT TestDiskUsage [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T14:58:26.753Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T14:58:27.018Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T14:58:27.287Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage (1.43s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.547Z] --- PASS: TestDiskUsage/after_container.Run (0.42s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-05T14:58:27.548Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-03-05T14:58:27.548Z] PASS [2022-03-05T14:58:27.548Z] [2022-03-05T14:58:27.548Z] === Skipped [2022-03-05T14:58:27.548Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T14:58:27.548Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T14:58:27.548Z] [2022-03-05T14:58:27.548Z] DONE 50 tests, 1 skipped in 20.224s [2022-03-05T14:58:27.548Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T14:58:27.548Z] INFO: Testing against a local daemon [2022-03-05T14:58:27.548Z] === RUN TestVolumesCreateAndList [2022-03-05T14:58:27.548Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T14:58:27.548Z] === RUN TestVolumesRemove [2022-03-05T14:58:27.808Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-05T14:58:27.809Z] === RUN TestVolumesInspect [2022-03-05T14:58:27.809Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T14:58:27.809Z] === RUN TestVolumesInvalidJSON [2022-03-05T14:58:27.809Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T14:58:27.809Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T14:58:27.809Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T14:58:27.809Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-05T14:58:27.809Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T14:58:27.809Z] PASS [2022-03-05T14:58:27.809Z] [2022-03-05T14:58:27.809Z] DONE 5 tests in 0.184s [2022-03-05T14:58:27.809Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T14:58:27.809Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13109 is not a child of this shell [2022-03-05T14:58:27.809Z] warning: PID 13109 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-05T14:58:27.809Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T14:58:27.809Z] [2022-03-05T14:58:27.809Z] Unloading profiles will leave already running processes permanently [2022-03-05T14:58:27.809Z] unconfined, which can lead to unexpected situations. [2022-03-05T14:58:27.809Z] [2022-03-05T14:58:27.809Z] To set a process to complain mode, use the command line tool [2022-03-05T14:58:27.809Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T14:58:27.809Z] Removing test suite binaries [2022-03-05T14:58:27.809Z] exiting test-integration [2022-03-05T14:58:27.809Z] ++ exit 0 [2022-03-05T14:58:27.809Z] [2022-03-05T14:58:28.412Z] --- PASS: TestImportExtremelyLargeImageWorks (90.37s) [2022-03-05T14:58:28.412Z] PASS [2022-03-05T14:58:28.412Z] [2022-03-05T14:58:28.412Z] DONE 22 tests in 93.327s [2022-03-05T14:58:28.412Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T14:58:28.412Z] INFO: Testing against a local daemon [2022-03-05T14:58:28.412Z] === RUN TestNetworkCreateDelete [2022-03-05T14:58:28.412Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-05T14:58:28.412Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T14:58:28.412Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-05T14:58:28.412Z] === RUN TestDaemonDNSFallback Post stage [Pipeline] junit [2022-03-05T14:58:28.772Z] Recording test results [2022-03-05T14:58:29.341Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-03-05T14:58:29.341Z] === RUN TestInspectNetwork [2022-03-05T14:58:30.406Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T14:58:30.751Z] + echo Ensuring container killed. [2022-03-05T14:58:30.751Z] Ensuring container killed. [2022-03-05T14:58:30.751Z] + docker rm -vf docker-pr8 [2022-03-05T14:58:30.751Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-03-05T14:58:31.039Z] + echo Chowning /workspace to jenkins user [2022-03-05T14:58:31.039Z] Chowning /workspace to jenkins user [2022-03-05T14:58:31.039Z] + id -u [2022-03-05T14:58:31.039Z] + id -g [2022-03-05T14:58:31.039Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T14:58:31.039Z] Unable to find image 'busybox:latest' locally [2022-03-05T14:58:31.039Z] latest: Pulling from library/busybox [2022-03-05T14:58:31.303Z] 7e5209d2300f: Pulling fs layer [2022-03-05T14:58:31.303Z] 7e5209d2300f: Download complete [2022-03-05T14:58:31.569Z] 7e5209d2300f: Pull complete [2022-03-05T14:58:31.569Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-05T14:58:31.569Z] Status: Downloaded newer image for busybox:latest [2022-03-05T14:58:32.612Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T14:58:32.612Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T14:58:32.612Z] === RUN TestInspectNetwork/network_name [2022-03-05T14:58:32.612Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T14:58:33.022Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-05T14:58:33.267Z] + bundleName=amd64-rootless [2022-03-05T14:58:33.268Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-05T14:58:33.268Z] Creating amd64-rootless-bundles.tar.gz [2022-03-05T14:58:33.268Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T14:58:33.268Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T14:58:33.282Z] Archiving artifacts [2022-03-05T14:58:34.555Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-05T14:58:35.132Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T14:58:35.448Z] + make clean [2022-03-05T14:58:35.448Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T14:58:35.709Z] docker-dev-cache [2022-03-05T14:58:35.709Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T14:58:36.785Z] --- PASS: TestInspectNetwork (7.19s) [2022-03-05T14:58:36.786Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T14:58:36.786Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T14:58:36.786Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T14:58:36.786Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T14:58:36.786Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T14:58:38.156Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2022-03-05T14:58:38.156Z] === RUN TestNetworkInvalidJSON [2022-03-05T14:58:38.156Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T14:58:38.156Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T14:58:38.156Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:58:38.156Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:58:38.156Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:58:38.156Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:58:38.156Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T14:58:38.156Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T14:58:38.156Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T14:58:38.156Z] === RUN TestNetworkList [2022-03-05T14:58:38.156Z] === RUN TestNetworkList//networks [2022-03-05T14:58:38.156Z] === PAUSE TestNetworkList//networks [2022-03-05T14:58:38.156Z] === RUN TestNetworkList//networks/ [2022-03-05T14:58:38.156Z] === PAUSE TestNetworkList//networks/ [2022-03-05T14:58:38.156Z] === CONT TestNetworkList//networks [2022-03-05T14:58:38.156Z] === CONT TestNetworkList//networks/ [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T14:58:38.156Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T14:58:38.156Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T14:58:38.637Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-05T14:58:38.721Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-05T14:58:38.721Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T14:58:39.652Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-05T14:58:39.653Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T14:58:40.216Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-05T14:58:40.216Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T14:58:40.913Z] INFO: Extraction ended at 03/05/2022 14:58:40. Duration:00:00:29.7633561 [2022-03-05T14:58:40.913Z] INFO: Updating the golang and path environment variables [2022-03-05T14:58:40.913Z] INFO: GOPATH=d:\gopath [2022-03-05T14:58:40.913Z] INFO: go version go1.17.8 windows/amd64 [2022-03-05T14:58:40.913Z] INFO: Running the daemon under test in debug mode [2022-03-05T14:58:40.913Z] INFO: Starting a daemon under test... [2022-03-05T14:58:40.913Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43300\8\daemon --pidfile d:\CI\PR-43300\8\docker.pid -D [2022-03-05T14:58:40.913Z] INFO: Process started successfully. [2022-03-05T14:58:40.913Z] INFO: Start tailing logs of the daemon under tests [2022-03-05T14:58:40.913Z] INFO: Waiting for the daemon under test to start... [2022-03-05T14:58:41.585Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-05T14:58:41.585Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T14:58:42.341Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:58:42.341Z] Using test binary docker [2022-03-05T14:58:42.341Z] +++ /etc/init.d/apparmor start [2022-03-05T14:58:42.341Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:58:42.341Z] INFO: Waiting for daemon to start... [2022-03-05T14:58:42.341Z] Starting dockerd [2022-03-05T14:58:42.341Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T14:58:42.955Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-05T14:58:42.955Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T14:58:43.212Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-05T14:58:43.212Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T14:58:43.278Z] . [2022-03-05T14:58:43.278Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:58:43.341Z] 8f616e6e9eec: Pull complete [2022-03-05T14:58:43.537Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:58:43.537Z] Error: No such image: emptyfs [2022-03-05T14:58:43.537Z] ++++ docker load [2022-03-05T14:58:43.537Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T14:58:43.537Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-05T14:58:43.537Z] Using test binary docker [2022-03-05T14:58:43.537Z] +++ /etc/init.d/apparmor start [2022-03-05T14:58:43.537Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-05T14:58:43.537Z] INFO: Waiting for daemon to start... [2022-03-05T14:58:43.537Z] Starting dockerd [2022-03-05T14:58:43.537Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-05T14:58:43.797Z] .Running integration-test (iteration 1) [2022-03-05T14:58:43.797Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-05T14:58:43.797Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T14:58:43.797Z] ++ set -e [2022-03-05T14:58:43.797Z] ++ '[' -n 0 ']' [2022-03-05T14:58:43.797Z] ++ set -x [2022-03-05T14:58:43.797Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-05T14:58:44.732Z] Loaded image: busybox:latest [2022-03-05T14:58:44.733Z] Loaded image: busybox:glibc [2022-03-05T14:58:45.669Z] [2022-03-05T14:58:45.669Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-05T14:58:45.669Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-05T14:58:45.737Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s) [2022-03-05T14:58:45.737Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T14:58:45.737Z] service_test.go:243: FLAKY_TEST [2022-03-05T14:58:45.737Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T14:58:45.737Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T14:58:45.927Z] Error: No such image: emptyfs [2022-03-05T14:58:45.927Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-05T14:58:45.927Z] ++++ docker load [2022-03-05T14:58:46.185Z] Running integration-test (iteration 1) [2022-03-05T14:58:46.185Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-05T14:58:46.185Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T14:58:46.185Z] ++ set -e [2022-03-05T14:58:46.185Z] ++ '[' -n 0 ']' [2022-03-05T14:58:46.185Z] ++ set -x [2022-03-05T14:58:46.185Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-05T14:58:47.124Z] Loaded image: busybox:latest [2022-03-05T14:58:47.383Z] Loaded image: busybox:glibc [2022-03-05T14:58:48.321Z] Loaded image: debian:bullseye-slim [2022-03-05T14:58:48.580Z] Loaded image: hello-world:latest [2022-03-05T14:58:48.838Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:58:48.838Z] INFO: Testing against a local daemon [2022-03-05T14:58:48.838Z] === RUN TestDockerDaemonSuite [2022-03-05T14:58:48.838Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-05T14:58:51.375Z] Loaded image: debian:bullseye-slim [2022-03-05T14:58:51.375Z] Loaded image: hello-world:latest [2022-03-05T14:58:51.375Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:58:51.375Z] INFO: Testing against a local daemon [2022-03-05T14:58:51.375Z] === RUN TestDockerSuite [2022-03-05T14:58:51.375Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T14:58:51.375Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T14:58:51.375Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T14:58:51.635Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T14:58:51.635Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T14:58:51.635Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T14:58:51.635Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T14:58:51.635Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T14:58:52.202Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T14:58:52.202Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T14:58:52.769Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T14:58:52.769Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T14:58:53.337Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T14:58:53.337Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T14:58:53.337Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T14:58:54.299Z] ............................ [ 66%] [2022-03-05T14:58:54.713Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T14:58:54.972Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-05T14:58:54.972Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T14:58:54.972Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T14:58:54.972Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T14:58:55.908Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T14:58:56.845Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T14:58:57.104Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T14:58:57.104Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T14:58:57.104Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T14:58:57.104Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T14:59:00.594Z] --- PASS: TestServiceWithDataPathPortInit (13.82s) [2022-03-05T14:59:00.594Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T14:59:01.972Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:wgqrueug5klqc8f9mxj2gv73c Created:2022-03-05 14:59:00.574014329 +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[d26c07f7207affe76f8b8113fc5f01452434dfeea17fdc9d7aebd7f9ae65c10f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxxd1mmer6q9mg01mye89efqc EndpointID:0597535c687f39fb42c09255540b8b234b272288ab0c0042fabd3ed64b9123fa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:760f3a433e7e8014a0abd51d2716ff5be92254e324c1b1d69d92d94e2f97c9b3 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:d7a2b0a7bcec IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxxd1mmer6q9mg01mye89efqc EndpointID:0597535c687f39fb42c09255540b8b234b272288ab0c0042fabd3ed64b9123fa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T14:59:02.168Z] .....INFO: Daemon under test started and replied! [2022-03-05T14:59:02.168Z] INFO: Docker version of the daemon under test [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] Client: [2022-03-05T14:59:02.168Z] Version: 17.06.2-ce [2022-03-05T14:59:02.168Z] API version: 1.30 [2022-03-05T14:59:02.168Z] Go version: go1.8.3 [2022-03-05T14:59:02.168Z] Git commit: cec0b72 [2022-03-05T14:59:02.168Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-05T14:59:02.168Z] OS/Arch: windows/amd64 [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] Server: [2022-03-05T14:59:02.168Z] Version: 0.0.0-dev [2022-03-05T14:59:02.168Z] API version: 1.42 (minimum version 1.24) [2022-03-05T14:59:02.168Z] Go version: go1.17.8 [2022-03-05T14:59:02.168Z] Git commit: 6ae33484aa [2022-03-05T14:59:02.168Z] Built: 03/05/2022 14:56:37 [2022-03-05T14:59:02.168Z] OS/Arch: windows/amd64 [2022-03-05T14:59:02.168Z] Experimental: false [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] INFO: Docker info of the daemon under test [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] Containers: 0 [2022-03-05T14:59:02.168Z] Running: 0 [2022-03-05T14:59:02.168Z] Paused: 0 [2022-03-05T14:59:02.168Z] Stopped: 0 [2022-03-05T14:59:02.168Z] Images: 0 [2022-03-05T14:59:02.168Z] Server Version: 0.0.0-dev [2022-03-05T14:59:02.168Z] Storage Driver: windowsfilter [2022-03-05T14:59:02.168Z] Windows: [2022-03-05T14:59:02.168Z] Logging Driver: json-file [2022-03-05T14:59:02.168Z] Plugins: [2022-03-05T14:59:02.168Z] Volume: local [2022-03-05T14:59:02.168Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T14:59:02.168Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T14:59:02.168Z] Swarm: inactive [2022-03-05T14:59:02.168Z] Default Isolation: process [2022-03-05T14:59:02.168Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T14:59:02.168Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T14:59:02.168Z] OSType: windows [2022-03-05T14:59:02.168Z] Architecture: x86_64 [2022-03-05T14:59:02.168Z] CPUs: 4 [2022-03-05T14:59:02.168Z] Total Memory: 32GiB [2022-03-05T14:59:02.168Z] Name: azwin-2-d94b30 [2022-03-05T14:59:02.168Z] ID: QAL2:HXKY:Z3MT:E5QQ:SH2H:QW4N:B4XC:3AS6:ZUZT:GEPU:NC6R:DQII [2022-03-05T14:59:02.168Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T14:59:02.168Z] Debug Mode (client): false [2022-03-05T14:59:02.168Z] Debug Mode (server): true [2022-03-05T14:59:02.168Z] File Descriptors: -1 [2022-03-05T14:59:02.168Z] Goroutines: 16 [2022-03-05T14:59:02.168Z] System Time: 2022-03-05T14:59:00.2939996Z [2022-03-05T14:59:02.168Z] EventsListeners: 0 [2022-03-05T14:59:02.168Z] Registry: https://index.docker.io/v1/ [2022-03-05T14:59:02.168Z] Labels: [2022-03-05T14:59:02.168Z] Experimental: false [2022-03-05T14:59:02.168Z] Insecure Registries: [2022-03-05T14:59:02.168Z] 127.0.0.0/8 [2022-03-05T14:59:02.168Z] Live Restore Enabled: false [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] INFO: Docker images of the daemon under test [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T14:59:02.168Z] [2022-03-05T14:59:02.168Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-05T14:59:02.168Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-05T14:59:02.168Z] ltsc2019: Pulling from windows/servercore [2022-03-05T14:59:02.168Z] 4612f6d0b889: Pulling fs layer [2022-03-05T14:59:02.168Z] 1bd78008c728: Pulling fs layer [2022-03-05T14:59:03.667Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T14:59:06.218Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2022-03-05T14:59:06.218Z] PASS [2022-03-05T14:59:06.218Z] [2022-03-05T14:59:06.218Z] === Skipped [2022-03-05T14:59:06.218Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T14:59:06.218Z] service_test.go:243: FLAKY_TEST [2022-03-05T14:59:06.218Z] [2022-03-05T14:59:06.218Z] DONE 26 tests, 1 skipped in 43.883s [2022-03-05T14:59:06.218Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T14:59:06.218Z] INFO: Testing against a local daemon [2022-03-05T14:59:06.218Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T14:59:06.218Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:59:06.218Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T14:59:06.218Z] === RUN TestDockerNetworkIpvlan [2022-03-05T14:59:06.218Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:59:06.218Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T14:59:06.218Z] PASS [2022-03-05T14:59:06.218Z] [2022-03-05T14:59:06.218Z] === Skipped [2022-03-05T14:59:06.218Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T14:59:06.218Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:59:06.218Z] [2022-03-05T14:59:06.218Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T14:59:06.218Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T14:59:06.218Z] [2022-03-05T14:59:06.218Z] DONE 2 tests, 2 skipped in 0.032s [2022-03-05T14:59:06.218Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T14:59:06.218Z] INFO: Testing against a local daemon [2022-03-05T14:59:06.218Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T14:59:06.953Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T14:59:07.609Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-03-05T14:59:07.609Z] === RUN TestDockerNetworkMacvlan [2022-03-05T14:59:08.172Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T14:59:09.103Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T14:59:09.485Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T14:59:09.668Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T14:59:10.863Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T14:59:10.938Z] --- PASS: TestBuildWithHugeFile (58.61s) [2022-03-05T14:59:10.938Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T14:59:10.938Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:59:10.938Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:59:10.938Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T14:59:10.938Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:10.938Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:10.938Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:10.938Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:10.938Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:10.938Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:10.938Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:10.938Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:10.938Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:10.938Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-05T14:59:10.938Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-05T14:59:10.938Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-05T14:59:10.939Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-05T14:59:10.939Z] === RUN TestBuildPreserveOwnership [2022-03-05T14:59:10.939Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T14:59:10.939Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T14:59:10.939Z] --- PASS: TestBuildPreserveOwnership (3.49s) [2022-03-05T14:59:10.939Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.11s) [2022-03-05T14:59:10.939Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.36s) [2022-03-05T14:59:10.939Z] === RUN TestBuildPlatformInvalid [2022-03-05T14:59:10.939Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2022-03-05T14:59:10.939Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T14:59:10.939Z] Loaded image: busybox:latest [2022-03-05T14:59:10.939Z] Loaded image: busybox:glibc [2022-03-05T14:59:10.939Z] Loaded image: debian:bullseye-slim [2022-03-05T14:59:10.939Z] Loaded image: hello-world:latest [2022-03-05T14:59:10.939Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:59:11.430Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T14:59:11.563Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T14:59:11.997Z] --- PASS: TestBuildWithHugeFile (111.40s) [2022-03-05T14:59:11.997Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T14:59:11.997Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:59:11.997Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:59:11.997Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T14:59:11.997Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:11.997Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:11.997Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:11.997Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:11.997Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:11.997Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:11.997Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T14:59:11.997Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T14:59:11.997Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T14:59:11.997Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T14:59:11.997Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-05T14:59:11.997Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-03-05T14:59:11.997Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-03-05T14:59:11.997Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-05T14:59:11.997Z] === RUN TestBuildPreserveOwnership [2022-03-05T14:59:11.997Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-05T14:59:12.565Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T14:59:13.134Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-05T14:59:13.394Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-05T14:59:13.458Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T14:59:14.690Z] 1bd78008c728: Verifying Checksum [2022-03-05T14:59:14.690Z] 1bd78008c728: Download complete [2022-03-05T14:59:14.771Z] docker_cli_daemon_test.go:1472: [ddfec1da9f0e4] daemon is not started [2022-03-05T14:59:15.029Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-05T14:59:15.029Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-05T14:59:15.597Z] check_test.go:308: [d8e4ca9d3995a] daemon is not started [2022-03-05T14:59:15.597Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-05T14:59:16.532Z] --- PASS: TestBuildPreserveOwnership (4.31s) [2022-03-05T14:59:16.532Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.86s) [2022-03-05T14:59:16.532Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.44s) [2022-03-05T14:59:16.532Z] === RUN TestBuildPlatformInvalid [2022-03-05T14:59:16.532Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-05T14:59:16.532Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-05T14:59:16.732Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T14:59:16.790Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-05T14:59:17.294Z] --- PASS: TestDockerNetworkMacvlan (9.65s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.00s) [2022-03-05T14:59:17.295Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2022-03-05T14:59:17.295Z] PASS [2022-03-05T14:59:17.295Z] [2022-03-05T14:59:17.295Z] DONE 8 tests in 11.017s [2022-03-05T14:59:17.295Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T14:59:17.295Z] testing: warning: no tests to run [2022-03-05T14:59:17.295Z] PASS [2022-03-05T14:59:17.295Z] [2022-03-05T14:59:17.295Z] DONE 0 tests in 0.012s [2022-03-05T14:59:17.295Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T14:59:17.295Z] INFO: Testing against a local daemon [2022-03-05T14:59:17.295Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T14:59:17.726Z] Loaded image: busybox:latest [2022-03-05T14:59:17.985Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T14:59:17.985Z] Loaded image: busybox:glibc [2022-03-05T14:59:17.985Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-05T14:59:18.663Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-03-05T14:59:18.663Z] === RUN TestAuthZPluginTLS [2022-03-05T14:59:18.921Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-05T14:59:18.921Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T14:59:18.926Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T14:59:19.487Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-05T14:59:19.487Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T14:59:19.863Z] check_test.go:308: [d1b9c2f8e8d74] daemon is not started [2022-03-05T14:59:19.863Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-05T14:59:20.053Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-05T14:59:20.053Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T14:59:20.431Z] Loaded image: debian:bullseye-slim [2022-03-05T14:59:20.431Z] Loaded image: hello-world:latest [2022-03-05T14:59:20.431Z] Loaded image: arm32v7/hello-world:latest [2022-03-05T14:59:20.619Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-05T14:59:20.619Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T14:59:20.690Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T14:59:20.894Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.73s) [2022-03-05T14:59:20.894Z] PASS [2022-03-05T14:59:20.894Z] [2022-03-05T14:59:20.894Z] === Skipped [2022-03-05T14:59:20.894Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-05T14:59:20.894Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:59:20.894Z] [2022-03-05T14:59:20.894Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:59:20.894Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:59:20.894Z] [2022-03-05T14:59:20.894Z] DONE 34 tests, 2 skipped in 93.829s [2022-03-05T14:59:20.894Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T14:59:20.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:20.895Z] ++ set -e [2022-03-05T14:59:20.895Z] ++ '[' -n 0 ']' [2022-03-05T14:59:20.895Z] ++ set -x [2022-03-05T14:59:20.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:20.895Z] INFO: Testing against a local daemon [2022-03-05T14:59:20.895Z] === RUN TestConfigInspect [2022-03-05T14:59:21.625Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T14:59:21.825Z] --- PASS: TestConfigInspect (2.34s) [2022-03-05T14:59:21.825Z] === RUN TestConfigList [2022-03-05T14:59:21.988Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2022-03-05T14:59:21.988Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T14:59:22.192Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T14:59:22.246Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-05T14:59:22.246Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T14:59:22.810Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-05T14:59:22.810Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T14:59:23.366Z] 4612f6d0b889: Verifying Checksum [2022-03-05T14:59:23.367Z] 4612f6d0b889: Download complete [2022-03-05T14:59:23.372Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-05T14:59:23.372Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T14:59:23.571Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T14:59:24.345Z] --- PASS: TestConfigList (2.20s) [2022-03-05T14:59:24.345Z] === RUN TestConfigsCreateAndDelete [2022-03-05T14:59:24.538Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-05T14:59:25.117Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T14:59:25.266Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.51s) [2022-03-05T14:59:25.266Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T14:59:26.196Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.41s) [2022-03-05T14:59:26.196Z] === RUN TestAuthZPluginHeader [2022-03-05T14:59:26.235Z] --- PASS: TestConfigsCreateAndDelete (2.19s) [2022-03-05T14:59:26.235Z] === RUN TestConfigsUpdate [2022-03-05T14:59:26.515Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T14:59:27.083Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-05T14:59:27.129Z] --- PASS: TestAuthZPluginHeader (0.71s) [2022-03-05T14:59:27.129Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T14:59:27.342Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T14:59:27.342Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T14:59:28.721Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T14:59:28.753Z] --- PASS: TestConfigsUpdate (2.28s) [2022-03-05T14:59:28.753Z] === RUN TestTemplatedConfig [2022-03-05T14:59:29.289Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T14:59:29.474Z] 898469748ff6: Pull complete [2022-03-05T14:59:29.474Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T14:59:29.474Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T14:59:29.474Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-05T14:59:29.474Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-05T14:59:29.474Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-05T14:59:29.474Z] WARN: Skipping validation tests [2022-03-05T14:59:29.474Z] INFO: Running unit tests at 03/05/2022 14:59:17... [2022-03-05T14:59:29.474Z] INFO: make.ps1 starting at 03/05/2022 14:59:21 [2022-03-05T14:59:29.474Z] INFO: Git commit (1e86a793ea) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T14:59:29.474Z] INFO: Invoking autogen... [2022-03-05T14:59:29.474Z] INFO: Running unit tests... [2022-03-05T14:59:29.855Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-05T14:59:31.041Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T14:59:31.276Z] --- PASS: TestTemplatedConfig (2.79s) [2022-03-05T14:59:31.276Z] === RUN TestConfigCreateResolve [2022-03-05T14:59:31.302Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.04s) [2022-03-05T14:59:31.302Z] === RUN TestAuthZPluginV2Disable [2022-03-05T14:59:33.496Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-05T14:59:33.825Z] --- PASS: TestConfigCreateResolve (2.27s) [2022-03-05T14:59:33.825Z] PASS [2022-03-05T14:59:33.825Z] [2022-03-05T14:59:33.825Z] DONE 6 tests in 14.153s [2022-03-05T14:59:33.825Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T14:59:33.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:33.825Z] ++ set -e [2022-03-05T14:59:33.825Z] ++ '[' -n 0 ']' [2022-03-05T14:59:33.825Z] ++ set -x [2022-03-05T14:59:33.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:33.825Z] INFO: Testing against a local daemon [2022-03-05T14:59:33.825Z] === RUN TestCheckpoint [2022-03-05T14:59:33.825Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:59:33.825Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T14:59:33.825Z] === RUN TestContainerInvalidJSON [2022-03-05T14:59:33.825Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:33.825Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:33.825Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:33.825Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:33.825Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:33.825Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:33.825Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-05T14:59:33.825Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T14:59:33.825Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T14:59:33.825Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T14:59:34.048Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-05T14:59:34.048Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.32s) [2022-03-05T14:59:34.048Z] PASS [2022-03-05T14:59:34.048Z] [2022-03-05T14:59:34.048Z] === Skipped [2022-03-05T14:59:34.048Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-05T14:59:34.048Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T14:59:34.048Z] [2022-03-05T14:59:34.048Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T14:59:34.048Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T14:59:34.048Z] [2022-03-05T14:59:34.048Z] DONE 34 tests, 2 skipped in 178.794s [2022-03-05T14:59:34.048Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-05T14:59:34.048Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:34.048Z] ++ set -e [2022-03-05T14:59:34.048Z] ++ '[' -n 0 ']' [2022-03-05T14:59:34.048Z] ++ set -x [2022-03-05T14:59:34.048Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:34.048Z] INFO: Testing against a local daemon [2022-03-05T14:59:34.048Z] === RUN TestConfigInspect [2022-03-05T14:59:34.082Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2022-03-05T14:59:34.082Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T14:59:34.082Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-03-05T14:59:34.082Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T14:59:34.082Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2022-03-05T14:59:34.082Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T14:59:34.340Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-05T14:59:34.340Z] === RUN TestCopyFromContainer [2022-03-05T14:59:34.579Z] --- PASS: TestAuthZPluginV2Disable (3.31s) [2022-03-05T14:59:34.579Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T14:59:35.271Z] === RUN TestCopyFromContainer// [2022-03-05T14:59:35.271Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T14:59:35.271Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T14:59:35.528Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T14:59:35.528Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T14:59:35.528Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T14:59:35.528Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T14:59:35.784Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T14:59:35.784Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T14:59:35.784Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer (1.65s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer// (0.08s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-05T14:59:35.784Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-05T14:59:35.784Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T14:59:35.784Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:35.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:35.784Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:35.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:35.784Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:35.784Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:35.784Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:35.784Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:35.784Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:35.784Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T14:59:35.784Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T14:59:35.784Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T14:59:35.784Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T14:59:35.784Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T14:59:36.040Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-05T14:59:36.040Z] === RUN TestCreateWithInvalidEnv [2022-03-05T14:59:36.040Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T14:59:36.040Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T14:59:36.040Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T14:59:36.040Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T14:59:36.040Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T14:59:36.040Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T14:59:36.040Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T14:59:36.040Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T14:59:36.040Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T14:59:36.040Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-05T14:59:36.040Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T14:59:36.040Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T14:59:36.040Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T14:59:36.040Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T14:59:36.040Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-05T14:59:36.040Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T14:59:36.582Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-05T14:59:36.840Z] --- PASS: TestConfigInspect (2.98s) [2022-03-05T14:59:36.840Z] === RUN TestConfigList [2022-03-05T14:59:37.407Z] --- PASS: TestCreateWithCustomMaskedPaths (1.28s) [2022-03-05T14:59:37.407Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T14:59:37.853Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.17s) [2022-03-05T14:59:37.853Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T14:59:38.742Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.36s) [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:38.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:38.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:38.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:38.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:38.774Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:38.774Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:38.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:38.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:38.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:38.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:38.774Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T14:59:38.774Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-05T14:59:38.774Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T14:59:39.033Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-03-05T14:59:39.033Z] === RUN TestCreateDifferentPlatform [2022-03-05T14:59:39.033Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T14:59:39.033Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T14:59:39.033Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-05T14:59:39.033Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T14:59:39.033Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T14:59:39.033Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T14:59:39.033Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-05T14:59:39.033Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T14:59:39.289Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.29s) [2022-03-05T14:59:39.289Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T14:59:39.289Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T14:59:39.289Z] === RUN TestDaemonRestartIpcMode [2022-03-05T14:59:39.289Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T14:59:39.289Z] === RUN TestDaemonHostGatewayIP [2022-03-05T14:59:39.289Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T14:59:39.289Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T14:59:39.289Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T14:59:39.289Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T14:59:39.289Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T14:59:39.289Z] === RUN TestDiff [2022-03-05T14:59:40.118Z] --- PASS: TestConfigList (2.89s) [2022-03-05T14:59:40.118Z] === RUN TestConfigsCreateAndDelete [2022-03-05T14:59:40.118Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-05T14:59:40.221Z] --- PASS: TestDiff (0.65s) [2022-03-05T14:59:40.221Z] === RUN TestExecWithCloseStdin [2022-03-05T14:59:40.479Z] --- PASS: TestExecWithCloseStdin (0.50s) [2022-03-05T14:59:40.479Z] === RUN TestExec [2022-03-05T14:59:41.042Z] --- PASS: TestExec (0.52s) [2022-03-05T14:59:41.042Z] === RUN TestExecUser [2022-03-05T14:59:41.971Z] --- PASS: TestExecUser (0.72s) [2022-03-05T14:59:41.972Z] === RUN TestExportContainerAndImportImage [2022-03-05T14:59:42.023Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-05T14:59:42.590Z] check_test.go:308: [db7a0c9a96b14] daemon is not started [2022-03-05T14:59:42.590Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-05T14:59:42.590Z] --- PASS: TestConfigsCreateAndDelete (2.83s) [2022-03-05T14:59:42.590Z] === RUN TestConfigsUpdate [2022-03-05T14:59:43.158Z] check_test.go:308: [d128dc3eee111] daemon is not started [2022-03-05T14:59:43.158Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-05T14:59:43.340Z] --- PASS: TestExportContainerAndImportImage (1.49s) [2022-03-05T14:59:43.340Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T14:59:43.569Z] ? github.com/docker/docker/api [no test files] [2022-03-05T14:59:44.098Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-05T14:59:44.357Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T14:59:44.616Z] check_test.go:308: [da2569e3f0105] daemon is not started [2022-03-05T14:59:44.616Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-05T14:59:44.709Z] --- PASS: TestExportContainerAfterDaemonRestart (1.36s) [2022-03-05T14:59:44.709Z] === RUN TestHealthCheckWorkdir [2022-03-05T14:59:44.875Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T14:59:45.133Z] --- PASS: TestConfigsUpdate (2.56s) [2022-03-05T14:59:45.133Z] === RUN TestTemplatedConfig [2022-03-05T14:59:45.273Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-03-05T14:59:45.273Z] === RUN TestHealthKillContainer [2022-03-05T14:59:46.073Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T14:59:46.332Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T14:59:46.901Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-05T14:59:46.901Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-05T14:59:47.807Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.37s) [2022-03-05T14:59:47.807Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T14:59:48.807Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-05T14:59:48.807Z] --- PASS: TestTemplatedConfig (3.49s) [2022-03-05T14:59:48.807Z] === RUN TestConfigCreateResolve [2022-03-05T14:59:48.849Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-05T14:59:49.075Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T14:59:50.736Z] tests/integration/client_test.py ..... [ 75%] [2022-03-05T14:59:50.978Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-05T14:59:50.992Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-05T14:59:51.239Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T14:59:51.239Z] --- PASS: TestConfigCreateResolve (2.57s) [2022-03-05T14:59:51.239Z] PASS [2022-03-05T14:59:51.239Z] [2022-03-05T14:59:51.239Z] DONE 6 tests in 17.451s [2022-03-05T14:59:51.239Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-05T14:59:51.239Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:51.239Z] ++ set -e [2022-03-05T14:59:51.239Z] ++ '[' -n 0 ']' [2022-03-05T14:59:51.239Z] ++ set -x [2022-03-05T14:59:51.239Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-05T14:59:51.498Z] INFO: Testing against a local daemon [2022-03-05T14:59:51.498Z] === RUN TestCheckpoint [2022-03-05T14:59:51.498Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T14:59:51.498Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T14:59:51.499Z] === RUN TestContainerInvalidJSON [2022-03-05T14:59:51.499Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:51.499Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:51.499Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:51.499Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:51.499Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T14:59:51.499Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T14:59:51.499Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-05T14:59:51.499Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-05T14:59:51.499Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T14:59:51.499Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T14:59:51.499Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-05T14:59:51.499Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T14:59:51.499Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-05T14:59:51.499Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T14:59:51.556Z] tests/integration/errors_test.py . [ 76%] [2022-03-05T14:59:51.763Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-05T14:59:51.763Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T14:59:51.763Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-05T14:59:51.763Z] === RUN TestCopyFromContainer [2022-03-05T14:59:51.763Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T14:59:53.144Z] === RUN TestCopyFromContainer// [2022-03-05T14:59:53.144Z] === RUN TestCopyFromContainer//bar/root [2022-03-05T14:59:53.144Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-05T14:59:53.144Z] === RUN TestCopyFromContainer/bar/quux [2022-03-05T14:59:53.144Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-05T14:59:53.403Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-05T14:59:53.403Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-05T14:59:53.403Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-05T14:59:53.662Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-05T14:59:53.662Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer (2.06s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer// (0.09s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-03-05T14:59:53.662Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-03-05T14:59:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T14:59:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:53.662Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:53.662Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:53.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T14:59:53.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T14:59:53.921Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T14:59:53.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T14:59:53.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T14:59:53.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T14:59:53.921Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T14:59:53.921Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T14:59:53.921Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-05T14:59:53.922Z] === RUN TestCreateWithInvalidEnv [2022-03-05T14:59:53.922Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T14:59:53.922Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T14:59:53.922Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T14:59:53.922Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T14:59:53.922Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T14:59:53.922Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T14:59:53.922Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T14:59:53.922Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T14:59:53.922Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T14:59:53.922Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-05T14:59:53.922Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T14:59:53.922Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T14:59:53.922Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T14:59:53.922Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T14:59:53.922Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-05T14:59:53.922Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T14:59:54.490Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-05T14:59:55.219Z] --- PASS: TestHealthKillContainer (8.68s) [2022-03-05T14:59:55.219Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T14:59:55.219Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2022-03-05T14:59:55.219Z] === RUN TestIpcModeNone [2022-03-05T14:59:55.219Z] --- PASS: TestIpcModeNone (0.46s) [2022-03-05T14:59:55.219Z] === RUN TestIpcModePrivate [2022-03-05T14:59:55.219Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-05T14:59:55.219Z] --- PASS: TestIpcModePrivate (0.47s) [2022-03-05T14:59:55.219Z] === RUN TestIpcModeShareable [2022-03-05T14:59:55.476Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-05T14:59:55.733Z] --- PASS: TestIpcModeShareable (0.57s) [2022-03-05T14:59:55.733Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T14:59:55.867Z] --- PASS: TestCreateWithCustomMaskedPaths (1.80s) [2022-03-05T14:59:55.867Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T14:59:57.104Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s) [2022-03-05T14:59:57.105Z] === RUN TestAPIIpcModeHost [2022-03-05T14:59:57.669Z] --- PASS: TestAPIIpcModeHost (0.36s) [2022-03-05T14:59:57.669Z] === RUN TestDaemonIpcModeShareable [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.75s) [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:57.771Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:57.771Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:57.771Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:57.771Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:57.771Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:57.771Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:57.771Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T14:59:57.771Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T14:59:57.771Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T14:59:57.771Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T14:59:57.771Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T14:59:57.771Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-05T14:59:57.771Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T14:59:57.771Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T14:59:58.031Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s) [2022-03-05T14:59:58.031Z] === RUN TestCreateDifferentPlatform [2022-03-05T14:59:58.031Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T14:59:58.031Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T14:59:58.031Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-05T14:59:58.031Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-03-05T14:59:58.031Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T14:59:58.031Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T14:59:58.031Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T14:59:58.031Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-05T14:59:58.031Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T14:59:58.031Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-05T14:59:58.031Z] === RUN TestContainerStartOnDaemonRestart [2022-03-05T14:59:58.031Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-05T14:59:58.031Z] === RUN TestDaemonRestartIpcMode [2022-03-05T14:59:58.031Z] === PAUSE TestDaemonRestartIpcMode [2022-03-05T14:59:58.031Z] === RUN TestDaemonHostGatewayIP [2022-03-05T14:59:58.031Z] === PAUSE TestDaemonHostGatewayIP [2022-03-05T14:59:58.031Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-05T14:59:58.031Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-05T14:59:58.031Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T14:59:58.031Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-05T14:59:58.031Z] === RUN TestDiff [2022-03-05T14:59:58.510Z] === RUN TestMiddlewares [2022-03-05T14:59:58.510Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T14:59:58.510Z] PASS [2022-03-05T14:59:58.510Z] coverage: 9.0% of statements [2022-03-05T14:59:58.510Z] ok github.com/docker/docker/api/server 0.049s coverage: 9.0% of statements [2022-03-05T14:59:58.598Z] check_test.go:308: [d717e9870a740] daemon is not started [2022-03-05T14:59:58.598Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-05T14:59:58.608Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-05T14:59:58.856Z] --- PASS: TestDiff (0.65s) [2022-03-05T14:59:58.856Z] === RUN TestExecWithCloseStdin [2022-03-05T14:59:58.864Z] --- PASS: TestDaemonIpcModeShareable (1.17s) [2022-03-05T14:59:58.864Z] === RUN TestDaemonIpcModePrivate [2022-03-05T14:59:59.115Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-05T14:59:59.684Z] --- PASS: TestExecWithCloseStdin (0.80s) [2022-03-05T14:59:59.684Z] === RUN TestExec [2022-03-05T14:59:59.684Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-05T14:59:59.800Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-05T15:00:00.057Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2022-03-05T15:00:00.057Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T15:00:00.253Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-05T15:00:00.253Z] --- PASS: TestExec (0.75s) [2022-03-05T15:00:00.253Z] === RUN TestExecUser [2022-03-05T15:00:00.987Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-05T15:00:01.191Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T15:00:01.191Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T15:00:01.191Z] --- PASS: TestExecUser (0.81s) [2022-03-05T15:00:01.191Z] === RUN TestExportContainerAndImportImage [2022-03-05T15:00:01.243Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.24s) [2022-03-05T15:00:01.243Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T15:00:02.571Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2022-03-05T15:00:02.572Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T15:00:02.613Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-05T15:00:02.613Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.25s) [2022-03-05T15:00:02.613Z] === RUN TestIpcModeOlderClient [2022-03-05T15:00:02.613Z] === PAUSE TestIpcModeOlderClient [2022-03-05T15:00:02.613Z] === RUN TestKillContainerInvalidSignal [2022-03-05T15:00:02.870Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-03-05T15:00:02.870Z] === RUN TestKillContainer [2022-03-05T15:00:02.870Z] === RUN TestKillContainer/no_signal [2022-03-05T15:00:03.138Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T15:00:03.396Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-05T15:00:03.441Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T15:00:03.697Z] === RUN TestKillContainer/killing_signal [2022-03-05T15:00:03.966Z] --- PASS: TestExportContainerAfterDaemonRestart (1.63s) [2022-03-05T15:00:03.966Z] === RUN TestHealthCheckWorkdir [2022-03-05T15:00:04.626Z] --- PASS: TestKillContainer (1.48s) [2022-03-05T15:00:04.626Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-05T15:00:04.626Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2022-03-05T15:00:04.626Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2022-03-05T15:00:04.626Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T15:00:04.626Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T15:00:04.882Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T15:00:04.901Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2022-03-05T15:00:04.901Z] === RUN TestHealthKillContainer [2022-03-05T15:00:05.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.93s) [2022-03-05T15:00:05.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-03-05T15:00:05.445Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.32s) [2022-03-05T15:00:05.445Z] === RUN TestKillStoppedContainer [2022-03-05T15:00:05.445Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-05T15:00:05.445Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T15:00:05.445Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-05T15:00:05.445Z] === RUN TestKillDifferentUserContainer [2022-03-05T15:00:05.863Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-05T15:00:05.863Z] PASS [2022-03-05T15:00:05.863Z] [2022-03-05T15:00:05.863Z] DONE 17 tests in 47.222s [2022-03-05T15:00:05.863Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T15:00:05.863Z] INFO: Testing against a local daemon [2022-03-05T15:00:05.863Z] === RUN TestPluginInvalidJSON [2022-03-05T15:00:05.863Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:00:05.863Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:00:05.863Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:00:05.863Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-05T15:00:05.863Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T15:00:05.863Z] === RUN TestPluginInstall [2022-03-05T15:00:05.863Z] === RUN TestPluginInstall/no_auth [2022-03-05T15:00:05.863Z] time="2022-03-05T15:00:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:05.863Z] time="2022-03-05T15:00:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f5c9d4f892962f2c90dcc57a7d74cad05616783dfd712f02b64652ee75b3b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:05.863Z] time="2022-03-05T15:00:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:05.863Z] time="2022-03-05T15:00:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38f5c9d4f892962f2c90dcc57a7d74cad05616783dfd712f02b64652ee75b3b1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:06.008Z] --- PASS: TestKillDifferentUserContainer (0.46s) [2022-03-05T15:00:06.008Z] === RUN TestInspectOomKilledTrue [2022-03-05T15:00:06.121Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T15:00:06.275Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T15:00:06.380Z] time="2022-03-05T15:00:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:06.380Z] time="2022-03-05T15:00:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:729038051ea612b0c95844b706de64af470d0c7d91796332d722c5d2cb8fdb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:06.380Z] time="2022-03-05T15:00:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:06.380Z] time="2022-03-05T15:00:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:729038051ea612b0c95844b706de64af470d0c7d91796332d722c5d2cb8fdb7d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:06.572Z] --- PASS: TestInspectOomKilledTrue (0.57s) [2022-03-05T15:00:06.572Z] === RUN TestInspectOomKilledFalse [2022-03-05T15:00:06.636Z] === RUN TestPluginInstall/with_insecure [2022-03-05T15:00:06.829Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-03-05T15:00:06.829Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T15:00:06.843Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T15:00:07.392Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s) [2022-03-05T15:00:07.392Z] === RUN TestLinksContainerNames [2022-03-05T15:00:07.411Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T15:00:07.567Z] time="2022-03-05T15:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:07.567Z] time="2022-03-05T15:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92407a1e98ae767a36c3b74813dcb3c4601e54edc3424cdd173ab06ce546f056" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:07.567Z] time="2022-03-05T15:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:00:07.567Z] time="2022-03-05T15:00:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92407a1e98ae767a36c3b74813dcb3c4601e54edc3424cdd173ab06ce546f056" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:00:07.824Z] plugin_test.go:165: [da21609f57f73] daemon is not started [2022-03-05T15:00:07.824Z] --- PASS: TestPluginInstall (3.26s) [2022-03-05T15:00:07.824Z] --- PASS: TestPluginInstall/no_auth (1.58s) [2022-03-05T15:00:07.824Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-03-05T15:00:07.824Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-03-05T15:00:07.824Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:00:08.330Z] --- PASS: TestLinksContainerNames (1.13s) [2022-03-05T15:00:08.330Z] === RUN TestLogsFollowTailEmpty [2022-03-05T15:00:08.363Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-05T15:00:08.894Z] --- PASS: TestLogsFollowTailEmpty (0.46s) [2022-03-05T15:00:08.894Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T15:00:09.150Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/default [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/private [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/slave [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/shared [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T15:00:09.150Z] === CONT TestMountDaemonRoot/default [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:09.150Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:09.150Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:09.150Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:09.150Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/shared [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/slave [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/private [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:09.406Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:09.406Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:09.406Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:09.566Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:09.663Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-05T15:00:09.663Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T15:00:09.663Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T15:00:09.717Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T15:00:10.282Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T15:00:10.293Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T15:00:10.293Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-05T15:00:10.551Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-05T15:00:10.551Z] check_test.go:308: [dd54a39d277fb] daemon is not started [2022-03-05T15:00:10.551Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-05T15:00:11.033Z] --- PASS: TestContainerBindMountNonRecursive (1.18s) [2022-03-05T15:00:11.033Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T15:00:11.211Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-03-05T15:00:11.211Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-03-05T15:00:11.211Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-03-05T15:00:11.211Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:00:11.290Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2022-03-05T15:00:11.290Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T15:00:11.546Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-03-05T15:00:11.546Z] === RUN TestNetworkNat [2022-03-05T15:00:11.775Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-05T15:00:11.775Z] PASS [2022-03-05T15:00:11.775Z] [2022-03-05T15:00:11.775Z] DONE 10 tests in 7.169s [2022-03-05T15:00:11.775Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T15:00:11.775Z] INFO: Testing against a local daemon [2022-03-05T15:00:11.775Z] === RUN TestExternalGraphDriver [2022-03-05T15:00:11.775Z] === RUN TestExternalGraphDriver/json [2022-03-05T15:00:11.923Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-05T15:00:12.114Z] --- PASS: TestNetworkNat (0.49s) [2022-03-05T15:00:12.114Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T15:00:12.489Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T15:00:12.678Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2022-03-05T15:00:12.678Z] === RUN TestNetworkLoopbackNat [2022-03-05T15:00:13.424Z] --- PASS: TestHealthKillContainer (8.35s) [2022-03-05T15:00:13.425Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T15:00:13.667Z] === RUN TestExternalGraphDriver/spec [2022-03-05T15:00:13.992Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T15:00:13.992Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-05T15:00:14.253Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2022-03-05T15:00:14.253Z] === RUN TestIpcModeNone [2022-03-05T15:00:15.040Z] === RUN TestExternalGraphDriver/pull [2022-03-05T15:00:15.191Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T15:00:15.191Z] --- PASS: TestIpcModeNone (0.79s) [2022-03-05T15:00:15.191Z] === RUN TestIpcModePrivate [2022-03-05T15:00:15.197Z] --- PASS: TestNetworkLoopbackNat (2.65s) [2022-03-05T15:00:15.197Z] === RUN TestPause [2022-03-05T15:00:15.759Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2022-03-05T15:00:15.759Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-05T15:00:15.779Z] --- PASS: TestPause (0.42s) [2022-03-05T15:00:15.779Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T15:00:15.779Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T15:00:15.779Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T15:00:15.779Z] === RUN TestPauseStopPausedContainer [2022-03-05T15:00:16.018Z] --- PASS: TestIpcModePrivate (0.93s) [2022-03-05T15:00:16.018Z] === RUN TestIpcModeShareable [2022-03-05T15:00:16.382Z] --- PASS: TestPauseStopPausedContainer (0.49s) [2022-03-05T15:00:16.382Z] === RUN TestPidHost [2022-03-05T15:00:16.590Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:79, shared: true, mustBeShared: true [2022-03-05T15:00:16.590Z] --- PASS: TestIpcModeShareable (0.72s) [2022-03-05T15:00:16.590Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-05T15:00:16.936Z] --- PASS: TestExternalGraphDriver (5.11s) [2022-03-05T15:00:16.936Z] --- PASS: TestExternalGraphDriver/json (1.72s) [2022-03-05T15:00:16.936Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2022-03-05T15:00:16.936Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2022-03-05T15:00:16.936Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:00:17.327Z] --- PASS: TestPidHost (0.99s) [2022-03-05T15:00:17.327Z] === RUN TestPsFilter [2022-03-05T15:00:17.327Z] --- PASS: TestPsFilter (0.25s) [2022-03-05T15:00:17.327Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T15:00:17.527Z] check_test.go:308: [df4f2354d06fb] daemon is not started [2022-03-05T15:00:17.527Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-05T15:00:17.785Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T15:00:17.890Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-03-05T15:00:17.891Z] === RUN TestRemoveContainerWithVolume [2022-03-05T15:00:18.455Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-05T15:00:18.455Z] === RUN TestRemoveContainerRunning [2022-03-05T15:00:18.711Z] --- PASS: TestRemoveContainerRunning (0.42s) [2022-03-05T15:00:18.711Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T15:00:19.275Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-03-05T15:00:19.275Z] === RUN TestRemoveInvalidContainer [2022-03-05T15:00:19.275Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T15:00:19.275Z] === RUN TestRenameLinkedContainer [2022-03-05T15:00:19.692Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.70s) [2022-03-05T15:00:19.692Z] === RUN TestAPIIpcModeHost [2022-03-05T15:00:19.951Z] --- PASS: TestAPIIpcModeHost (0.68s) [2022-03-05T15:00:19.951Z] === RUN TestDaemonIpcModeShareable [2022-03-05T15:00:20.521Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-05T15:00:20.779Z] check_test.go:308: [daefb8e16301b] daemon is not started [2022-03-05T15:00:20.779Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-05T15:00:21.119Z] --- PASS: TestGraphdriverPluginV2 (3.85s) [2022-03-05T15:00:21.119Z] PASS [2022-03-05T15:00:21.119Z] [2022-03-05T15:00:21.119Z] DONE 5 tests in 8.994s [2022-03-05T15:00:21.119Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T15:00:21.119Z] INFO: Testing against a local daemon [2022-03-05T15:00:21.119Z] === RUN TestContinueAfterPluginCrash [2022-03-05T15:00:21.119Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T15:00:21.119Z] === RUN TestReadPluginNoRead [2022-03-05T15:00:21.119Z] === PAUSE TestReadPluginNoRead [2022-03-05T15:00:21.119Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T15:00:21.119Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T15:00:21.119Z] === CONT TestContinueAfterPluginCrash [2022-03-05T15:00:21.119Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T15:00:21.165Z] --- PASS: TestRenameLinkedContainer (1.73s) [2022-03-05T15:00:21.165Z] === RUN TestRenameStoppedContainer [2022-03-05T15:00:21.348Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2022-03-05T15:00:21.421Z] --- PASS: TestRenameStoppedContainer (0.48s) [2022-03-05T15:00:21.421Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T15:00:21.606Z] --- PASS: TestDaemonIpcModeShareable (1.58s) [2022-03-05T15:00:21.606Z] === RUN TestDaemonIpcModePrivate [2022-03-05T15:00:22.352Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-03-05T15:00:22.352Z] === RUN TestRenameInvalidName [2022-03-05T15:00:22.608Z] --- PASS: TestRenameInvalidName (0.45s) [2022-03-05T15:00:22.608Z] === RUN TestRenameAnonymousContainer [2022-03-05T15:00:22.981Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2022-03-05T15:00:23.240Z] --- PASS: TestDaemonIpcModePrivate (1.59s) [2022-03-05T15:00:23.240Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-05T15:00:23.808Z] docker_cli_daemon_plugins_test.go:80: [d5bc081f3fb6e] daemon is not started [2022-03-05T15:00:24.070Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T15:00:24.435Z] --- PASS: TestDaemonStartWithLogOpt (3.41s) [2022-03-05T15:00:24.435Z] === CONT TestReadPluginNoRead [2022-03-05T15:00:24.498Z] --- PASS: TestRenameAnonymousContainer (1.66s) [2022-03-05T15:00:24.498Z] === RUN TestRenameContainerWithSameName [2022-03-05T15:00:24.637Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: false, mustBeShared: false [2022-03-05T15:00:24.755Z] --- PASS: TestRenameContainerWithSameName (0.47s) [2022-03-05T15:00:24.755Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T15:00:24.896Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2022-03-05T15:00:24.896Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-05T15:00:24.896Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-05T15:00:25.422Z] ......... [ 85%] [2022-03-05T15:00:25.686Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s) [2022-03-05T15:00:25.686Z] === RUN TestResize [2022-03-05T15:00:26.248Z] --- PASS: TestResize (0.46s) [2022-03-05T15:00:26.248Z] === RUN TestResizeWithInvalidSize [2022-03-05T15:00:26.270Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true [2022-03-05T15:00:26.270Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.53s) [2022-03-05T15:00:26.270Z] === RUN TestIpcModeOlderClient [2022-03-05T15:00:26.270Z] === PAUSE TestIpcModeOlderClient [2022-03-05T15:00:26.270Z] === RUN TestKillContainerInvalidSignal [2022-03-05T15:00:26.348Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T15:00:26.812Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2022-03-05T15:00:26.812Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T15:00:27.069Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:27.069Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:27.069Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:27.069Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:00:27.069Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:27.207Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2022-03-05T15:00:27.207Z] === RUN TestKillContainer [2022-03-05T15:00:27.207Z] === RUN TestKillContainer/no_signal [2022-03-05T15:00:27.466Z] docker_cli_daemon_plugins_test.go:170: [d6694562ff4e0] daemon is not started [2022-03-05T15:00:27.716Z] === RUN TestReadPluginNoRead/default [2022-03-05T15:00:27.725Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T15:00:27.983Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T15:00:28.242Z] === RUN TestKillContainer/killing_signal [2022-03-05T15:00:28.646Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T15:00:28.808Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-05T15:00:28.903Z] --- PASS: TestContinueAfterPluginCrash (8.31s) [2022-03-05T15:00:28.963Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:00:28.963Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:29.375Z] --- PASS: TestKillContainer (2.09s) [2022-03-05T15:00:29.376Z] --- PASS: TestKillContainer/no_signal (0.61s) [2022-03-05T15:00:29.376Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2022-03-05T15:00:29.376Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2022-03-05T15:00:29.376Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T15:00:29.376Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-05T15:00:29.832Z] === CONT TestReadPluginNoRead [2022-03-05T15:00:29.832Z] read_test.go:92: [d2abb2cd786eb] daemon is not started [2022-03-05T15:00:29.832Z] --- PASS: TestReadPluginNoRead (5.74s) [2022-03-05T15:00:29.832Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-03-05T15:00:29.832Z] --- PASS: TestReadPluginNoRead/default (1.13s) [2022-03-05T15:00:29.832Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-03-05T15:00:29.832Z] PASS [2022-03-05T15:00:29.832Z] [2022-03-05T15:00:29.832Z] DONE 6 tests in 9.183s [2022-03-05T15:00:29.832Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T15:00:29.832Z] testing: warning: no tests to run [2022-03-05T15:00:29.832Z] PASS [2022-03-05T15:00:29.832Z] [2022-03-05T15:00:29.832Z] DONE 0 tests in 0.011s [2022-03-05T15:00:29.832Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T15:00:29.832Z] INFO: Testing against a local daemon [2022-03-05T15:00:29.832Z] === RUN TestPluginWithDevMounts [2022-03-05T15:00:29.832Z] === PAUSE TestPluginWithDevMounts [2022-03-05T15:00:29.832Z] === CONT TestPluginWithDevMounts [2022-03-05T15:00:29.943Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-05T15:00:30.313Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-05T15:00:30.332Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:00:30.332Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:00:30.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.45s) [2022-03-05T15:00:30.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2022-03-05T15:00:30.880Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2022-03-05T15:00:30.880Z] === RUN TestKillStoppedContainer [2022-03-05T15:00:30.880Z] --- PASS: TestKillStoppedContainer (0.09s) [2022-03-05T15:00:30.880Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T15:00:30.880Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T15:00:30.880Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-03-05T15:00:30.880Z] === RUN TestKillDifferentUserContainer [2022-03-05T15:00:31.140Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T15:00:31.707Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2022-03-05T15:00:31.707Z] === RUN TestInspectOomKilledTrue [2022-03-05T15:00:31.707Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:00:31.707Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T15:00:31.707Z] === RUN TestInspectOomKilledFalse [2022-03-05T15:00:31.707Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:00:31.707Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T15:00:31.707Z] === RUN TestLinksEtcHostsContentMatch [2022-03-05T15:00:31.727Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-03-05T15:00:31.727Z] PASS [2022-03-05T15:00:31.727Z] [2022-03-05T15:00:31.727Z] DONE 1 tests in 1.634s [2022-03-05T15:00:31.727Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T15:00:31.727Z] INFO: Testing against a local daemon [2022-03-05T15:00:31.727Z] === RUN TestSecretInspect [2022-03-05T15:00:31.756Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-05T15:00:32.226Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:32.226Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:32.275Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2022-03-05T15:00:32.275Z] === RUN TestLinksContainerNames [2022-03-05T15:00:32.533Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-05T15:00:33.100Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-05T15:00:33.666Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-05T15:00:33.666Z] --- PASS: TestLinksContainerNames (1.40s) [2022-03-05T15:00:33.666Z] === RUN TestLogsFollowTailEmpty [2022-03-05T15:00:33.925Z] check_test.go:308: [dc17d8b0f60fc] daemon is not started [2022-03-05T15:00:33.925Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-05T15:00:34.249Z] --- PASS: TestSecretInspect (2.19s) [2022-03-05T15:00:34.249Z] === RUN TestSecretList [2022-03-05T15:00:34.493Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2022-03-05T15:00:34.493Z] === RUN TestContainerNetworkMountsNoChown [2022-03-05T15:00:35.060Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/default [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/default [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/private [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/private [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rprivate [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/slave [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/slave [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rslave [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/shared [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/shared [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rshared [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/default [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rslave [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rshared [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/shared [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:35.060Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:35.060Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-05T15:00:35.060Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/rprivate [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/slave [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/private [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:35.319Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:35.319Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-05T15:00:35.319Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-05T15:00:35.578Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-05T15:00:35.837Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-05T15:00:35.837Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-05T15:00:35.837Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2022-03-05T15:00:35.837Z] === RUN TestContainerBindMountNonRecursive [2022-03-05T15:00:36.142Z] --- PASS: TestSecretList (2.14s) [2022-03-05T15:00:36.142Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:00:36.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:00:36.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:00:37.741Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-05T15:00:37.741Z] --- PASS: TestContainerBindMountNonRecursive (1.97s) [2022-03-05T15:00:37.741Z] === RUN TestContainerVolumesMountedAsShared [2022-03-05T15:00:38.040Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2022-03-05T15:00:38.040Z] === RUN TestSecretsUpdate [2022-03-05T15:00:38.297Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-05T15:00:38.297Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-05T15:00:38.310Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T15:00:38.570Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2022-03-05T15:00:38.570Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-05T15:00:39.139Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2022-03-05T15:00:39.139Z] === RUN TestNetworkNat [2022-03-05T15:00:39.139Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-05T15:00:39.398Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T15:00:39.966Z] --- PASS: TestNetworkNat (0.80s) [2022-03-05T15:00:39.966Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T15:00:39.996Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-05T15:00:40.536Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2022-03-05T15:00:40.536Z] === RUN TestNetworkLoopbackNat [2022-03-05T15:00:40.564Z] --- PASS: TestSecretsUpdate (2.16s) [2022-03-05T15:00:40.564Z] === RUN TestTemplatedSecret [2022-03-05T15:00:40.568Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:00:40.568Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:00:40.796Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T15:00:40.796Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-05T15:00:42.174Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-05T15:00:42.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:00:42.462Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:00:42.729Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-05T15:00:42.729Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-05T15:00:43.089Z] --- PASS: TestTemplatedSecret (2.48s) [2022-03-05T15:00:43.089Z] === RUN TestSecretCreateResolve [2022-03-05T15:00:43.551Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-05T15:00:43.810Z] --- PASS: TestNetworkLoopbackNat (3.03s) [2022-03-05T15:00:43.810Z] === RUN TestPause [2022-03-05T15:00:43.810Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T15:00:44.378Z] --- PASS: TestPause (0.76s) [2022-03-05T15:00:44.378Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T15:00:44.378Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T15:00:44.378Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T15:00:44.378Z] === RUN TestPauseStopPausedContainer [2022-03-05T15:00:44.981Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:00:44.981Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:00:44.982Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-03-05T15:00:44.982Z] PASS [2022-03-05T15:00:44.982Z] [2022-03-05T15:00:44.982Z] DONE 6 tests in 13.308s [2022-03-05T15:00:44.982Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T15:00:44.982Z] INFO: Testing against a local daemon [2022-03-05T15:00:44.982Z] === RUN TestServiceCreateInit [2022-03-05T15:00:44.982Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:00:45.314Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2022-03-05T15:00:45.314Z] === RUN TestPidHost [2022-03-05T15:00:45.573Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-05T15:00:46.140Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-05T15:00:46.707Z] --- PASS: TestPidHost (1.55s) [2022-03-05T15:00:46.707Z] === RUN TestPsFilter [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.77s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.42s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.81s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.78s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.92s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.88s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.26s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.38s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.94s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.93s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.28s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.47s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.86s) [2022-03-05T15:00:46.873Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.95s) [2022-03-05T15:00:46.873Z] === RUN TestCgroupNamespacesRun [2022-03-05T15:00:46.966Z] --- PASS: TestPsFilter (0.13s) [2022-03-05T15:00:46.966Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T15:00:46.995Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-05T15:00:47.251Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-05T15:00:47.251Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-05T15:00:47.251Z] [2022-03-05T15:00:47.251Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-05T15:00:47.251Z] =========================== short test summary info ============================ [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-05T15:00:47.251Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-05T15:00:47.251Z] Not supported on most drivers [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-05T15:00:47.251Z] Output of docker top depends on host distro, and is not formalized. [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-05T15:00:47.251Z] Output of docker top depends on host distro, and is not formalized. [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-05T15:00:47.251Z] Can fail if eth0 has multiple IP addresses [2022-03-05T15:00:47.251Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-05T15:00:47.251Z] This doesn't seem to be taken into account by the engine [2022-03-05T15:00:47.251Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-05T15:00:47.251Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-05T15:00:47.251Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 288.90 seconds == [2022-03-05T15:00:47.507Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-05T15:00:47.534Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s) [2022-03-05T15:00:47.534Z] === RUN TestRemoveContainerWithVolume [2022-03-05T15:00:47.807Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-03-05T15:00:47.807Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T15:00:48.131Z] --- PASS: TestRemoveContainerWithVolume (0.59s) [2022-03-05T15:00:48.132Z] === RUN TestRemoveContainerRunning [2022-03-05T15:00:48.720Z] --- PASS: TestRemoveContainerRunning (0.59s) [2022-03-05T15:00:48.720Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T15:00:48.979Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T15:00:49.161Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:00:49.174Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.31s) [2022-03-05T15:00:49.174Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T15:00:49.237Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.61s) [2022-03-05T15:00:49.237Z] === RUN TestRemoveInvalidContainer [2022-03-05T15:00:49.237Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-05T15:00:49.237Z] === RUN TestRenameLinkedContainer [2022-03-05T15:00:49.237Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T15:00:49.497Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-05T15:00:50.543Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.24s) [2022-03-05T15:00:50.543Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T15:00:51.399Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T15:00:51.658Z] --- PASS: TestRenameLinkedContainer (2.40s) [2022-03-05T15:00:51.658Z] === RUN TestRenameStoppedContainer [2022-03-05T15:00:51.910Z] --- PASS: TestCgroupNamespacesRunHostMode (1.24s) [2022-03-05T15:00:51.910Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T15:00:52.224Z] --- PASS: TestRenameStoppedContainer (0.59s) [2022-03-05T15:00:52.224Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T15:00:52.434Z] --- PASS: TestServiceCreateInit (7.25s) [2022-03-05T15:00:52.434Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.59s) [2022-03-05T15:00:52.434Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s) [2022-03-05T15:00:52.434Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:00:52.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T15:00:52.839Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-03-05T15:00:52.839Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T15:00:53.360Z] --- PASS: TestRenameRunningContainerAndReuse (1.19s) [2022-03-05T15:00:53.360Z] === RUN TestRenameInvalidName [2022-03-05T15:00:53.619Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T15:00:53.878Z] --- PASS: TestRenameInvalidName (0.59s) [2022-03-05T15:00:53.878Z] === RUN TestRenameAnonymousContainer [2022-03-05T15:00:54.205Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.26s) [2022-03-05T15:00:54.205Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T15:00:54.767Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2022-03-05T15:00:54.767Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T15:00:54.980Z] 898469748ff6: Pull complete [2022-03-05T15:00:54.980Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-05T15:00:54.980Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:00:54.980Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-05T15:00:54.980Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-05T15:00:54.980Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-05T15:00:54.980Z] WARN: Skipping validation tests [2022-03-05T15:00:54.980Z] INFO: Running unit tests at 03/05/2022 15:00:44... [2022-03-05T15:00:54.980Z] INFO: make.ps1 starting at 03/05/2022 15:00:49 [2022-03-05T15:00:54.980Z] INFO: Git commit (97c111b80f) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T15:00:54.980Z] INFO: Invoking autogen... [2022-03-05T15:00:54.980Z] INFO: Running unit tests... [2022-03-05T15:00:55.781Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T15:00:56.040Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-05T15:00:56.134Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s) [2022-03-05T15:00:56.134Z] === RUN TestNISDomainname [2022-03-05T15:00:56.299Z] --- PASS: TestRenameAnonymousContainer (2.24s) [2022-03-05T15:00:56.299Z] === RUN TestRenameContainerWithSameName [2022-03-05T15:00:56.695Z] --- PASS: TestNISDomainname (0.57s) [2022-03-05T15:00:56.695Z] === RUN TestHostnameDnsResolution [2022-03-05T15:00:56.866Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2022-03-05T15:00:56.866Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T15:00:57.258Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-03-05T15:00:57.258Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T15:00:57.435Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T15:00:57.822Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-03-05T15:00:57.822Z] === RUN TestStats [2022-03-05T15:00:58.373Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2022-03-05T15:00:58.373Z] === RUN TestResize [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T15:00:59.163Z] === RUN TestBoolValue [2022-03-05T15:00:59.163Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestBoolValueOrDefault [2022-03-05T15:00:59.163Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestInt64ValueOrZero [2022-03-05T15:00:59.163Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestInt64ValueOrDefault [2022-03-05T15:00:59.163Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T15:00:59.163Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestJsonContentType [2022-03-05T15:00:59.163Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 14.7% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/server/httputils 0.085s coverage: 14.7% of statements [2022-03-05T15:00:59.163Z] === RUN TestMaskSecretKeys [2022-03-05T15:00:59.163Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T15:00:59.163Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T15:00:59.163Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T15:00:59.163Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestVersionMiddlewareVersion [2022-03-05T15:00:59.163Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T15:00:59.163Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 37.7% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/server/middleware 0.089s coverage: 37.7% of statements [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T15:00:59.163Z] === RUN TestStrSliceMarshalJSON [2022-03-05T15:00:59.163Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T15:00:59.163Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestStrSliceUnmarshalString [2022-03-05T15:00:59.163Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T15:00:59.163Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 90.0% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/types/strslice 0.044s coverage: 90.0% of statements [2022-03-05T15:00:59.163Z] === RUN TestToJSON [2022-03-05T15:00:59.163Z] --- PASS: TestToJSON (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestToParamWithVersion [2022-03-05T15:00:59.163Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestFromJSON [2022-03-05T15:00:59.163Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestEmpty [2022-03-05T15:00:59.163Z] --- PASS: TestEmpty (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T15:00:59.163Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestArgsMatchKVList [2022-03-05T15:00:59.163Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestArgsMatch [2022-03-05T15:00:59.163Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestAdd [2022-03-05T15:00:59.163Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestDel [2022-03-05T15:00:59.163Z] --- PASS: TestDel (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestLen [2022-03-05T15:00:59.163Z] --- PASS: TestLen (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestExactMatch [2022-03-05T15:00:59.163Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestOnlyOneExactMatch [2022-03-05T15:00:59.163Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestContains [2022-03-05T15:00:59.163Z] --- PASS: TestContains (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestValidate [2022-03-05T15:00:59.163Z] --- PASS: TestValidate (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestWalkValues [2022-03-05T15:00:59.163Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestFuzzyMatch [2022-03-05T15:00:59.163Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestClone [2022-03-05T15:00:59.163Z] --- PASS: TestClone (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 92.2% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/types/filters 0.058s coverage: 92.2% of statements [2022-03-05T15:00:59.163Z] === RUN TestAdjustForAPIVersion [2022-03-05T15:00:59.163Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 5.7% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/server/router/swarm 0.062s coverage: 5.7% of statements [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T15:00:59.163Z] === RUN TestDurationToSecondsString [2022-03-05T15:00:59.163Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T15:00:59.163Z] === RUN TestGetTimestamp [2022-03-05T15:00:59.163Z] --- PASS: TestGetTimestamp (0.21s) [2022-03-05T15:00:59.163Z] === RUN TestParseTimestamps [2022-03-05T15:00:59.163Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 100.0% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/types/time 0.254s coverage: 100.0% of statements [2022-03-05T15:00:59.163Z] === RUN TestCompareVersion [2022-03-05T15:00:59.163Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T15:00:59.163Z] PASS [2022-03-05T15:00:59.163Z] coverage: 77.3% of statements [2022-03-05T15:00:59.163Z] ok github.com/docker/docker/api/types/versions 0.038s coverage: 77.3% of statements [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T15:00:59.163Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T15:00:59.163Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T15:00:59.163Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T15:00:59.163Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T15:00:59.164Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestCloneArgsSmartHttp [2022-03-05T15:00:59.164Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T15:00:59.164Z] === RUN TestCloneArgsDumbHttp [2022-03-05T15:00:59.164Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestCloneArgsGit [2022-03-05T15:00:59.164Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestCheckoutGit [2022-03-05T15:00:59.164Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T15:00:59.164Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-05T15:00:59.164Z] === RUN TestProcessNoDockerignore [2022-03-05T15:00:59.164Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T15:00:59.164Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-05T15:00:59.164Z] === RUN TestDetectContentType [2022-03-05T15:00:59.164Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestSelectAcceptableMIME [2022-03-05T15:00:59.164Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestInspectEmptyResponse [2022-03-05T15:00:59.164Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestInspectResponseBinary [2022-03-05T15:00:59.164Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestResponseUnsupportedContentType [2022-03-05T15:00:59.164Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestInspectResponseTextSimple [2022-03-05T15:00:59.164Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T15:00:59.164Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestUnknownContentLength [2022-03-05T15:00:59.164Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestDownloadRemote [2022-03-05T15:00:59.164Z] === RUN TestEnable [2022-03-05T15:00:59.164Z] --- PASS: TestEnable (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestDisable [2022-03-05T15:00:59.164Z] --- PASS: TestDisable (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestEnabled [2022-03-05T15:00:59.164Z] --- PASS: TestEnabled (0.00s) [2022-03-05T15:00:59.164Z] PASS [2022-03-05T15:00:59.164Z] coverage: 100.0% of statements [2022-03-05T15:00:59.164Z] ok github.com/docker/docker/cli/debug 0.043s coverage: 100.0% of statements [2022-03-05T15:00:59.164Z] --- PASS: TestDownloadRemote (0.12s) [2022-03-05T15:00:59.164Z] === RUN TestGetWithStatusError [2022-03-05T15:00:59.164Z] --- PASS: TestGetWithStatusError (0.01s) [2022-03-05T15:00:59.164Z] === RUN TestCloseRootDirectory [2022-03-05T15:00:59.164Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:00:59.164Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestHashFile [2022-03-05T15:00:59.164Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:00:59.164Z] --- SKIP: TestHashFile (0.00s) [2022-03-05T15:00:59.164Z] === RUN TestHashSubdir [2022-03-05T15:00:59.164Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:00:59.164Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T15:00:59.164Z] === RUN TestRemoveDirectory [2022-03-05T15:00:59.164Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:00:59.164Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-05T15:00:59.164Z] PASS [2022-03-05T15:00:59.164Z] coverage: 9.3% of statements [2022-03-05T15:00:59.164Z] ok github.com/docker/docker/builder/remotecontext 0.300s coverage: 9.3% of statements [2022-03-05T15:00:59.310Z] --- PASS: TestResize (0.69s) [2022-03-05T15:00:59.310Z] === RUN TestResizeWithInvalidSize [2022-03-05T15:00:59.310Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T15:00:59.633Z] === RUN TestGetAllAllowed [2022-03-05T15:00:59.633Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestGetAllMeta [2022-03-05T15:00:59.633Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T15:00:59.633Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T15:00:59.633Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestIsExistingDirectory [2022-03-05T15:00:59.633Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-05T15:00:59.633Z] === RUN TestGetFilenameForDownload [2022-03-05T15:00:59.633Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestEnv2Variables [2022-03-05T15:00:59.633Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T15:00:59.633Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestMaintainer [2022-03-05T15:00:59.633Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestLabel [2022-03-05T15:00:59.633Z] --- PASS: TestLabel (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestFromScratch [2022-03-05T15:00:59.633Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestFromWithArg [2022-03-05T15:00:59.633Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T15:00:59.633Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestFromWithUndefinedArg [2022-03-05T15:00:59.633Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T15:00:59.633Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestOnbuild [2022-03-05T15:00:59.633Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestWorkdir [2022-03-05T15:00:59.633Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestCmd [2022-03-05T15:00:59.633Z] --- PASS: TestCmd (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestHealthcheckNone [2022-03-05T15:00:59.633Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestHealthcheckCmd [2022-03-05T15:00:59.633Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestEntrypoint [2022-03-05T15:00:59.633Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestExpose [2022-03-05T15:00:59.633Z] --- PASS: TestExpose (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestUser [2022-03-05T15:00:59.633Z] --- PASS: TestUser (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestVolume [2022-03-05T15:00:59.633Z] --- PASS: TestVolume (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestStopSignal [2022-03-05T15:00:59.633Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:00:59.633Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestArg [2022-03-05T15:00:59.633Z] --- PASS: TestArg (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestShell [2022-03-05T15:00:59.633Z] --- PASS: TestShell (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestPrependEnvOnCmd [2022-03-05T15:00:59.633Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestRunWithBuildArgs [2022-03-05T15:00:59.633Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T15:00:59.633Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-05T15:00:59.633Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T15:00:59.633Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T15:00:59.633Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T15:00:59.633Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T15:00:59.633Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T15:00:59.680Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T15:00:59.680Z] [2022-03-05T15:00:59.680Z] Unloading profiles will leave already running processes permanently [2022-03-05T15:00:59.680Z] unconfined, which can lead to unexpected situations. [2022-03-05T15:00:59.680Z] [2022-03-05T15:00:59.680Z] To set a process to complain mode, use the command line tool [2022-03-05T15:00:59.680Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T15:00:59.680Z] Post stage [Pipeline] junit [2022-03-05T15:00:59.695Z] Recording test results [2022-03-05T15:00:59.745Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T15:00:59.862Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-05T15:00:59.879Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2022-03-05T15:00:59.879Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T15:01:00.101Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestNormalizeWorkdir [2022-03-05T15:01:00.101Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestDispatch [2022-03-05T15:01:00.101Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T15:01:00.101Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T15:01:00.101Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T15:01:00.101Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T15:01:00.101Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T15:01:00.101Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T15:01:00.101Z] === RUN TestDispatch/COPY_url [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch (0.08s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T15:01:00.101Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T15:01:00.101Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T15:01:00.101Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T15:01:00.101Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T15:01:00.101Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T15:01:00.101Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestEmptyDockerfile [2022-03-05T15:01:00.101Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestSymlinkDockerfile [2022-03-05T15:01:00.101Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T15:01:00.101Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T15:01:00.101Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestNonExistingDockerfile [2022-03-05T15:01:00.101Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestCopyRunConfig [2022-03-05T15:01:00.101Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestDeepCopyRunConfig [2022-03-05T15:01:00.101Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestExportImage [2022-03-05T15:01:00.101Z] --- PASS: TestExportImage (0.00s) [2022-03-05T15:01:00.101Z] === RUN TestNormalizeDest [2022-03-05T15:01:00.101Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T15:01:00.101Z] PASS [2022-03-05T15:01:00.101Z] coverage: 46.7% of statements [2022-03-05T15:01:00.101Z] ok github.com/docker/docker/builder/dockerfile 0.212s coverage: 46.7% of statements [2022-03-05T15:01:00.101Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T15:01:00.175Z] + echo Ensuring container killed. [2022-03-05T15:01:00.175Z] Ensuring container killed. [2022-03-05T15:01:00.175Z] + docker rm -vf docker-pr8 [2022-03-05T15:01:00.175Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-03-05T15:01:00.346Z] --- PASS: TestStats (2.53s) [2022-03-05T15:01:00.346Z] === RUN TestStopContainerWithTimeout [2022-03-05T15:01:00.491Z] + echo Chowning /workspace to jenkins user [2022-03-05T15:01:00.491Z] Chowning /workspace to jenkins user [2022-03-05T15:01:00.491Z] + id -u [2022-03-05T15:01:00.491Z] + id -g [2022-03-05T15:01:00.491Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T15:01:00.570Z] === RUN TestTCP4Proxy [2022-03-05T15:01:00.570Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T15:01:00.570Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestTCP6Proxy [2022-03-05T15:01:00.570Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:01:00.570Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestTCPDualStackProxy [2022-03-05T15:01:00.570Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:01:00.570Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestUDP4Proxy [2022-03-05T15:01:00.570Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestUDP6Proxy [2022-03-05T15:01:00.570Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:01:00.570Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestUDPWriteError [2022-03-05T15:01:00.570Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestSCTP4Proxy [2022-03-05T15:01:00.570Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:01:00.570Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T15:01:00.570Z] === RUN TestSCTP6Proxy [2022-03-05T15:01:00.570Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:01:00.570Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T15:01:00.570Z] PASS [2022-03-05T15:01:00.570Z] coverage: 49.4% of statements [2022-03-05T15:01:00.570Z] ok github.com/docker/docker/cmd/docker-proxy 0.076s coverage: 49.4% of statements [2022-03-05T15:01:00.603Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T15:01:00.603Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T15:01:00.603Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T15:01:00.603Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T15:01:00.603Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T15:01:00.603Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T15:01:00.603Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T15:01:00.603Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T15:01:00.603Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T15:01:00.603Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T15:01:00.815Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:00.815Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:00.815Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-05T15:01:00.815Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:00.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T15:01:01.166Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T15:01:01.381Z] check_test.go:308: [d59b734ff89f1] daemon is not started [2022-03-05T15:01:01.381Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T15:01:01.759Z] + bundleName=docker-py [2022-03-05T15:01:01.759Z] + echo Creating docker-py-bundles.tar.gz [2022-03-05T15:01:01.759Z] Creating docker-py-bundles.tar.gz [2022-03-05T15:01:01.759Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-03-05T15:01:01.768Z] Archiving artifacts [2022-03-05T15:01:02.053Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-05T15:01:02.405Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/make.sh binary [2022-03-05T15:01:02.662Z] [2022-03-05T15:01:02.918Z] Removing bundles/ [2022-03-05T15:01:02.918Z] [2022-03-05T15:01:02.918Z] ---> Making bundle: binary (in bundles/binary) [2022-03-05T15:01:02.918Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-05T15:01:02.918Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T15:01:03.059Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T15:01:03.915Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:04.173Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-05T15:01:04.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T15:01:04.989Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-05T15:01:04.989Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-03-05T15:01:04.989Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-03-05T15:01:04.989Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-03-05T15:01:04.989Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2022-03-05T15:01:04.989Z] === RUN TestDeleteDevicemapper [2022-03-05T15:01:04.989Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T15:01:04.989Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T15:01:04.989Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T15:01:05.108Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:07.012Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-05T15:01:07.012Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-05T15:01:07.508Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s) [2022-03-05T15:01:07.508Z] === RUN TestUpdateMemory [2022-03-05T15:01:07.767Z] --- PASS: TestUpdateMemory (0.61s) [2022-03-05T15:01:07.767Z] === RUN TestUpdateCPUQuota [2022-03-05T15:01:08.696Z] --- PASS: TestUpdateCPUQuota (0.67s) [2022-03-05T15:01:08.696Z] === RUN TestUpdatePidsLimit [2022-03-05T15:01:08.696Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T15:01:08.696Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T15:01:08.914Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-05T15:01:08.914Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:08.953Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T15:01:09.209Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T15:01:09.465Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T15:01:09.724Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T15:01:09.981Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T15:01:10.493Z] --- PASS: TestCreateServiceMultipleTimes (15.75s) [2022-03-05T15:01:10.493Z] === RUN TestCreateServiceConflict [2022-03-05T15:01:10.493Z] --- PASS: TestCreateServiceConflict (2.14s) [2022-03-05T15:01:10.493Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:01:12.240Z] ? github.com/docker/docker/api [no test files] [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit (3.87s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-05T15:01:12.506Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-05T15:01:12.506Z] === RUN TestUpdateRestartPolicy [2022-03-05T15:01:13.017Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-03-05T15:01:13.017Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:01:13.075Z] === RUN TestCheckpointCreateError [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointCreate [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointDeleteError [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointDelete [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointListError [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointList [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T15:01:13.075Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:01:13.075Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestGetAPIPath [2022-03-05T15:01:13.075Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestParseHostURL [2022-03-05T15:01:13.075Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T15:01:13.075Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPIVersion [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T15:01:13.075Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestClientRedirect [2022-03-05T15:01:13.075Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigCreateUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigCreateError [2022-03-05T15:01:13.075Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigCreate [2022-03-05T15:01:13.075Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspectNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspectUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspectError [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigInspect [2022-03-05T15:01:13.075Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigListUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigListError [2022-03-05T15:01:13.075Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigList [2022-03-05T15:01:13.075Z] --- PASS: TestConfigList (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigRemoveUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigRemoveError [2022-03-05T15:01:13.075Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigRemove [2022-03-05T15:01:13.075Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigUpdateUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigUpdateError [2022-03-05T15:01:13.075Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestConfigUpdate [2022-03-05T15:01:13.075Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCommitError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCommit [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStatPathError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStatPath [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyToContainerError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyToContainer [2022-03-05T15:01:13.075Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyFromContainerError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T15:01:13.075Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestCopyFromContainer [2022-03-05T15:01:13.075Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCreateError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCreateImageNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCreateWithName [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerCreateAutoRemove [2022-03-05T15:01:13.075Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerDiffError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerDiff [2022-03-05T15:01:13.075Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecCreateError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecCreate [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecStartError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecStart [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecInspectError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecInspect [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExportError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExport [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerInspectError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T15:01:13.075Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerInspect [2022-03-05T15:01:13.075Z] --- PASS: TestContainerInspect (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerInspectNode [2022-03-05T15:01:13.075Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerKillError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerKill [2022-03-05T15:01:13.075Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerListError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerList [2022-03-05T15:01:13.075Z] --- PASS: TestContainerList (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerLogsNotFoundError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerLogsError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerLogs [2022-03-05T15:01:13.075Z] --- PASS: TestContainerLogs (0.21s) [2022-03-05T15:01:13.075Z] === RUN TestContainerPauseError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerPause [2022-03-05T15:01:13.075Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainersPruneError [2022-03-05T15:01:13.075Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainersPrune [2022-03-05T15:01:13.075Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRemoveError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRemove [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRenameError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRename [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerResizeError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecResizeError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerResize [2022-03-05T15:01:13.075Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerExecResize [2022-03-05T15:01:13.075Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRestartError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerRestart [2022-03-05T15:01:13.075Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStartError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStart [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStatsError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStats [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStopError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerStop [2022-03-05T15:01:13.075Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerTopError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerTop [2022-03-05T15:01:13.075Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerUnpauseError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerUnpause [2022-03-05T15:01:13.075Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerUpdateError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerUpdateError (0.02s) [2022-03-05T15:01:13.075Z] === RUN TestContainerUpdate [2022-03-05T15:01:13.075Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerWaitError [2022-03-05T15:01:13.075Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestContainerWait [2022-03-05T15:01:13.075Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestDiskUsageError [2022-03-05T15:01:13.075Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestDiskUsage [2022-03-05T15:01:13.075Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestDistributionInspectUnsupported [2022-03-05T15:01:13.075Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T15:01:13.075Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestEventsErrorInOptions [2022-03-05T15:01:13.075Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestEventsErrorFromServer [2022-03-05T15:01:13.075Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestEvents [2022-03-05T15:01:13.075Z] --- PASS: TestEvents (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestTLSCloseWriter [2022-03-05T15:01:13.075Z] === PAUSE TestTLSCloseWriter [2022-03-05T15:01:13.075Z] === RUN TestImageBuildError [2022-03-05T15:01:13.075Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageBuild [2022-03-05T15:01:13.075Z] --- PASS: TestImageBuild (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestGetDockerOS [2022-03-05T15:01:13.075Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageCreateError [2022-03-05T15:01:13.075Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageCreate [2022-03-05T15:01:13.075Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageHistoryError [2022-03-05T15:01:13.075Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageHistory [2022-03-05T15:01:13.075Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageImportError [2022-03-05T15:01:13.075Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageImport [2022-03-05T15:01:13.075Z] --- PASS: TestImageImport (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageInspectError [2022-03-05T15:01:13.075Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageInspectImageNotFound [2022-03-05T15:01:13.075Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageInspectWithEmptyID [2022-03-05T15:01:13.075Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageInspect [2022-03-05T15:01:13.075Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageListError [2022-03-05T15:01:13.075Z] --- PASS: TestImageListError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageList [2022-03-05T15:01:13.075Z] --- PASS: TestImageList (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageListApiBefore125 [2022-03-05T15:01:13.075Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageLoadError [2022-03-05T15:01:13.075Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImageLoad [2022-03-05T15:01:13.075Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagesPruneError [2022-03-05T15:01:13.075Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagesPrune [2022-03-05T15:01:13.075Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagePullReferenceParseError [2022-03-05T15:01:13.075Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagePullAnyError [2022-03-05T15:01:13.075Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T15:01:13.075Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T15:01:13.075Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.02s) [2022-03-05T15:01:13.076Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePullWithoutErrors [2022-03-05T15:01:13.076Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushReferenceError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushAnyError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithoutErrors [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T15:01:13.076Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageRemoveImageNotFound [2022-03-05T15:01:13.076Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageRemove [2022-03-05T15:01:13.076Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSaveError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSave [2022-03-05T15:01:13.076Z] --- PASS: TestImageSave (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchAnyError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageSearchWithoutErrors [2022-03-05T15:01:13.076Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageTagError [2022-03-05T15:01:13.076Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageTagInvalidReference [2022-03-05T15:01:13.076Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T15:01:13.076Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageTagHexSource [2022-03-05T15:01:13.076Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestImageTag [2022-03-05T15:01:13.076Z] --- PASS: TestImageTag (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestInfoServerError [2022-03-05T15:01:13.076Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T15:01:13.076Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestInfo [2022-03-05T15:01:13.076Z] --- PASS: TestInfo (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkConnectError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkConnect [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkCreateError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkCreate [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkDisconnectError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkDisconnect [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/no_options [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/verbose [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/global_scope [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T15:01:13.076Z] === RUN TestNetworkInspect/server_error [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkListError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkList [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworksPruneError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworksPrune [2022-03-05T15:01:13.076Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNetworkRemove [2022-03-05T15:01:13.076Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T15:01:13.076Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeInspect [2022-03-05T15:01:13.076Z] --- PASS: TestNodeInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeListError [2022-03-05T15:01:13.076Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeList [2022-03-05T15:01:13.076Z] --- PASS: TestNodeList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeRemove [2022-03-05T15:01:13.076Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeUpdateError [2022-03-05T15:01:13.076Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestNodeUpdate [2022-03-05T15:01:13.076Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestOptionWithHostFromEnv [2022-03-05T15:01:13.076Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestOptionWithTimeout [2022-03-05T15:01:13.076Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T15:01:13.076Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPingFail [2022-03-05T15:01:13.076Z] --- PASS: TestPingFail (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPingWithError [2022-03-05T15:01:13.076Z] 2022/03/05 15:01:11 RoundTripper returned a response & error; ignoring response [2022-03-05T15:01:13.076Z] 2022/03/05 15:01:11 RoundTripper returned a response & error; ignoring response [2022-03-05T15:01:13.076Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPingSuccess [2022-03-05T15:01:13.076Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPingHeadFallback [2022-03-05T15:01:13.076Z] === RUN TestPingHeadFallback/OK [2022-03-05T15:01:13.076Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T15:01:13.076Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T15:01:13.076Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T15:01:13.076Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T15:01:13.076Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginDisableError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginDisable [2022-03-05T15:01:13.076Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginEnableError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginEnable [2022-03-05T15:01:13.076Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginInspect [2022-03-05T15:01:13.076Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginListError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginList [2022-03-05T15:01:13.076Z] --- PASS: TestPluginList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginPushError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginPush [2022-03-05T15:01:13.076Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginRemove [2022-03-05T15:01:13.076Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginSetError [2022-03-05T15:01:13.076Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPluginSet [2022-03-05T15:01:13.076Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSetHostHeader [2022-03-05T15:01:13.076Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestPlainTextError [2022-03-05T15:01:13.076Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestInfiniteError [2022-03-05T15:01:13.076Z] --- PASS: TestInfiniteError (0.02s) [2022-03-05T15:01:13.076Z] === RUN TestCanceledContext [2022-03-05T15:01:13.076Z] 2022/03/05 15:01:11 RoundTripper returned a response & error; ignoring response [2022-03-05T15:01:13.076Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestDeadlineExceededContext [2022-03-05T15:01:13.076Z] 2022/03/05 15:01:11 RoundTripper returned a response & error; ignoring response [2022-03-05T15:01:13.076Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretCreateUnsupported [2022-03-05T15:01:13.076Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretCreateError [2022-03-05T15:01:13.076Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretCreate [2022-03-05T15:01:13.076Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretInspectUnsupported [2022-03-05T15:01:13.076Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T15:01:13.076Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretInspect [2022-03-05T15:01:13.076Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretListUnsupported [2022-03-05T15:01:13.076Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretListError [2022-03-05T15:01:13.076Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretList [2022-03-05T15:01:13.076Z] --- PASS: TestSecretList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretRemoveUnsupported [2022-03-05T15:01:13.076Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretRemove [2022-03-05T15:01:13.076Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretUpdateUnsupported [2022-03-05T15:01:13.076Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretUpdateError [2022-03-05T15:01:13.076Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSecretUpdate [2022-03-05T15:01:13.076Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceCreateError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceCreate [2022-03-05T15:01:13.076Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T15:01:13.076Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceCreateDigestPinning [2022-03-05T15:01:13.076Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T15:01:13.076Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceInspect [2022-03-05T15:01:13.076Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceListError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceList [2022-03-05T15:01:13.076Z] --- PASS: TestServiceList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceLogsError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceLogs [2022-03-05T15:01:13.076Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceRemove [2022-03-05T15:01:13.076Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceUpdateError [2022-03-05T15:01:13.076Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestServiceUpdate [2022-03-05T15:01:13.076Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmGetUnlockKey [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmInitError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmInit [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmInspect [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmJoinError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmJoin [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmLeaveError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmLeave [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmUnlockError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmUnlock [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmUpdateError [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestSwarmUpdate [2022-03-05T15:01:13.076Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestTaskInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestTaskInspect [2022-03-05T15:01:13.076Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestTaskListError [2022-03-05T15:01:13.076Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestTaskList [2022-03-05T15:01:13.076Z] --- PASS: TestTaskList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeCreateError [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeCreate [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeInspectError [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeInspectNotFound [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeInspect [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeListError [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeList [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeList (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeRemoveError [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T15:01:13.076Z] === RUN TestVolumeRemove [2022-03-05T15:01:13.076Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T15:01:13.076Z] === CONT TestTLSCloseWriter [2022-03-05T15:01:13.076Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-05T15:01:13.076Z] PASS [2022-03-05T15:01:13.076Z] coverage: 75.2% of statements [2022-03-05T15:01:13.076Z] ok github.com/docker/docker/client 0.447s coverage: 75.2% of statements [2022-03-05T15:01:13.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-05T15:01:13.673Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-05T15:01:16.967Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T15:01:18.345Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-05T15:01:19.281Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-05T15:01:19.544Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T15:01:19.544Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-05T15:01:20.481Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-05T15:01:21.859Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-05T15:01:22.426Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T15:01:22.426Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-05T15:01:22.686Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-05T15:01:22.945Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T15:01:23.882Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-05T15:01:24.682Z] --- PASS: TestUpdateRestartPolicy (10.76s) [2022-03-05T15:01:24.682Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T15:01:24.682Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-03-05T15:01:24.682Z] === RUN TestWaitNonBlocked [2022-03-05T15:01:24.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:01:24.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:01:24.682Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:01:24.682Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:01:24.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:01:24.682Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:01:24.682Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-05T15:01:24.682Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.52s) [2022-03-05T15:01:24.682Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.59s) [2022-03-05T15:01:24.682Z] === RUN TestWaitBlocked [2022-03-05T15:01:24.682Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:01:24.682Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:01:24.682Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:01:24.682Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:01:24.682Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:01:24.682Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:01:24.682Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-05T15:01:24.682Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.57s) [2022-03-05T15:01:24.682Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-03-05T15:01:24.682Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T15:01:24.682Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T15:01:24.820Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T15:01:25.081Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-05T15:01:26.573Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.91s) [2022-03-05T15:01:26.573Z] === CONT TestIpcModeOlderClient [2022-03-05T15:01:26.830Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-05T15:01:26.830Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T15:01:26.830Z] --- PASS: TestContainerStartOnDaemonRestart (2.06s) [2022-03-05T15:01:26.830Z] === CONT TestDaemonHostGatewayIP [2022-03-05T15:01:27.615Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.18s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.10s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.88s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.91s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.58s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.76s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.52s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.45s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.87s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.37s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.63s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2022-03-05T15:01:27.615Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s) [2022-03-05T15:01:27.615Z] === RUN TestCgroupNamespacesRun [2022-03-05T15:01:27.615Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-05T15:01:27.905Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.07s) [2022-03-05T15:01:27.905Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:01:29.348Z] --- PASS: TestDaemonHostGatewayIP (2.24s) [2022-03-05T15:01:29.348Z] === CONT TestDaemonRestartIpcMode [2022-03-05T15:01:29.523Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2022-03-05T15:01:29.523Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-05T15:01:30.065Z] === RUN TestMiddlewares [2022-03-05T15:01:30.065Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T15:01:30.065Z] PASS [2022-03-05T15:01:30.065Z] coverage: 9.0% of statements [2022-03-05T15:01:30.065Z] ok github.com/docker/docker/api/server 0.080s coverage: 9.0% of statements [2022-03-05T15:01:30.461Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-05T15:01:31.028Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2022-03-05T15:01:31.028Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-05T15:01:31.239Z] --- PASS: TestDaemonRestartIpcMode (2.08s) [2022-03-05T15:01:31.964Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T15:01:32.532Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2022-03-05T15:01:32.532Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-05T15:01:33.161Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T15:01:34.379Z] --- PASS: TestCheckoutGit (33.64s) [2022-03-05T15:01:34.379Z] === RUN TestValidGitTransport [2022-03-05T15:01:34.379Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T15:01:34.379Z] === RUN TestGitInvalidRef [2022-03-05T15:01:34.379Z] --- PASS: TestGitInvalidRef (0.22s) [2022-03-05T15:01:34.379Z] PASS [2022-03-05T15:01:34.379Z] coverage: 86.3% of statements [2022-03-05T15:01:34.379Z] ok github.com/docker/docker/builder/remotecontext/git 34.049s coverage: 86.3% of statements [2022-03-05T15:01:34.379Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T15:01:34.379Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T15:01:34.559Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2022-03-05T15:01:34.559Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-05T15:01:34.559Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T15:01:35.127Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T15:01:35.386Z] check_test.go:308: [d42f732775dc2] daemon is not started [2022-03-05T15:01:35.386Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-05T15:01:35.952Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T15:01:35.952Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.67s) [2022-03-05T15:01:35.952Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-05T15:01:36.891Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T15:01:37.331Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestConfigureDaemonLogs [2022-03-05T15:01:37.331Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T15:01:37.331Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T15:01:37.331Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T15:01:37.331Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T15:01:37.331Z] PASS [2022-03-05T15:01:37.331Z] coverage: 18.7% of statements [2022-03-05T15:01:37.331Z] ok github.com/docker/docker/cmd/dockerd 0.214s coverage: 18.7% of statements [2022-03-05T15:01:37.331Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T15:01:37.331Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T15:01:37.830Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) [2022-03-05T15:01:37.830Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-05T15:01:38.319Z] === RUN TestContainerStopSignal [2022-03-05T15:01:38.319Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestContainerStopTimeout [2022-03-05T15:01:38.319Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T15:01:38.319Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T15:01:38.319Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-05T15:01:38.319Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T15:01:38.319Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T15:01:38.319Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T15:01:38.319Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestNewMemoryStore [2022-03-05T15:01:38.319Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestAddContainers [2022-03-05T15:01:38.319Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestGetContainer [2022-03-05T15:01:38.319Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestDeleteContainer [2022-03-05T15:01:38.319Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestListContainers [2022-03-05T15:01:38.319Z] --- PASS: TestListContainers (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestFirstContainer [2022-03-05T15:01:38.319Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestApplyAllContainer [2022-03-05T15:01:38.319Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestIsValidHealthString [2022-03-05T15:01:38.319Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestStateRunStop [2022-03-05T15:01:38.319Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestStateTimeoutWait [2022-03-05T15:01:38.319Z] state_test.go:141: Stop callback fired [2022-03-05T15:01:38.319Z] state_test.go:165: Stop callback fired [2022-03-05T15:01:38.319Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-05T15:01:38.319Z] === RUN TestIsValidStateString [2022-03-05T15:01:38.319Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestViewSaveDelete [2022-03-05T15:01:38.319Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-05T15:01:38.319Z] === RUN TestViewAll [2022-03-05T15:01:38.319Z] --- PASS: TestViewAll (0.02s) [2022-03-05T15:01:38.319Z] === RUN TestViewGet [2022-03-05T15:01:38.319Z] --- PASS: TestViewGet (0.01s) [2022-03-05T15:01:38.319Z] === RUN TestNames [2022-03-05T15:01:38.319Z] --- PASS: TestNames (0.00s) [2022-03-05T15:01:38.319Z] === RUN TestViewWithHealthCheck [2022-03-05T15:01:38.319Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T15:01:38.319Z] PASS [2022-03-05T15:01:38.319Z] coverage: 41.7% of statements [2022-03-05T15:01:38.319Z] ok github.com/docker/docker/container 0.267s coverage: 41.7% of statements [2022-03-05T15:01:38.768Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2022-03-05T15:01:38.768Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-05T15:01:38.789Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T15:01:38.789Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T15:01:38.789Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T15:01:38.789Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T15:01:39.028Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-05T15:01:39.327Z] --- PASS: TestContainerKillOnDaemonStart (11.53s) [2022-03-05T15:01:39.327Z] PASS [2022-03-05T15:01:39.327Z] [2022-03-05T15:01:39.327Z] === Skipped [2022-03-05T15:01:39.327Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-05T15:01:39.327Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:01:39.327Z] [2022-03-05T15:01:39.327Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T15:01:39.327Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T15:01:39.327Z] [2022-03-05T15:01:39.327Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T15:01:39.327Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T15:01:39.327Z] [2022-03-05T15:01:39.327Z] DONE 200 tests, 3 skipped in 124.571s [2022-03-05T15:01:39.327Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T15:01:39.327Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:39.327Z] ++ set -e [2022-03-05T15:01:39.327Z] ++ '[' -n 0 ']' [2022-03-05T15:01:39.327Z] ++ set -x [2022-03-05T15:01:39.327Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:39.327Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T15:01:39.327Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-05T15:01:39.327Z] === RUN TestDaemonConfigValidation [2022-03-05T15:01:39.327Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:01:39.328Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:01:39.328Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T15:01:39.328Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T15:01:39.328Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T15:01:39.328Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T15:01:39.328Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T15:01:39.328Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T15:01:39.328Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T15:01:39.328Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T15:01:39.328Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:01:39.328Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T15:01:39.328Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T15:01:39.328Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T15:01:39.328Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-03-05T15:01:39.328Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-05T15:01:39.328Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T15:01:39.328Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T15:01:39.775Z] === RUN TestPrepare [2022-03-05T15:01:39.775Z] --- PASS: TestPrepare (0.00s) [2022-03-05T15:01:39.775Z] === RUN TestStart [2022-03-05T15:01:39.775Z] --- PASS: TestStart (0.00s) [2022-03-05T15:01:39.775Z] === RUN TestWaitCancel [2022-03-05T15:01:39.775Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T15:01:39.775Z] === RUN TestWaitDisabled [2022-03-05T15:01:39.775Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T15:01:39.775Z] === RUN TestWaitEnabled [2022-03-05T15:01:39.775Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T15:01:39.775Z] === RUN TestRemove [2022-03-05T15:01:39.775Z] --- PASS: TestRemove (0.00s) [2022-03-05T15:01:39.775Z] PASS [2022-03-05T15:01:39.775Z] coverage: 65.3% of statements [2022-03-05T15:01:39.775Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2022-03-05T15:01:40.088Z] --- PASS: TestCreateServiceSecretFileMode (12.47s) [2022-03-05T15:01:40.088Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:01:40.255Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T15:01:40.404Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.61s) [2022-03-05T15:01:40.404Z] === RUN TestNISDomainname [2022-03-05T15:01:41.183Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T15:01:41.339Z] --- PASS: TestNISDomainname (0.92s) [2022-03-05T15:01:41.339Z] === RUN TestHostnameDnsResolution [2022-03-05T15:01:41.340Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T15:01:41.340Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s) [2022-03-05T15:01:41.340Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T15:01:41.340Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T15:01:41.340Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T15:01:41.340Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:01:41.340Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T15:01:41.340Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:01:41.340Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T15:01:41.340Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T15:01:41.598Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T15:01:41.815Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T15:01:41.815Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T15:01:41.815Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T15:01:41.815Z] PASS [2022-03-05T15:01:41.815Z] coverage: 35.9% of statements [2022-03-05T15:01:41.815Z] ok github.com/docker/docker/daemon/cluster/convert 0.339s coverage: 35.9% of statements [2022-03-05T15:01:42.111Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T15:01:42.111Z] daemon_test.go:156: [dd005842d8c3c] daemon is not started [2022-03-05T15:01:42.111Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-05T15:01:42.111Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-05T15:01:42.111Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-05T15:01:42.111Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-03-05T15:01:42.111Z] === RUN TestDaemonProxy [2022-03-05T15:01:42.111Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T15:01:42.284Z] === RUN TestNewListSecretsFilters [2022-03-05T15:01:42.284Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T15:01:42.284Z] === RUN TestNewListConfigsFilters [2022-03-05T15:01:42.284Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T15:01:42.284Z] PASS [2022-03-05T15:01:42.284Z] coverage: 0.5% of statements [2022-03-05T15:01:42.284Z] ok github.com/docker/docker/daemon/cluster 1.031s coverage: 0.5% of statements [2022-03-05T15:01:42.534Z] --- PASS: TestHostnameDnsResolution (1.28s) [2022-03-05T15:01:42.534Z] === RUN TestUnprivilegedPortsAndPing [2022-03-05T15:01:42.792Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T15:01:43.360Z] --- PASS: TestUnprivilegedPortsAndPing (0.92s) [2022-03-05T15:01:43.360Z] === RUN TestStats [2022-03-05T15:01:43.927Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-05T15:01:44.004Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T15:01:44.495Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T15:01:45.238Z] === RUN TestBuilderGC [2022-03-05T15:01:45.238Z] --- PASS: TestBuilderGC (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T15:01:45.238Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T15:01:45.238Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestFindConfigurationConflicts [2022-03-05T15:01:45.238Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T15:01:45.238Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T15:01:45.238Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T15:01:45.238Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T15:01:45.238Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T15:01:45.238Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T15:01:45.239Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T15:01:45.239Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T15:01:45.239Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T15:01:45.239Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T15:01:45.239Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-05T15:01:45.239Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T15:01:45.239Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T15:01:45.239Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T15:01:45.239Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_label [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T15:01:45.239Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T15:01:45.239Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T15:01:45.239Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T15:01:45.707Z] time="2022-03-05T15:01:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T15:01:45.707Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-05T15:01:45.707Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T15:01:45.707Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:01:45.707Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T15:01:45.707Z] === RUN TestReloadBadDefaultConfig [2022-03-05T15:01:45.707Z] time="2022-03-05T15:01:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3886278078" [2022-03-05T15:01:45.707Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-05T15:01:45.707Z] === RUN TestReloadWithConflictingLabels [2022-03-05T15:01:45.707Z] time="2022-03-05T15:01:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3801881836" [2022-03-05T15:01:45.707Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-05T15:01:45.707Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T15:01:45.707Z] time="2022-03-05T15:01:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-386557411" [2022-03-05T15:01:45.707Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-05T15:01:45.707Z] === RUN TestMaskURLCredentials [2022-03-05T15:01:45.707Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T15:01:45.707Z] === RUN TestDaemonConfigurationMerge [2022-03-05T15:01:45.707Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T15:01:45.707Z] PASS [2022-03-05T15:01:45.707Z] coverage: 79.2% of statements [2022-03-05T15:01:45.707Z] ok github.com/docker/docker/daemon/config 0.476s coverage: 79.2% of statements [2022-03-05T15:01:45.899Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T15:01:46.176Z] === RUN TestWaitNodeAttachment [2022-03-05T15:01:46.176Z] === RUN TestEventsLog [2022-03-05T15:01:46.176Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T15:01:46.176Z] === RUN TestEventsLogTimeout [2022-03-05T15:01:46.176Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T15:01:46.176Z] === RUN TestLogEvents [2022-03-05T15:01:46.176Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T15:01:46.176Z] === RUN TestLoadBufferedEvents [2022-03-05T15:01:46.400Z] --- PASS: TestStats (2.81s) [2022-03-05T15:01:46.400Z] === RUN TestStopContainerWithTimeout [2022-03-05T15:01:46.400Z] === RUN TestStopContainerWithTimeout/0 [2022-03-05T15:01:46.400Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-05T15:01:46.400Z] === RUN TestStopContainerWithTimeout/1 [2022-03-05T15:01:46.400Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-05T15:01:46.400Z] === RUN TestStopContainerWithTimeout/3 [2022-03-05T15:01:46.400Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-05T15:01:46.400Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-05T15:01:46.400Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-05T15:01:46.400Z] === CONT TestStopContainerWithTimeout/0 [2022-03-05T15:01:46.400Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-05T15:01:46.645Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-03-05T15:01:46.645Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T15:01:46.645Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T15:01:46.645Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T15:01:46.645Z] PASS [2022-03-05T15:01:46.645Z] coverage: 50.0% of statements [2022-03-05T15:01:46.645Z] ok github.com/docker/docker/daemon/events 0.329s coverage: 50.0% of statements [2022-03-05T15:01:46.645Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-05T15:01:46.645Z] === RUN TestIsolationConversion [2022-03-05T15:01:46.645Z] === RUN TestIsolationConversion/default [2022-03-05T15:01:46.645Z] === RUN TestIsolationConversion/process [2022-03-05T15:01:46.645Z] === RUN TestIsolationConversion/hyperv [2022-03-05T15:01:46.645Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestContainerLabels [2022-03-05T15:01:46.645Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestCredentialSpecConversion [2022-03-05T15:01:46.645Z] === RUN TestCredentialSpecConversion/none [2022-03-05T15:01:46.645Z] === RUN TestCredentialSpecConversion/config [2022-03-05T15:01:46.645Z] === RUN TestCredentialSpecConversion/file [2022-03-05T15:01:46.645Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T15:01:46.645Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T15:01:46.645Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountBind [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountVolume [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountTarget [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T15:01:46.645Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T15:01:46.645Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T15:01:46.645Z] PASS [2022-03-05T15:01:46.645Z] coverage: 11.0% of statements [2022-03-05T15:01:46.645Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.595s coverage: 11.0% of statements [2022-03-05T15:01:47.114Z] === RUN TestIsEmptyDir [2022-03-05T15:01:47.114Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-05T15:01:47.114Z] PASS [2022-03-05T15:01:47.114Z] coverage: 2.3% of statements [2022-03-05T15:01:47.114Z] ok github.com/docker/docker/daemon/graphdriver 0.069s coverage: 2.3% of statements [2022-03-05T15:01:47.335Z] === CONT TestStopContainerWithTimeout/3 [2022-03-05T15:01:47.788Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T15:01:47.908Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-05T15:01:48.044Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T15:01:48.102Z] === RUN TestVerifyNetworkingConfig [2022-03-05T15:01:48.102Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestGetContainer [2022-03-05T15:01:48.102Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestValidContainerNames [2022-03-05T15:01:48.102Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestContainerInitDNS [2022-03-05T15:01:48.102Z] daemon_test.go:145: root required [2022-03-05T15:01:48.102Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestMerge [2022-03-05T15:01:48.102Z] --- PASS: TestMerge (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestValidateContainerIsolation [2022-03-05T15:01:48.102Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestFindNetworkErrorType [2022-03-05T15:01:48.102Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestEnsureServicesExist [2022-03-05T15:01:48.102Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-03-05T15:01:48.102Z] === RUN TestEnsureServicesExistErrors [2022-03-05T15:01:48.102Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T15:01:48.102Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T15:01:48.102Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T15:01:48.102Z] --- PASS: TestEnsureServicesExistErrors (0.01s) [2022-03-05T15:01:48.102Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T15:01:48.102Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T15:01:48.102Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.01s) [2022-03-05T15:01:48.102Z] === RUN TestContainerDelete [2022-03-05T15:01:48.102Z] --- PASS: TestContainerDelete (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestContainerDoubleDelete [2022-03-05T15:01:48.102Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T15:01:48.102Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T15:01:48.102Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestNoneHealthcheck [2022-03-05T15:01:48.102Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestHealthStates [2022-03-05T15:01:48.102Z] === RUN TestLinkNaming [2022-03-05T15:01:48.102Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLinkNew [2022-03-05T15:01:48.102Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLinkEnv [2022-03-05T15:01:48.102Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLinkMultipleEnv [2022-03-05T15:01:48.102Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestLinkPortRangeEnv [2022-03-05T15:01:48.102Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T15:01:48.102Z] PASS [2022-03-05T15:01:48.102Z] coverage: 93.0% of statements [2022-03-05T15:01:48.102Z] ok github.com/docker/docker/daemon/links 0.052s coverage: 93.0% of statements [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] time="2022-03-05T15:01:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:01:48.102Z] --- PASS: TestHealthStates (0.20s) [2022-03-05T15:01:48.102Z] === RUN TestGetInspectData [2022-03-05T15:01:48.102Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestFillLicense [2022-03-05T15:01:48.102Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestListInvalidFilter [2022-03-05T15:01:48.102Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestNameFilter [2022-03-05T15:01:48.102Z] --- PASS: TestNameFilter (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T15:01:48.102Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T15:01:48.102Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T15:01:48.102Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T15:01:48.102Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T15:01:48.571Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T15:01:48.571Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadLabels [2022-03-05T15:01:48.571Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T15:01:48.571Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadMirrors [2022-03-05T15:01:48.571Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T15:01:48.571Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T15:01:48.571Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T15:01:48.571Z] reload_test.go:342: root required [2022-03-05T15:01:48.571Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T15:01:48.571Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-05T15:01:48.571Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T15:01:48.571Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2022-03-05T15:01:48.571Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T15:01:48.571Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.05s) [2022-03-05T15:01:48.571Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T15:01:48.571Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2022-03-05T15:01:48.571Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T15:01:48.571Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-05T15:01:48.571Z] === RUN TestParseVolumesFrom [2022-03-05T15:01:48.571Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T15:01:48.571Z] PASS [2022-03-05T15:01:48.571Z] coverage: 8.6% of statements [2022-03-05T15:01:48.571Z] ok github.com/docker/docker/daemon 0.575s coverage: 8.6% of statements [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T15:01:48.571Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy (6.33s) [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy/environment_variables (1.84s) [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T15:01:48.605Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-05T15:01:48.605Z] PASS [2022-03-05T15:01:48.605Z] [2022-03-05T15:01:48.605Z] DONE 17 tests in 10.255s [2022-03-05T15:01:48.605Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T15:01:48.605Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:48.605Z] ++ set -e [2022-03-05T15:01:48.605Z] ++ '[' -n 0 ']' [2022-03-05T15:01:48.605Z] ++ set -x [2022-03-05T15:01:48.605Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:48.605Z] INFO: Testing against a local daemon [2022-03-05T15:01:48.605Z] === RUN TestCommitInheritsEnv [2022-03-05T15:01:48.861Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-03-05T15:01:48.861Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T15:01:48.861Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-05T15:01:48.861Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:01:48.861Z] === RUN TestImportWithCustomPlatform [2022-03-05T15:01:48.861Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform// [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T15:01:49.117Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T15:01:49.117Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T15:01:49.117Z] === RUN TestImagesFilterMultiReference [2022-03-05T15:01:49.284Z] === CONT TestStopContainerWithTimeout/1 [2022-03-05T15:01:49.373Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-05T15:01:49.373Z] === RUN TestImagePullPlatformInvalid [2022-03-05T15:01:49.373Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T15:01:49.373Z] === RUN TestRemoveImageOrphaning [2022-03-05T15:01:49.543Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T15:01:49.558Z] === RUN TestAdapterReadLogs [2022-03-05T15:01:49.558Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T15:01:49.558Z] === RUN TestCopier [2022-03-05T15:01:49.558Z] --- PASS: TestCopier (0.00s) [2022-03-05T15:01:49.558Z] === RUN TestCopierLongLines [2022-03-05T15:01:49.558Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-05T15:01:49.558Z] === RUN TestCopierSlow [2022-03-05T15:01:49.630Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2022-03-05T15:01:49.630Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T15:01:49.630Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:01:49.630Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-05T15:01:49.630Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T15:01:49.630Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-05T15:01:49.630Z] === RUN TestTagInvalidReference [2022-03-05T15:01:49.630Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-05T15:01:49.630Z] === RUN TestTagValidPrefixedRepo [2022-03-05T15:01:49.630Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-05T15:01:49.630Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T15:01:49.630Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T15:01:49.630Z] === RUN TestTagOfficialNames [2022-03-05T15:01:49.630Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-05T15:01:49.630Z] === RUN TestTagMatchesDigest [2022-03-05T15:01:49.630Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-05T15:01:49.630Z] PASS [2022-03-05T15:01:49.630Z] [2022-03-05T15:01:49.630Z] === Skipped [2022-03-05T15:01:49.630Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:01:49.630Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-05T15:01:49.630Z] [2022-03-05T15:01:49.630Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-05T15:01:49.630Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:01:49.630Z] [2022-03-05T15:01:49.630Z] DONE 22 tests, 2 skipped in 1.141s [2022-03-05T15:01:49.630Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T15:01:49.630Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:49.630Z] ++ set -e [2022-03-05T15:01:49.630Z] ++ '[' -n 0 ']' [2022-03-05T15:01:49.630Z] ++ set -x [2022-03-05T15:01:49.630Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:01:49.886Z] INFO: Testing against a local daemon [2022-03-05T15:01:49.886Z] === RUN TestNetworkCreateDelete [2022-03-05T15:01:49.886Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-05T15:01:49.886Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T15:01:50.026Z] --- PASS: TestCopierSlow (0.22s) [2022-03-05T15:01:50.026Z] === RUN TestCopierWithSized [2022-03-05T15:01:50.026Z] === RUN TestCopierWithSized/as_is [2022-03-05T15:01:50.026Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T15:01:50.026Z] --- PASS: TestCopierWithSized (0.09s) [2022-03-05T15:01:50.026Z] --- PASS: TestCopierWithSized/as_is (0.09s) [2022-03-05T15:01:50.026Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-05T15:01:50.026Z] === RUN TestCopierWithPartial [2022-03-05T15:01:50.026Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T15:01:50.026Z] === RUN TestRingLogger [2022-03-05T15:01:50.026Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T15:01:50.026Z] === RUN TestRingCap [2022-03-05T15:01:50.026Z] --- PASS: TestRingCap (0.00s) [2022-03-05T15:01:50.026Z] === RUN TestRingClose [2022-03-05T15:01:50.026Z] --- PASS: TestRingClose (0.00s) [2022-03-05T15:01:50.026Z] === RUN TestRingDrain [2022-03-05T15:01:50.026Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T15:01:50.026Z] PASS [2022-03-05T15:01:50.026Z] coverage: 43.2% of statements [2022-03-05T15:01:50.026Z] ok github.com/docker/docker/daemon/logger 0.440s coverage: 43.2% of statements [2022-03-05T15:01:50.142Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-03-05T15:01:50.142Z] === RUN TestDaemonDNSFallback [2022-03-05T15:01:50.478Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-05T15:01:50.495Z] === RUN TestNewStreamConfig [2022-03-05T15:01:50.495Z] === RUN TestNewStreamConfig/defaults [2022-03-05T15:01:50.495Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T15:01:50.496Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T15:01:50.496Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T15:01:50.496Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T15:01:50.496Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T15:01:50.496Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T15:01:50.496Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T15:01:50.496Z] PASS [2022-03-05T15:01:50.496Z] coverage: 33.6% of statements [2022-03-05T15:01:50.496Z] ok github.com/docker/docker/daemon/logger/fluentd 0.053s coverage: 33.6% of statements [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T15:01:50.496Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-05T15:01:50.496Z] === RUN TestCreateSuccess [2022-03-05T15:01:50.496Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCreateStreamSkipped [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T15:01:50.496Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCreateLogGroupSuccess [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T15:01:50.496Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCreateError [2022-03-05T15:01:50.496Z] --- PASS: TestCreateError (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCreateAlreadyExists [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T15:01:50.496Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestLogClosed [2022-03-05T15:01:50.496Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestLogBlocking [2022-03-05T15:01:50.496Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T15:01:50.496Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T15:01:50.496Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestPublishBatchSuccess [2022-03-05T15:01:50.496Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestPublishBatchError [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=error msg=error [2022-03-05T15:01:50.496Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:01:50.496Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:01:50.496Z] time="2022-03-05T15:01:50Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T15:01:50.496Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchSimple [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchTicker [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-03-05T15:01:50.496Z] === RUN TestCollectBatchClose [2022-03-05T15:01:50.496Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/3/���� [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T15:01:50.496Z] === RUN TestEffectiveLen/5/ [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T15:01:50.496Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/0/ [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: He [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/6/a� [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1076: a [2022-03-05T15:01:50.496Z] cloudwatchlogs_test.go:1077: � [2022-03-05T15:01:50.496Z] === RUN TestFindValidSplit/7/a� [2022-03-05T15:01:50.964Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T15:01:50.964Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestProcessEventEmoji [2022-03-05T15:01:50.965Z] --- PASS: TestProcessEventEmoji (0.04s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchLineSplit [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchMaxEvents [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T15:01:50.965Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T15:01:50.965Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestSearchRegistryForImages [2022-03-05T15:01:50.965Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T15:01:50.965Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestImageDelete [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-05T15:01:50.965Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T15:01:50.965Z] === RUN TestImageDelete/no_lease [2022-03-05T15:01:50.965Z] === RUN TestImageDelete/lease_exists [2022-03-05T15:01:50.965Z] --- PASS: TestImageDelete (0.05s) [2022-03-05T15:01:50.965Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T15:01:50.965Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-05T15:01:50.965Z] === RUN TestContentStoreForPull [2022-03-05T15:01:50.965Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T15:01:50.965Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T15:01:50.965Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T15:01:50.965Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestCreateTagSuccess [2022-03-05T15:01:50.965Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T15:01:50.965Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T15:01:50.965Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T15:01:50.965Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T15:01:50.965Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T15:01:50.965Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T15:01:50.965Z] PASS [2022-03-05T15:01:50.965Z] coverage: 80.2% of statements [2022-03-05T15:01:50.965Z] ok github.com/docker/docker/daemon/logger/awslogs 0.532s coverage: 80.2% of statements [2022-03-05T15:01:50.965Z] --- PASS: TestContentStoreForPull (0.24s) [2022-03-05T15:01:50.965Z] PASS [2022-03-05T15:01:50.965Z] coverage: 6.8% of statements [2022-03-05T15:01:50.965Z] ok github.com/docker/docker/daemon/images 0.443s coverage: 6.8% of statements [2022-03-05T15:01:51.043Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-05T15:01:51.043Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2022-03-05T15:01:51.043Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint --- PASS: TestStopContainerWithTimeout/-1 (3.25s) [2022-03-05T15:01:51.043Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2022-03-05T15:01:51.043Z] --- PASS: TestStopContainerWithTimeout/1 (1.71s) [2022-03-05T15:01:51.043Z] === RUN TestDeleteDevicemapper [2022-03-05T15:01:51.043Z] [2022-03-05T15:01:51.043Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T15:01:51.043Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-05T15:01:51.043Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T15:01:51.433Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T15:01:51.433Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T15:01:51.433Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T15:01:51.433Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T15:01:51.921Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-03-05T15:01:51.921Z] === RUN TestFastTimeMarshalJSON [2022-03-05T15:01:51.921Z] --- PASS: TestFastTimeMarshalJSON (0.08s) [2022-03-05T15:01:51.921Z] PASS [2022-03-05T15:01:51.921Z] coverage: 87.2% of statements [2022-03-05T15:01:51.921Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.309s coverage: 87.2% of statements [2022-03-05T15:01:51.921Z] === RUN TestJSONFileLogger [2022-03-05T15:01:51.921Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-05T15:01:51.921Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T15:01:51.921Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-05T15:01:51.921Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T15:01:51.979Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-05T15:01:51.979Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T15:01:52.264Z] --- PASS: TestCreateServiceConfigFileMode (12.54s) [2022-03-05T15:01:52.264Z] === RUN TestCreateServiceSysctls [2022-03-05T15:01:52.391Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-05T15:01:52.391Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T15:01:52.391Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-05T15:01:52.391Z] === RUN TestEncodeDecode [2022-03-05T15:01:52.391Z] === PAUSE TestEncodeDecode [2022-03-05T15:01:52.391Z] === RUN TestUnexpectedEOF [2022-03-05T15:01:52.391Z] time="2022-03-05T15:01:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:01:52.391Z] time="2022-03-05T15:01:52Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:01:52.391Z] --- PASS: TestUnexpectedEOF (0.22s) [2022-03-05T15:01:52.391Z] === CONT TestEncodeDecode [2022-03-05T15:01:52.391Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T15:01:52.391Z] PASS [2022-03-05T15:01:52.391Z] coverage: 69.9% of statements [2022-03-05T15:01:52.391Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.356s coverage: 69.9% of statements [2022-03-05T15:01:52.547Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T15:01:53.113Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T15:01:53.379Z] === RUN TestWriteLog [2022-03-05T15:01:53.379Z] === PAUSE TestWriteLog [2022-03-05T15:01:53.379Z] === RUN TestReadLog [2022-03-05T15:01:53.379Z] === PAUSE TestReadLog [2022-03-05T15:01:53.379Z] === RUN TestDecode [2022-03-05T15:01:53.379Z] --- PASS: TestDecode (0.03s) [2022-03-05T15:01:53.379Z] === CONT TestWriteLog [2022-03-05T15:01:53.379Z] --- PASS: TestWriteLog (0.00s) [2022-03-05T15:01:53.379Z] === CONT TestReadLog [2022-03-05T15:01:53.379Z] === RUN TestReadLog/tail_exact [2022-03-05T15:01:53.379Z] === RUN TestOpenFileDelete [2022-03-05T15:01:53.379Z] --- PASS: TestOpenFileDelete (0.03s) [2022-03-05T15:01:53.379Z] === RUN TestOpenFileRename [2022-03-05T15:01:53.379Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestHandleDecoderErr [2022-03-05T15:01:53.379Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestParseLogTagDefaultTag [2022-03-05T15:01:53.379Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestParseLogTag [2022-03-05T15:01:53.379Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestParseLogTagEmptyTag [2022-03-05T15:01:53.379Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestTailFiles [2022-03-05T15:01:53.379Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestFollowLogsConsumerGone [2022-03-05T15:01:53.379Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestFollowLogsProducerGone [2022-03-05T15:01:53.379Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-05T15:01:53.379Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-05T15:01:53.379Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-05T15:01:53.379Z] === RUN TestCheckCapacityAndRotate [2022-03-05T15:01:53.379Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T15:01:53.379Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T15:01:53.379Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-05T15:01:53.379Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-05T15:01:53.379Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-05T15:01:53.379Z] PASS [2022-03-05T15:01:53.379Z] coverage: 53.5% of statements [2022-03-05T15:01:53.379Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.162s coverage: 53.5% of statements [2022-03-05T15:01:53.379Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T15:01:53.379Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T15:01:53.379Z] --- PASS: TestReadLog (0.23s) [2022-03-05T15:01:53.379Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-03-05T15:01:53.379Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-05T15:01:53.379Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-05T15:01:53.379Z] PASS [2022-03-05T15:01:53.379Z] coverage: 78.7% of statements [2022-03-05T15:01:53.379Z] ok github.com/docker/docker/daemon/logger/local 0.519s coverage: 78.7% of statements [2022-03-05T15:01:53.681Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T15:01:53.847Z] === RUN TestLog [2022-03-05T15:01:53.847Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T15:01:53.847Z] --- PASS: TestLog (0.03s) [2022-03-05T15:01:53.847Z] PASS [2022-03-05T15:01:53.847Z] coverage: 31.5% of statements [2022-03-05T15:01:53.847Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2022-03-05T15:01:53.940Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T15:01:53.940Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-05T15:01:53.940Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T15:01:54.158Z] --- PASS: TestCreateServiceSysctls (2.96s) [2022-03-05T15:01:54.158Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:01:54.200Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.15s) [2022-03-05T15:01:54.200Z] === RUN TestUpdateMemory [2022-03-05T15:01:54.200Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:01:54.200Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-05T15:01:54.200Z] === RUN TestUpdateCPUQuota [2022-03-05T15:01:54.200Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-05T15:01:54.321Z] === RUN TestNewParse [2022-03-05T15:01:54.321Z] --- PASS: TestNewParse (0.00s) [2022-03-05T15:01:54.321Z] PASS [2022-03-05T15:01:54.321Z] coverage: 8.3% of statements [2022-03-05T15:01:54.321Z] ok github.com/docker/docker/daemon/logger/templates 0.042s coverage: 8.3% of statements [2022-03-05T15:01:54.321Z] === RUN TestValidateLogOpt [2022-03-05T15:01:54.321Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:01:54.321Z] === RUN TestNewMissedConfig [2022-03-05T15:01:54.321Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T15:01:54.321Z] === RUN TestNewMissedUrl [2022-03-05T15:01:54.321Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T15:01:54.321Z] === RUN TestNewMissedToken [2022-03-05T15:01:54.321Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T15:01:54.321Z] === RUN TestNewWithProxy [2022-03-05T15:01:54.321Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T15:01:54.321Z] === RUN TestDefault [2022-03-05T15:01:54.321Z] --- PASS: TestDefault (0.01s) [2022-03-05T15:01:54.321Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T15:01:54.790Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestJsonFormat [2022-03-05T15:01:54.790Z] --- PASS: TestJsonFormat (0.01s) [2022-03-05T15:01:54.790Z] === RUN TestRawFormat [2022-03-05T15:01:54.790Z] --- PASS: TestRawFormat (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestRawFormatWithLabels [2022-03-05T15:01:54.790Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestRawFormatWithoutTag [2022-03-05T15:01:54.790Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestBatching [2022-03-05T15:01:54.790Z] --- PASS: TestBatching (0.27s) [2022-03-05T15:01:54.790Z] === RUN TestFrequency [2022-03-05T15:01:54.790Z] === RUN TestParseLogFormat [2022-03-05T15:01:54.790Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestValidateLogOptEmpty [2022-03-05T15:01:54.790Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestValidateSyslogAddress [2022-03-05T15:01:54.790Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestParseAddressDefaultPort [2022-03-05T15:01:54.790Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestValidateSyslogFacility [2022-03-05T15:01:54.790Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T15:01:54.790Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T15:01:54.790Z] === RUN TestValidateLogOpt [2022-03-05T15:01:54.790Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:01:54.790Z] PASS [2022-03-05T15:01:54.790Z] coverage: 46.8% of statements [2022-03-05T15:01:54.790Z] ok github.com/docker/docker/daemon/logger/syslog 0.064s coverage: 46.8% of statements [2022-03-05T15:01:55.258Z] --- PASS: TestFrequency (0.17s) [2022-03-05T15:01:55.258Z] === RUN TestOneMessagePerRequest [2022-03-05T15:01:55.258Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-03-05T15:01:55.258Z] === RUN TestVerify [2022-03-05T15:01:55.258Z] --- PASS: TestVerify (0.00s) [2022-03-05T15:01:55.258Z] === RUN TestSkipVerify [2022-03-05T15:01:55.258Z] time="2022-03-05T15:01:54Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.258Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.258Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.578Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T15:01:55.579Z] --- PASS: TestUpdateCPUQuota (1.32s) [2022-03-05T15:01:55.579Z] === RUN TestUpdatePidsLimit [2022-03-05T15:01:55.579Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-05T15:01:55.727Z] --- PASS: TestSkipVerify (0.59s) [2022-03-05T15:01:55.727Z] === RUN TestBufferMaximum [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.335241\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.335241\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-05T15:01:55.727Z] === RUN TestServerAlwaysDown [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.339240\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.339240\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.339240\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.340236\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] time="2022-03-05T15:01:55Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492515.340236\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:55.727Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T15:01:55.727Z] === RUN TestCannotSendAfterClose [2022-03-05T15:01:55.727Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T15:01:55.727Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T15:01:55.837Z] === RUN TestUpdatePidsLimit/no_change [2022-03-05T15:01:56.196Z] === RUN TestV1IDService [2022-03-05T15:01:56.196Z] --- PASS: TestV1IDService (0.02s) [2022-03-05T15:01:56.196Z] === RUN TestV2MetadataService [2022-03-05T15:01:56.406Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-05T15:01:56.665Z] time="2022-03-05T15:01:56Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T15:01:56.665Z] time="2022-03-05T15:01:56Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"bef5ffef6482\"}'" [2022-03-05T15:01:56.665Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T15:01:56.665Z] PASS [2022-03-05T15:01:56.665Z] coverage: 82.5% of statements [2022-03-05T15:01:56.665Z] ok github.com/docker/docker/daemon/logger/splunk 2.141s coverage: 82.5% of statements [2022-03-05T15:01:56.665Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T15:01:56.665Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T15:01:56.665Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T15:01:56.665Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-05T15:01:56.678Z] --- PASS: TestDaemonDNSFallback (6.19s) [2022-03-05T15:01:56.678Z] === RUN TestInspectNetwork [2022-03-05T15:01:56.683Z] --- PASS: TestCreateServiceCapabilities (2.42s) [2022-03-05T15:01:56.683Z] === RUN TestInspect [2022-03-05T15:01:56.925Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-05T15:01:57.135Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T15:01:57.135Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T15:01:57.135Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T15:01:57.135Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T15:01:57.135Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T15:01:57.135Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T15:01:57.135Z] === RUN TestManifestStore [2022-03-05T15:01:57.135Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T15:01:57.185Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-05T15:01:57.185Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-05T15:01:57.185Z] check_test.go:308: [d7d7fc2f5867e] daemon is not started [2022-03-05T15:01:57.185Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-05T15:01:57.185Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-05T15:01:57.185Z] check_test.go:308: [d766c26f06de0] daemon is not started [2022-03-05T15:01:57.185Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-05T15:01:57.445Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-05T15:01:57.603Z] === RUN TestSuccessfulDownload [2022-03-05T15:01:57.603Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:01:57.603Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T15:01:57.603Z] === RUN TestCancelledDownload [2022-03-05T15:01:57.603Z] time="2022-03-05T15:01:57Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2438971321\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T15:01:57.603Z] --- PASS: TestCancelledDownload (0.01s) [2022-03-05T15:01:57.603Z] === RUN TestMaxDownloadAttempts [2022-03-05T15:01:57.603Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:01:57.604Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:01:57.604Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:01:57.604Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:01:57.604Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:01:57.604Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:01:57.604Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:01:57.604Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:01:57.604Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:01:57.604Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:01:57.604Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:01:57.604Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/no_local_cache [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/with_local_cache [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="reference for unknown type: " [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="reference for unknown type: " [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="reference for unknown type: " [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="reference for unknown type: " [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="reference for unknown type: " [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T15:01:57.604Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T15:01:57.604Z] time="2022-03-05T15:01:57Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore (0.39s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T15:01:57.604Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T15:01:57.604Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T15:01:57.604Z] === RUN TestFixManifestLayers [2022-03-05T15:01:57.604Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T15:01:57.604Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T15:01:57.604Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:01:57.703Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-05T15:01:58.072Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestFixManifestLayersBadParent [2022-03-05T15:01:58.072Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestValidateManifest [2022-03-05T15:01:58.072Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:01:58.072Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestFormatPlatform [2022-03-05T15:01:58.072Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T15:01:58.072Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestLayerAlreadyExists [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:01:58.072Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T15:01:58.072Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T15:01:58.072Z] --- PASS: TestV2MetadataService (1.35s) [2022-03-05T15:01:58.072Z] PASS [2022-03-05T15:01:58.072Z] coverage: 48.2% of statements [2022-03-05T15:01:58.072Z] ok github.com/docker/docker/distribution/metadata 1.465s coverage: 48.2% of statements [2022-03-05T15:01:58.072Z] time="2022-03-05T15:01:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:01:58.072Z] time="2022-03-05T15:01:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:01:58.072Z] time="2022-03-05T15:01:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:01:58.072Z] time="2022-03-05T15:01:57Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:01:58.072Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T15:01:58.072Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.57s) [2022-03-05T15:01:58.072Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.57s) [2022-03-05T15:01:58.072Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.57s) [2022-03-05T15:01:58.072Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.57s) [2022-03-05T15:01:58.072Z] === RUN TestTransfer [2022-03-05T15:01:58.072Z] --- PASS: TestTransfer (0.12s) [2022-03-05T15:01:58.072Z] === RUN TestConcurrencyLimit [2022-03-05T15:01:58.541Z] === RUN TestNotFound [2022-03-05T15:01:58.541Z] --- PASS: TestNotFound (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestConflict [2022-03-05T15:01:58.541Z] --- PASS: TestConflict (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestForbidden [2022-03-05T15:01:58.541Z] --- PASS: TestForbidden (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestInvalidParameter [2022-03-05T15:01:58.541Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestNotImplemented [2022-03-05T15:01:58.541Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestNotModified [2022-03-05T15:01:58.541Z] --- PASS: TestNotModified (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestUnauthorized [2022-03-05T15:01:58.541Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestUnknown [2022-03-05T15:01:58.541Z] --- PASS: TestUnknown (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestCancelled [2022-03-05T15:01:58.541Z] --- PASS: TestCancelled (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestDeadline [2022-03-05T15:01:58.541Z] --- PASS: TestDeadline (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestDataLoss [2022-03-05T15:01:58.541Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestUnavailable [2022-03-05T15:01:58.541Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestSystem [2022-03-05T15:01:58.541Z] --- PASS: TestSystem (0.00s) [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Conflict [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T15:01:58.541Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T15:01:58.541Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T15:01:58.541Z] PASS [2022-03-05T15:01:58.541Z] coverage: 53.1% of statements [2022-03-05T15:01:58.541Z] ok github.com/docker/docker/errdefs 0.047s coverage: 53.1% of statements [2022-03-05T15:01:58.541Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-05T15:01:58.541Z] === RUN TestInactiveJobs [2022-03-05T15:01:59.009Z] --- PASS: TestInactiveJobs (0.39s) [2022-03-05T15:01:59.009Z] === RUN TestWatchRelease [2022-03-05T15:01:59.009Z] --- PASS: TestWatchRelease (0.04s) [2022-03-05T15:01:59.009Z] === RUN TestWatchFinishedTransfer [2022-03-05T15:01:59.009Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T15:01:59.009Z] === RUN TestDuplicateTransfer [2022-03-05T15:01:59.009Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-05T15:01:59.009Z] === RUN TestSuccessfulUpload [2022-03-05T15:01:59.009Z] --- PASS: TestWhenEmptyAuthConfig (1.39s) [2022-03-05T15:01:59.009Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T15:01:59.009Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T15:01:59.009Z] === RUN TestTokenPassThru [2022-03-05T15:01:59.009Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-05T15:01:59.009Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T15:01:59.009Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-05T15:01:59.009Z] PASS [2022-03-05T15:01:59.009Z] coverage: 24.6% of statements [2022-03-05T15:01:59.009Z] ok github.com/docker/docker/distribution 1.932s coverage: 24.6% of statements [2022-03-05T15:01:59.009Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit (3.46s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2022-03-05T15:01:59.081Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2022-03-05T15:01:59.081Z] === RUN TestUpdateRestartPolicy [2022-03-05T15:01:59.197Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T15:01:59.197Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T15:01:59.197Z] === RUN TestInspectNetwork/network_name [2022-03-05T15:01:59.197Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-05T15:01:59.203Z] --- PASS: TestInspect (2.66s) [2022-03-05T15:01:59.203Z] === RUN TestCreateJob [2022-03-05T15:01:59.478Z] time="2022-03-05T15:01:58Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T15:01:59.478Z] --- PASS: TestSuccessfulUpload (0.38s) [2022-03-05T15:01:59.478Z] === RUN TestCancelledUpload [2022-03-05T15:01:59.478Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T15:01:59.478Z] PASS [2022-03-05T15:01:59.478Z] coverage: 77.2% of statements [2022-03-05T15:01:59.478Z] ok github.com/docker/docker/distribution/xfer 2.101s coverage: 77.2% of statements [2022-03-05T15:01:59.478Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T15:01:59.478Z] === RUN TestCompare [2022-03-05T15:01:59.478Z] --- PASS: TestCompare (0.00s) [2022-03-05T15:01:59.478Z] PASS [2022-03-05T15:01:59.478Z] coverage: 19.2% of statements [2022-03-05T15:01:59.478Z] ok github.com/docker/docker/image/cache 0.089s coverage: 19.2% of statements [2022-03-05T15:01:59.946Z] === RUN TestFSGetInvalidData [2022-03-05T15:01:59.946Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSInvalidSet [2022-03-05T15:01:59.946Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSInvalidRoot [2022-03-05T15:01:59.946Z] --- PASS: TestFSInvalidRoot (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSMetadataGetSet [2022-03-05T15:01:59.946Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-05T15:01:59.946Z] === RUN TestFSInvalidWalker [2022-03-05T15:01:59.946Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSGetSet [2022-03-05T15:01:59.946Z] --- PASS: TestFSGetSet (0.04s) [2022-03-05T15:01:59.946Z] === RUN TestFSGetUnsetKey [2022-03-05T15:01:59.946Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T15:01:59.946Z] === RUN TestFSGetEmptyData [2022-03-05T15:01:59.946Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T15:01:59.946Z] === RUN TestFSDelete [2022-03-05T15:01:59.946Z] --- PASS: TestFSDelete (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSWalker [2022-03-05T15:01:59.946Z] --- PASS: TestFSWalker (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestFSWalkerStopOnError [2022-03-05T15:01:59.946Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-05T15:01:59.946Z] === RUN TestNewFromJSON [2022-03-05T15:01:59.946Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T15:01:59.946Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T15:01:59.946Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T15:01:59.946Z] === RUN TestMarshalKeyOrder [2022-03-05T15:01:59.946Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T15:01:59.946Z] === RUN TestHistoryEqual [2022-03-05T15:02:00.014Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T15:02:00.416Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-05T15:02:00.416Z] === RUN TestImage [2022-03-05T15:02:00.416Z] --- PASS: TestImage (0.00s) [2022-03-05T15:02:00.416Z] === RUN TestImageOSNotEmpty [2022-03-05T15:02:00.416Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T15:02:00.416Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T15:02:00.416Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T15:02:00.416Z] === RUN TestCreate [2022-03-05T15:02:00.416Z] --- PASS: TestCreate (0.01s) [2022-03-05T15:02:00.416Z] === RUN TestRestore [2022-03-05T15:02:00.416Z] time="2022-03-05T15:01:59Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T15:02:00.416Z] --- PASS: TestRestore (0.03s) [2022-03-05T15:02:00.416Z] === RUN TestAddDelete [2022-03-05T15:02:00.416Z] --- PASS: TestAddDelete (0.04s) [2022-03-05T15:02:00.416Z] === RUN TestSearchAfterDelete [2022-03-05T15:02:00.416Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-05T15:02:00.416Z] === RUN TestParentReset [2022-03-05T15:02:00.416Z] --- PASS: TestParentReset (0.05s) [2022-03-05T15:02:00.416Z] === RUN TestGetAndSetLastUpdated [2022-03-05T15:02:00.416Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-05T15:02:00.416Z] === RUN TestStoreLen [2022-03-05T15:02:00.416Z] --- PASS: TestStoreLen (0.07s) [2022-03-05T15:02:00.416Z] PASS [2022-03-05T15:02:00.416Z] coverage: 86.9% of statements [2022-03-05T15:02:00.416Z] ok github.com/docker/docker/image 0.772s coverage: 86.9% of statements [2022-03-05T15:02:00.582Z] check_test.go:308: [d03b739932bd9] daemon is not started [2022-03-05T15:02:00.582Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-05T15:02:00.840Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T15:02:00.885Z] === RUN TestValidateManifest [2022-03-05T15:02:00.885Z] === RUN TestValidateManifest/nil [2022-03-05T15:02:00.885Z] === RUN TestValidateManifest/non-nil [2022-03-05T15:02:00.885Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T15:02:00.885Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T15:02:00.885Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T15:02:00.885Z] PASS [2022-03-05T15:02:00.885Z] coverage: 0.7% of statements [2022-03-05T15:02:00.885Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T15:02:00.885Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T15:02:00.885Z] PASS [2022-03-05T15:02:00.885Z] coverage: 25.0% of statements [2022-03-05T15:02:00.885Z] ok github.com/docker/docker/image/tarexport 0.165s coverage: 0.7% of statements [2022-03-05T15:02:00.885Z] ok github.com/docker/docker/image/v1 0.176s coverage: 25.0% of statements [2022-03-05T15:02:00.885Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T15:02:01.775Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T15:02:02.034Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T15:02:02.450Z] === RUN TestEmptyLayer [2022-03-05T15:02:02.450Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestCommitFailure [2022-03-05T15:02:02.450Z] --- PASS: TestCommitFailure (0.01s) [2022-03-05T15:02:02.450Z] === RUN TestStartTransactionFailure [2022-03-05T15:02:02.450Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestGetOrphan [2022-03-05T15:02:02.450Z] === RUN TestSerialization [2022-03-05T15:02:02.450Z] --- PASS: TestGetOrphan (0.01s) [2022-03-05T15:02:02.450Z] === RUN TestMountAndRegister [2022-03-05T15:02:02.450Z] --- PASS: TestSerialization (0.02s) [2022-03-05T15:02:02.450Z] PASS [2022-03-05T15:02:02.450Z] coverage: 100.0% of statements [2022-03-05T15:02:02.450Z] ok github.com/docker/docker/libcontainerd/queue 0.061s coverage: 100.0% of statements [2022-03-05T15:02:02.450Z] layer_test.go:258: Layer size: 14 [2022-03-05T15:02:02.450Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-05T15:02:02.450Z] === RUN TestLayerRelease [2022-03-05T15:02:02.450Z] layer_test.go:291: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestStoreRestore [2022-03-05T15:02:02.450Z] layer_test.go:340: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestTarStreamStability [2022-03-05T15:02:02.450Z] layer_test.go:455: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestRegisterExistingLayer [2022-03-05T15:02:02.450Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-03-05T15:02:02.450Z] === RUN TestTarStreamVerification [2022-03-05T15:02:02.450Z] layer_test.go:684: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestLayerMigration [2022-03-05T15:02:02.450Z] migration_test.go:45: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T15:02:02.450Z] migration_test.go:181: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestMountInit [2022-03-05T15:02:02.450Z] mount_test.go:17: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestMountSize [2022-03-05T15:02:02.450Z] mount_test.go:76: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestMountChanges [2022-03-05T15:02:02.450Z] mount_test.go:125: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T15:02:02.450Z] === RUN TestMountApply [2022-03-05T15:02:02.450Z] mount_test.go:212: Failing on Windows [2022-03-05T15:02:02.450Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T15:02:02.450Z] PASS [2022-03-05T15:02:02.450Z] coverage: 30.2% of statements [2022-03-05T15:02:02.450Z] ok github.com/docker/docker/layer 0.276s coverage: 30.2% of statements [2022-03-05T15:02:02.477Z] --- PASS: TestCreateJob (3.11s) [2022-03-05T15:02:02.477Z] === RUN TestReplicatedJob [2022-03-05T15:02:02.601Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T15:02:02.920Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T15:02:02.920Z] === RUN TestEnvironmentParsing [2022-03-05T15:02:02.920Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T15:02:02.920Z] PASS [2022-03-05T15:02:02.920Z] coverage: 1.2% of statements [2022-03-05T15:02:02.920Z] ok github.com/docker/docker/libcontainerd/local 0.088s coverage: 1.2% of statements [2022-03-05T15:02:02.920Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T15:02:02.920Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T15:02:02.920Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T15:02:03.168Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T15:02:03.367Z] --- PASS: TestInspectNetwork (6.97s) [2022-03-05T15:02:03.367Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T15:02:03.367Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T15:02:03.367Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T15:02:03.367Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T15:02:03.367Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T15:02:03.427Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T15:02:04.367Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-05T15:02:04.485Z] === RUN TestSequenceGetAvailableBit [2022-03-05T15:02:04.485Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSequenceEqual [2022-03-05T15:02:04.485Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSequenceCopy [2022-03-05T15:02:04.485Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestGetFirstAvailable [2022-03-05T15:02:04.485Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestFindSequence [2022-03-05T15:02:04.485Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestCheckIfAvailable [2022-03-05T15:02:04.485Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestMergeSequences [2022-03-05T15:02:04.485Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestPushReservation [2022-03-05T15:02:04.485Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSerializeDeserialize [2022-03-05T15:02:04.485Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSet [2022-03-05T15:02:04.485Z] --- PASS: TestSet (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSetUnset [2022-03-05T15:02:04.485Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestOffsetSetUnset [2022-03-05T15:02:04.485Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSetInRange [2022-03-05T15:02:04.485Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestSetAnyInRange [2022-03-05T15:02:04.485Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestMethods [2022-03-05T15:02:04.485Z] --- PASS: TestMethods (0.00s) [2022-03-05T15:02:04.485Z] === RUN TestRandomAllocateDeallocate [2022-03-05T15:02:04.733Z] --- PASS: TestRunContainerWithBridgeNone (1.39s) [2022-03-05T15:02:04.733Z] === RUN TestNetworkInvalidJSON [2022-03-05T15:02:04.733Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T15:02:04.733Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T15:02:04.733Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:02:04.733Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:02:04.733Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:02:04.733Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:02:04.733Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T15:02:04.733Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:02:04.733Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T15:02:04.733Z] === RUN TestNetworkList [2022-03-05T15:02:04.733Z] === RUN TestNetworkList//networks [2022-03-05T15:02:04.733Z] === PAUSE TestNetworkList//networks [2022-03-05T15:02:04.733Z] === RUN TestNetworkList//networks/ [2022-03-05T15:02:04.733Z] === PAUSE TestNetworkList//networks/ [2022-03-05T15:02:04.733Z] === CONT TestNetworkList//networks [2022-03-05T15:02:04.733Z] === CONT TestNetworkList//networks/ [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkList (0.01s) [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T15:02:04.733Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T15:02:04.733Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T15:02:05.305Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-05T15:02:05.305Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T15:02:05.473Z] === RUN TestInvalidConfig [2022-03-05T15:02:05.473Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T15:02:05.473Z] === RUN TestConfig [2022-03-05T15:02:05.473Z] --- PASS: TestConfig (0.00s) [2022-03-05T15:02:05.473Z] === RUN TestOptionsLabels [2022-03-05T15:02:05.473Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T15:02:05.473Z] === RUN TestValidName [2022-03-05T15:02:05.473Z] --- PASS: TestValidName (0.00s) [2022-03-05T15:02:05.473Z] PASS [2022-03-05T15:02:05.473Z] coverage: 19.7% of statements [2022-03-05T15:02:05.473Z] ok github.com/docker/docker/libnetwork/config 0.086s coverage: 19.7% of statements [2022-03-05T15:02:05.742Z] 4612f6d0b889: Pull complete [2022-03-05T15:02:06.459Z] === RUN TestKey [2022-03-05T15:02:06.459Z] --- PASS: TestKey (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestParseKey [2022-03-05T15:02:06.459Z] --- PASS: TestParseKey (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestInvalidDataStore [2022-03-05T15:02:06.459Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestKVObjectFlatKey [2022-03-05T15:02:06.459Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T15:02:06.459Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T15:02:06.459Z] PASS [2022-03-05T15:02:06.459Z] coverage: 21.9% of statements [2022-03-05T15:02:06.459Z] ok github.com/docker/docker/libnetwork/datastore 0.043s coverage: 21.9% of statements [2022-03-05T15:02:06.459Z] === RUN TestErrorInterfaces [2022-03-05T15:02:06.459Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestNetworkMarshalling [2022-03-05T15:02:06.459Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-03-05T15:02:06.459Z] === RUN TestEndpointMarshalling [2022-03-05T15:02:06.459Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestAuxAddresses [2022-03-05T15:02:06.459Z] time="2022-03-05T15:02:06Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:02:06.459Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-05T15:02:06.459Z] === RUN TestSRVServiceQuery [2022-03-05T15:02:06.459Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-05T15:02:06.459Z] === RUN TestServiceVIPReuse [2022-03-05T15:02:06.459Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T15:02:06.459Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestDNSIPQuery [2022-03-05T15:02:06.459Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestDNSProxyServFail [2022-03-05T15:02:06.459Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestSandboxAddEmpty [2022-03-05T15:02:06.459Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestSandboxAddMultiPrio [2022-03-05T15:02:06.459Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestSandboxAddSamePrio [2022-03-05T15:02:06.459Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestCleanupServiceDiscovery [2022-03-05T15:02:06.459Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestDNSOptions [2022-03-05T15:02:06.459Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:02:06.459Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T15:02:06.459Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T15:02:06.459Z] time="2022-03-05T15:02:06Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:02:06.459Z] time="2022-03-05T15:02:06Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:02:06.459Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-05T15:02:06.459Z] PASS [2022-03-05T15:02:06.459Z] coverage: 8.5% of statements [2022-03-05T15:02:06.459Z] ok github.com/docker/docker/libnetwork 0.365s coverage: 8.5% of statements [2022-03-05T15:02:06.700Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-05T15:02:06.700Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T15:02:06.906Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-05T15:02:06.929Z] === RUN TestIPDataMarshalling [2022-03-05T15:02:06.929Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T15:02:06.929Z] === RUN TestValidateAndIsV6 [2022-03-05T15:02:06.929Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T15:02:06.929Z] PASS [2022-03-05T15:02:06.929Z] coverage: 68.9% of statements [2022-03-05T15:02:06.929Z] ok github.com/docker/docker/libnetwork/driverapi 0.042s coverage: 68.9% of statements [2022-03-05T15:02:07.262Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-05T15:02:07.262Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T15:02:07.396Z] === RUN TestDriver [2022-03-05T15:02:07.396Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:02:07.396Z] PASS [2022-03-05T15:02:07.396Z] coverage: 34.8% of statements [2022-03-05T15:02:07.396Z] ok github.com/docker/docker/libnetwork/drivers/host 0.047s coverage: 34.8% of statements [2022-03-05T15:02:07.762Z] --- PASS: TestReplicatedJob (4.84s) [2022-03-05T15:02:07.762Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:02:07.865Z] === RUN TestDriver [2022-03-05T15:02:07.865Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:02:07.865Z] PASS [2022-03-05T15:02:07.865Z] coverage: 34.8% of statements [2022-03-05T15:02:07.865Z] ok github.com/docker/docker/libnetwork/drivers/null 0.047s coverage: 34.8% of statements [2022-03-05T15:02:07.865Z] === RUN TestNetworkAllocateFree [2022-03-05T15:02:07.865Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T15:02:07.865Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T15:02:07.865Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T15:02:07.865Z] PASS [2022-03-05T15:02:07.865Z] coverage: 63.6% of statements [2022-03-05T15:02:07.865Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.051s coverage: 63.6% of statements [2022-03-05T15:02:08.190Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-05T15:02:08.190Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T15:02:08.851Z] === RUN TestGetEmptyCapabilities [2022-03-05T15:02:08.851Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-05T15:02:08.851Z] === RUN TestGetExtraCapabilities [2022-03-05T15:02:08.851Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-05T15:02:08.851Z] === RUN TestGetInvalidCapabilities [2022-03-05T15:02:08.851Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-05T15:02:08.851Z] === RUN TestRemoteDriver [2022-03-05T15:02:08.851Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:02:08.851Z] === RUN TestDriverError [2022-03-05T15:02:08.851Z] --- PASS: TestDriverError (0.00s) [2022-03-05T15:02:08.851Z] === RUN TestMissingValues [2022-03-05T15:02:08.851Z] --- PASS: TestMissingValues (0.00s) [2022-03-05T15:02:08.851Z] === RUN TestRollback [2022-03-05T15:02:08.851Z] --- PASS: TestRollback (0.00s) [2022-03-05T15:02:08.851Z] PASS [2022-03-05T15:02:08.851Z] coverage: 57.4% of statements [2022-03-05T15:02:08.851Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.085s coverage: 57.4% of statements [2022-03-05T15:02:09.319Z] === RUN TestNAT [2022-03-05T15:02:09.319Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:02:09.319Z] --- SKIP: TestNAT (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestTransparent [2022-03-05T15:02:09.319Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:02:09.319Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T15:02:09.319Z] PASS [2022-03-05T15:02:09.319Z] coverage: 0.0% of statements [2022-03-05T15:02:09.319Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.048s coverage: 0.0% of statements [2022-03-05T15:02:09.319Z] === RUN TestBuildDefault [2022-03-05T15:02:09.319Z] --- PASS: TestBuildDefault (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestBuildHostnameDomainname [2022-03-05T15:02:09.319Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestBuildHostname [2022-03-05T15:02:09.319Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestBuildHostnameFQDN [2022-03-05T15:02:09.319Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestBuildNoIP [2022-03-05T15:02:09.319Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestUpdate [2022-03-05T15:02:09.319Z] --- PASS: TestUpdate (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T15:02:09.319Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T15:02:09.319Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestAddEmpty [2022-03-05T15:02:09.319Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestAdd [2022-03-05T15:02:09.319Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestDeleteEmpty [2022-03-05T15:02:09.319Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestDeleteNewline [2022-03-05T15:02:09.319Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestDelete [2022-03-05T15:02:09.319Z] --- PASS: TestDelete (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestConcurrentWrites [2022-03-05T15:02:09.319Z] === RUN TestNew [2022-03-05T15:02:09.319Z] --- PASS: TestNew (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestAddDriver [2022-03-05T15:02:09.319Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestAddDuplicateDriver [2022-03-05T15:02:09.319Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T15:02:09.319Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestDriver [2022-03-05T15:02:09.319Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestIPAM [2022-03-05T15:02:09.319Z] --- PASS: TestIPAM (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestWalkIPAMs [2022-03-05T15:02:09.319Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T15:02:09.319Z] === RUN TestWalkDrivers [2022-03-05T15:02:09.319Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T15:02:09.319Z] PASS [2022-03-05T15:02:09.319Z] coverage: 82.4% of statements [2022-03-05T15:02:09.319Z] ok github.com/docker/docker/libnetwork/drvregistry 0.080s coverage: 82.4% of statements [2022-03-05T15:02:09.437Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-05T15:02:09.556Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-05T15:02:09.556Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T15:02:09.787Z] --- PASS: TestConcurrentWrites (0.26s) [2022-03-05T15:02:09.787Z] PASS [2022-03-05T15:02:09.787Z] coverage: 81.2% of statements [2022-03-05T15:02:09.787Z] ok github.com/docker/docker/libnetwork/etchosts 0.325s coverage: 81.2% of statements [2022-03-05T15:02:09.787Z] === RUN TestNew [2022-03-05T15:02:09.787Z] --- PASS: TestNew (0.00s) [2022-03-05T15:02:09.787Z] === RUN TestAllocate [2022-03-05T15:02:09.787Z] --- PASS: TestAllocate (0.00s) [2022-03-05T15:02:09.787Z] === RUN TestUninitialized [2022-03-05T15:02:09.787Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T15:02:09.787Z] === RUN TestAllocateInRange [2022-03-05T15:02:09.787Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T15:02:09.787Z] === RUN TestAllocateSerial [2022-03-05T15:02:09.787Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T15:02:09.787Z] PASS [2022-03-05T15:02:09.787Z] coverage: 87.5% of statements [2022-03-05T15:02:09.787Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-03-05T15:02:10.119Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-05T15:02:10.119Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T15:02:10.256Z] === RUN TestCaller [2022-03-05T15:02:10.256Z] --- PASS: TestCaller (0.00s) [2022-03-05T15:02:10.256Z] PASS [2022-03-05T15:02:10.256Z] coverage: 100.0% of statements [2022-03-05T15:02:10.256Z] ok github.com/docker/docker/libnetwork/internal/caller 0.057s coverage: 100.0% of statements [2022-03-05T15:02:10.256Z] --- PASS: TestRandomAllocateDeallocate (6.25s) [2022-03-05T15:02:10.256Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:02:10.283Z] --- PASS: TestUpdateReplicatedJob (3.12s) [2022-03-05T15:02:10.283Z] === RUN TestServiceListWithStatuses [2022-03-05T15:02:10.283Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:02:10.283Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:02:10.283Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:02:10.726Z] === RUN TestSetSerialInsertDelete [2022-03-05T15:02:10.726Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T15:02:10.726Z] === RUN TestSetParallelInsertDelete [2022-03-05T15:02:11.340Z] --- PASS: TestUpdateRestartPolicy (12.40s) [2022-03-05T15:02:11.340Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T15:02:11.712Z] === RUN TestInt2IP2IntConversion [2022-03-05T15:02:12.012Z] --- PASS: TestServiceWithPredefinedNetwork (1.69s) [2022-03-05T15:02:12.012Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T15:02:12.012Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:02:12.012Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:02:12.012Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T15:02:12.181Z] --- PASS: TestAllocateRandomDeallocate (1.57s) [2022-03-05T15:02:12.181Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T15:02:12.181Z] --- PASS: TestInt2IP2IntConversion (0.51s) [2022-03-05T15:02:12.181Z] === RUN TestGetAddressVersion [2022-03-05T15:02:12.181Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T15:02:12.181Z] === RUN TestKeyString [2022-03-05T15:02:12.181Z] --- PASS: TestKeyString (0.00s) [2022-03-05T15:02:12.181Z] === RUN TestPoolDataMarshal [2022-03-05T15:02:12.181Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T15:02:12.181Z] === RUN TestSubnetsMarshal [2022-03-05T15:02:12.181Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-05T15:02:12.181Z] === RUN TestAddSubnets [2022-03-05T15:02:12.181Z] --- PASS: TestAddSubnets (0.06s) [2022-03-05T15:02:12.181Z] === RUN TestDoublePoolRelease [2022-03-05T15:02:12.181Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-05T15:02:12.181Z] === RUN TestAddReleasePoolID [2022-03-05T15:02:12.181Z] === RUN TestPoolRequest [2022-03-05T15:02:12.181Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T15:02:12.181Z] === RUN TestOtherRequests [2022-03-05T15:02:12.181Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T15:02:12.181Z] PASS [2022-03-05T15:02:12.181Z] coverage: 57.1% of statements [2022-03-05T15:02:12.181Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-03-05T15:02:12.181Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-05T15:02:12.181Z] === RUN TestPredefinedPool [2022-03-05T15:02:12.181Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-05T15:02:12.181Z] === RUN TestRemoveSubnet [2022-03-05T15:02:12.276Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-05T15:02:12.276Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2022-03-05T15:02:12.276Z] === RUN TestWaitNonBlocked [2022-03-05T15:02:12.276Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:02:12.276Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:02:12.276Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:02:12.276Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:02:12.276Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:02:12.276Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:02:12.276Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T15:02:12.649Z] --- PASS: TestRemoveSubnet (0.27s) [2022-03-05T15:02:12.649Z] === RUN TestGetSameAddress [2022-03-05T15:02:12.649Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-05T15:02:12.649Z] === RUN TestPoolAllocationReuse [2022-03-05T15:02:13.120Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.20s) [2022-03-05T15:02:13.120Z] === RUN TestRetrieveFromStore [2022-03-05T15:02:13.212Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T15:02:13.212Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-05T15:02:13.212Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s) [2022-03-05T15:02:13.212Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.01s) [2022-03-05T15:02:13.212Z] === RUN TestWaitBlocked [2022-03-05T15:02:13.212Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:02:13.212Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:02:13.212Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:02:13.212Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:02:13.212Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-05T15:02:13.212Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-05T15:02:13.471Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T15:02:13.589Z] === RUN TestGetCapabilities [2022-03-05T15:02:13.589Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-05T15:02:13.589Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T15:02:13.589Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-05T15:02:13.589Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T15:02:13.589Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-05T15:02:13.589Z] === RUN TestRemoteDriver [2022-03-05T15:02:13.589Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:02:13.589Z] PASS [2022-03-05T15:02:13.589Z] coverage: 47.4% of statements [2022-03-05T15:02:13.589Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2022-03-05T15:02:13.589Z] --- PASS: TestRetrieveFromStore (0.59s) [2022-03-05T15:02:13.589Z] === RUN TestIsCorrupted [2022-03-05T15:02:13.589Z] --- PASS: TestIsCorrupted (0.03s) [2022-03-05T15:02:13.589Z] === RUN TestSetRollover [2022-03-05T15:02:14.058Z] === RUN TestWindowsIPAM [2022-03-05T15:02:14.058Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T15:02:14.058Z] PASS [2022-03-05T15:02:14.058Z] coverage: 71.4% of statements [2022-03-05T15:02:14.058Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.043s coverage: 71.4% of statements [2022-03-05T15:02:14.408Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-05T15:02:14.408Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s) [2022-03-05T15:02:14.408Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2022-03-05T15:02:14.408Z] === CONT TestContainerStartOnDaemonRestart [2022-03-05T15:02:14.408Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-05T15:02:14.461Z] --- PASS: TestDockerNetworkConnectAlias (4.02s) [2022-03-05T15:02:14.461Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:02:14.526Z] --- PASS: TestPoolAllocationReuse (1.89s) [2022-03-05T15:02:14.527Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T15:02:14.527Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-05T15:02:14.527Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T15:02:14.995Z] === RUN TestDefaultNetwork [2022-03-05T15:02:15.463Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-05T15:02:15.463Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T15:02:15.463Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-05T15:02:15.463Z] === RUN TestInitAddressPools [2022-03-05T15:02:15.463Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T15:02:15.463Z] PASS [2022-03-05T15:02:15.463Z] coverage: 74.0% of statements [2022-03-05T15:02:15.463Z] ok github.com/docker/docker/libnetwork/ipamutils 0.600s coverage: 74.0% of statements [2022-03-05T15:02:15.463Z] --- PASS: TestSetRollover (1.75s) [2022-03-05T15:02:15.463Z] === RUN TestSetRolloverSerial [2022-03-05T15:02:15.931Z] === RUN TestKeyValue [2022-03-05T15:02:15.931Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T15:02:15.931Z] PASS [2022-03-05T15:02:15.931Z] coverage: 60.0% of statements [2022-03-05T15:02:15.931Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-03-05T15:02:16.942Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T15:02:16.943Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-05T15:02:17.496Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.81s) [2022-03-05T15:02:17.496Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T15:02:17.496Z] --- PASS: TestSetRolloverSerial (1.98s) [2022-03-05T15:02:17.496Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T15:02:17.496Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T15:02:17.496Z] PASS [2022-03-05T15:02:17.496Z] coverage: 84.4% of statements [2022-03-05T15:02:17.496Z] ok github.com/docker/docker/libnetwork/bitseq 13.527s coverage: 84.4% of statements [2022-03-05T15:02:17.735Z] --- PASS: TestDockerNetworkReConnect (3.38s) [2022-03-05T15:02:17.735Z] === RUN TestServicePlugin [2022-03-05T15:02:17.898Z] --- PASS: TestContainerStartOnDaemonRestart (3.55s) [2022-03-05T15:02:17.898Z] === CONT TestIpcModeOlderClient [2022-03-05T15:02:17.898Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-05T15:02:17.898Z] === CONT TestContainerKillOnDaemonStart [2022-03-05T15:02:18.500Z] === CONT TestDaemonHostGatewayIP [2022-03-05T15:02:18.500Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.17s) [2022-03-05T15:02:19.061Z] === RUN TestNetworkDBSimple [2022-03-05T15:02:20.047Z] 2022/03/05 15:02:19 Closing DB instances... [2022-03-05T15:02:20.047Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.52s) [2022-03-05T15:02:20.047Z] === RUN TestGetAddress [2022-03-05T15:02:20.515Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-03-05T15:02:20.515Z] PASS [2022-03-05T15:02:20.515Z] coverage: 100.0% of statements [2022-03-05T15:02:20.983Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.125s coverage: 100.0% of statements [2022-03-05T15:02:21.007Z] plugin_test.go:61: [d3822c538ac0f] joining swarm manager [d1abb3abaac4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:02:21.033Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-05T15:02:21.033Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T15:02:21.452Z] --- PASS: TestNetworkDBSimple (2.43s) [2022-03-05T15:02:21.452Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T15:02:21.452Z] === RUN TestGenerate [2022-03-05T15:02:21.452Z] --- PASS: TestGenerate (0.00s) [2022-03-05T15:02:21.452Z] === RUN TestGeneratePtr [2022-03-05T15:02:21.452Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T15:02:21.452Z] === RUN TestGenerateMissingField [2022-03-05T15:02:21.452Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T15:02:21.452Z] === RUN TestFieldCannotBeSet [2022-03-05T15:02:21.452Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T15:02:21.452Z] === RUN TestTypeMismatchError [2022-03-05T15:02:21.452Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T15:02:21.452Z] PASS [2022-03-05T15:02:21.452Z] coverage: 100.0% of statements [2022-03-05T15:02:21.452Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-03-05T15:02:21.920Z] testing: warning: no tests to run [2022-03-05T15:02:21.920Z] PASS [2022-03-05T15:02:21.920Z] coverage: 0.0% of statements [2022-03-05T15:02:21.920Z] ok github.com/docker/docker/libnetwork/osl 0.035s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T15:02:21.920Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T15:02:21.969Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T15:02:21.969Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-05T15:02:21.969Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T15:02:21.969Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-05T15:02:21.969Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T15:02:21.969Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-05T15:02:21.969Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T15:02:21.969Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-05T15:02:21.969Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T15:02:22.377Z] plugin_test.go:64: [d9284190f67e2] joining swarm manager [d1abb3abaac4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:02:22.389Z] 2022/03/05 15:02:22 Closing DB instances... [2022-03-05T15:02:22.536Z] --- PASS: TestDaemonHostGatewayIP (4.08s) [2022-03-05T15:02:22.536Z] === CONT TestDaemonRestartIpcMode [2022-03-05T15:02:22.858Z] === RUN TestRequestNewPort [2022-03-05T15:02:22.858Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestRequestSpecificPort [2022-03-05T15:02:22.858Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestReleasePort [2022-03-05T15:02:22.858Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestReuseReleasedPort [2022-03-05T15:02:22.858Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestReleaseUnreadledPort [2022-03-05T15:02:22.858Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestUnknowProtocol [2022-03-05T15:02:22.858Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestAllocateAllPorts [2022-03-05T15:02:22.858Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestPortAllocation [2022-03-05T15:02:22.858Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T15:02:22.858Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestNoDuplicateBPR [2022-03-05T15:02:22.858Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T15:02:22.858Z] === RUN TestChangePortRange [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T15:02:22.858Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T15:02:22.858Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T15:02:22.858Z] PASS [2022-03-05T15:02:22.858Z] coverage: 88.6% of statements [2022-03-05T15:02:22.858Z] ok github.com/docker/docker/libnetwork/portallocator 0.047s coverage: 88.6% of statements [2022-03-05T15:02:22.858Z] testing: warning: no tests to run [2022-03-05T15:02:22.858Z] PASS [2022-03-05T15:02:22.858Z] coverage: 0.0% of statements [2022-03-05T15:02:22.858Z] ok github.com/docker/docker/libnetwork/portmapper 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:02:23.326Z] === RUN TestHashData [2022-03-05T15:02:23.326Z] --- PASS: TestHashData (0.00s) [2022-03-05T15:02:23.326Z] PASS [2022-03-05T15:02:23.326Z] coverage: 2.8% of statements [2022-03-05T15:02:23.326Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-03-05T15:02:23.794Z] === RUN TestErrorConstructors [2022-03-05T15:02:23.794Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T15:02:23.794Z] === RUN TestCompareIPMask [2022-03-05T15:02:23.794Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T15:02:23.794Z] === RUN TestUtilGetHostPartIP [2022-03-05T15:02:23.794Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T15:02:23.794Z] === RUN TestUtilGetBroadcastIP [2022-03-05T15:02:23.794Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T15:02:23.794Z] === RUN TestParseCIDR [2022-03-05T15:02:23.794Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T15:02:23.794Z] PASS [2022-03-05T15:02:23.794Z] coverage: 37.3% of statements [2022-03-05T15:02:23.794Z] ok github.com/docker/docker/libnetwork/types 0.037s coverage: 37.3% of statements [2022-03-05T15:02:24.263Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2022-03-05T15:02:24.263Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T15:02:24.731Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T15:02:24.731Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T15:02:24.731Z] PASS [2022-03-05T15:02:24.731Z] coverage: 50.0% of statements [2022-03-05T15:02:24.731Z] ok github.com/docker/docker/oci 0.050s coverage: 50.0% of statements [2022-03-05T15:02:25.071Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-05T15:02:25.200Z] === RUN TestAddressPoolOpt [2022-03-05T15:02:25.200Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/a [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/something [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/_=a [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/PATH [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/=a [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/PATH= [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/PATH=something [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/1asd [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/123 [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/some_space [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/= [2022-03-05T15:02:25.200Z] === RUN TestValidateEnv/PaTh [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T15:02:25.200Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestParseHost [2022-03-05T15:02:25.200Z] --- PASS: TestParseHost (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestParseDockerDaemonHost [2022-03-05T15:02:25.200Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestParseTCP [2022-03-05T15:02:25.200Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T15:02:25.200Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestValidateExtraHosts [2022-03-05T15:02:25.200Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestIpOptString [2022-03-05T15:02:25.200Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T15:02:25.200Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T15:02:25.200Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestIpOptSetInvalidVal [2022-03-05T15:02:25.200Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestValidateIPAddress [2022-03-05T15:02:25.200Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestMapOpts [2022-03-05T15:02:25.200Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestListOptsWithoutValidator [2022-03-05T15:02:25.200Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestListOptsWithValidator [2022-03-05T15:02:25.200Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestValidateDNSSearch [2022-03-05T15:02:25.200Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T15:02:25.200Z] === RUN TestValidateLabel [2022-03-05T15:02:25.200Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T15:02:25.200Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T15:02:25.200Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T15:02:25.200Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T15:02:25.201Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:02:25.201Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestNamedListOpts [2022-03-05T15:02:25.201Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestNamedMapOpts [2022-03-05T15:02:25.201Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestParseLink [2022-03-05T15:02:25.201Z] --- PASS: TestParseLink (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T15:02:25.201Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T15:02:25.201Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T15:02:25.201Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T15:02:25.201Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T15:02:25.201Z] === RUN TestUlimitOpt [2022-03-05T15:02:25.201Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T15:02:25.201Z] PASS [2022-03-05T15:02:25.201Z] coverage: 67.4% of statements [2022-03-05T15:02:25.201Z] ok github.com/docker/docker/opts 0.070s coverage: 67.4% of statements [2022-03-05T15:02:25.201Z] === RUN TestParseVersion [2022-03-05T15:02:25.201Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T15:02:25.201Z] PASS [2022-03-05T15:02:25.201Z] coverage: 52.9% of statements [2022-03-05T15:02:25.201Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-03-05T15:02:25.638Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T15:02:25.638Z] --- PASS: TestDaemonRestartIpcMode (3.25s) [2022-03-05T15:02:25.669Z] 2022/03/05 15:02:25 Closing DB instances... [2022-03-05T15:02:26.853Z] --- PASS: TestServiceWithDataPathPortInit (12.92s) [2022-03-05T15:02:26.853Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T15:02:27.012Z] check_test.go:308: [d3022bc1d1404] daemon is not started [2022-03-05T15:02:27.013Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-05T15:02:27.109Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:648vplt38lxmet7w04j7wc9at Created:2022-03-05 15:02:25.907684801 +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[ff7fe26e291db95d27a0125b5c1edd2c93e382eb76bfc834722c375090ad512e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.orxgwi1ccnzych1wmcchl5tm4 EndpointID:1d23f8bdc22d1cf64f97565b70051bfe0317601d2f45dcb101e239a4f8530c53 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:59d48baee323ecfa490339c9e54ab63af3652321eac17f094b0e189e54f5edda 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:e66d9ea62df6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.orxgwi1ccnzych1wmcchl5tm4 EndpointID:1d23f8bdc22d1cf64f97565b70051bfe0317601d2f45dcb101e239a4f8530c53 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T15:02:27.236Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T15:02:27.236Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.92s) [2022-03-05T15:02:27.236Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T15:02:27.236Z] === RUN TestIsArchivePathDir [2022-03-05T15:02:27.236Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-05T15:02:27.236Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T15:02:27.236Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T15:02:27.236Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T15:02:27.236Z] --- PASS: TestPeerCertificateMarshalJSON (0.37s) [2022-03-05T15:02:27.236Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T15:02:27.236Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T15:02:27.236Z] === RUN TestMiddleware [2022-03-05T15:02:27.236Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T15:02:27.236Z] === RUN TestNewResponseModifier [2022-03-05T15:02:27.236Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T15:02:27.236Z] PASS [2022-03-05T15:02:27.236Z] coverage: 26.8% of statements [2022-03-05T15:02:27.236Z] ok github.com/docker/docker/pkg/authorization 0.421s coverage: 26.8% of statements [2022-03-05T15:02:27.236Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-03-05T15:02:27.236Z] === RUN TestIsArchivePathTar [2022-03-05T15:02:27.704Z] --- PASS: TestIsArchivePathTar (0.18s) [2022-03-05T15:02:27.704Z] === RUN TestDecompressStreamGzip [2022-03-05T15:02:27.704Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-03-05T15:02:27.704Z] === RUN TestDecompressStreamBzip2 [2022-03-05T15:02:27.704Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-05T15:02:27.704Z] === RUN TestDecompressStreamXz [2022-03-05T15:02:27.704Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:02:27.704Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestDecompressStreamZstd [2022-03-05T15:02:27.704Z] archive_test.go:140: zstd not installed [2022-03-05T15:02:27.704Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-05T15:02:27.704Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T15:02:27.704Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T15:02:27.704Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestCompressStreamInvalid [2022-03-05T15:02:27.704Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionInvalid [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionUncompressed [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionBzip2 [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionGzip [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionXz [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestExtensionZstd [2022-03-05T15:02:27.704Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestCmdStreamLargeStderr [2022-03-05T15:02:27.704Z] === RUN TestUnbuffered [2022-03-05T15:02:27.704Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T15:02:27.704Z] === RUN TestRaceUnbuffered [2022-03-05T15:02:27.704Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T15:02:27.704Z] PASS [2022-03-05T15:02:27.704Z] coverage: 100.0% of statements [2022-03-05T15:02:27.704Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2022-03-05T15:02:28.173Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-05T15:02:28.173Z] === RUN TestCmdStreamBad [2022-03-05T15:02:28.173Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:02:28.173Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCmdStreamGood [2022-03-05T15:02:28.173Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-05T15:02:28.173Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T15:02:28.173Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-05T15:02:28.173Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T15:02:28.173Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestUntarPath [2022-03-05T15:02:28.173Z] --- PASS: TestUntarPath (0.07s) [2022-03-05T15:02:28.173Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T15:02:28.173Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-05T15:02:28.173Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T15:02:28.173Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-05T15:02:28.173Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T15:02:28.173Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T15:02:28.173Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCopyWithTarSrcFile [2022-03-05T15:02:28.173Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-05T15:02:28.173Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T15:02:28.173Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-05T15:02:28.173Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T15:02:28.173Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T15:02:28.173Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T15:02:28.173Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-05T15:02:28.173Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T15:02:28.173Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T15:02:28.173Z] === RUN TestTarFiles [2022-03-05T15:02:28.643Z] === RUN TestMatch [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[foo]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[]#01 [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[qux]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T15:02:28.643Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T15:02:28.643Z] --- PASS: TestMatch (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T15:02:28.643Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T15:02:28.643Z] PASS [2022-03-05T15:02:28.643Z] coverage: 87.5% of statements [2022-03-05T15:02:28.643Z] ok github.com/docker/docker/pkg/capabilities 0.045s coverage: 87.5% of statements [2022-03-05T15:02:28.914Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T15:02:29.111Z] 2022/03/05 15:02:28 Closing DB instances... [2022-03-05T15:02:29.481Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-05T15:02:29.580Z] === RUN TestChrootTarUntar [2022-03-05T15:02:29.580Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T15:02:29.580Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T15:02:29.580Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T15:02:29.580Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootCopyWithTar [2022-03-05T15:02:29.580Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootCopyFileWithTar [2022-03-05T15:02:29.580Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootUntarPath [2022-03-05T15:02:29.580Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T15:02:29.580Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T15:02:29.580Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:02:29.580Z] === RUN TestChrootApplyDotDotFile [2022-03-05T15:02:29.580Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:29.580Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:02:29.580Z] PASS [2022-03-05T15:02:29.580Z] coverage: 15.1% of statements [2022-03-05T15:02:29.580Z] ok github.com/docker/docker/pkg/chrootarchive 0.099s coverage: 15.1% of statements [2022-03-05T15:02:30.568Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T15:02:30.568Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T15:02:30.568Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T15:02:30.568Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T15:02:30.568Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T15:02:30.568Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T15:02:30.568Z] PASS [2022-03-05T15:02:30.568Z] coverage: 0.0% of statements [2022-03-05T15:02:30.568Z] ok github.com/docker/docker/pkg/containerfs 0.049s coverage: 0.0% of statements [2022-03-05T15:02:30.650Z] === RUN TestBoolValue [2022-03-05T15:02:30.650Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestBoolValueOrDefault [2022-03-05T15:02:30.650Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestInt64ValueOrZero [2022-03-05T15:02:30.650Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestInt64ValueOrDefault [2022-03-05T15:02:30.650Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T15:02:30.650Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestJsonContentType [2022-03-05T15:02:30.650Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T15:02:30.650Z] PASS [2022-03-05T15:02:30.650Z] coverage: 14.7% of statements [2022-03-05T15:02:30.650Z] ok github.com/docker/docker/api/server/httputils 0.053s coverage: 14.7% of statements [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T15:02:30.650Z] === RUN TestMaskSecretKeys [2022-03-05T15:02:30.650Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T15:02:30.650Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T15:02:30.650Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T15:02:30.650Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T15:02:30.650Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T15:02:30.650Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T15:02:30.650Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestVersionMiddlewareVersion [2022-03-05T15:02:30.650Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T15:02:30.650Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T15:02:30.650Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T15:02:30.650Z] PASS [2022-03-05T15:02:30.650Z] coverage: 37.7% of statements [2022-03-05T15:02:30.650Z] ok github.com/docker/docker/api/server/middleware 0.064s coverage: 37.7% of statements [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T15:02:30.650Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T15:02:30.857Z] --- PASS: TestContainerKillOnDaemonStart (12.81s) [2022-03-05T15:02:30.857Z] PASS [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === Skipped [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-05T15:02:30.857Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-05T15:02:30.857Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-05T15:02:30.857Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-05T15:02:30.857Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-05T15:02:30.857Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-05T15:02:30.857Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:02:30.857Z] [2022-03-05T15:02:30.857Z] DONE 200 tests, 6 skipped in 159.384s [2022-03-05T15:02:30.857Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-05T15:02:30.857Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:30.857Z] ++ set -e [2022-03-05T15:02:30.857Z] ++ '[' -n 0 ']' [2022-03-05T15:02:30.857Z] ++ set -x [2022-03-05T15:02:30.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:30.857Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T15:02:31.036Z] --- PASS: TestNetworkDBCRUDTableEntry (4.08s) [2022-03-05T15:02:31.036Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T15:02:31.115Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T15:02:31.274Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.64s) [2022-03-05T15:02:31.274Z] PASS [2022-03-05T15:02:31.274Z] [2022-03-05T15:02:31.274Z] === Skipped [2022-03-05T15:02:31.274Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:02:31.274Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:02:31.274Z] [2022-03-05T15:02:31.274Z] DONE 26 tests, 1 skipped in 41.600s [2022-03-05T15:02:31.274Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T15:02:31.274Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:31.274Z] ++ set -e [2022-03-05T15:02:31.274Z] ++ '[' -n 0 ']' [2022-03-05T15:02:31.274Z] ++ set -x [2022-03-05T15:02:31.274Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:31.374Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:02:31.374Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-05T15:02:31.374Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-05T15:02:31.374Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-05T15:02:31.374Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-05T15:02:31.374Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-05T15:02:31.374Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-05T15:02:31.374Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-05T15:02:31.374Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-05T15:02:31.374Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T15:02:31.505Z] === RUN TestSizeEmpty [2022-03-05T15:02:31.505Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeEmptyFile [2022-03-05T15:02:31.505Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeNonemptyFile [2022-03-05T15:02:31.505Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T15:02:31.505Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T15:02:31.505Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T15:02:31.505Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestMoveToSubdir [2022-03-05T15:02:31.505Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-05T15:02:31.505Z] === RUN TestSizeNonExistingDirectory [2022-03-05T15:02:31.505Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T15:02:31.505Z] PASS [2022-03-05T15:02:31.505Z] coverage: 80.0% of statements [2022-03-05T15:02:31.505Z] ok github.com/docker/docker/pkg/directory 0.058s coverage: 80.0% of statements [2022-03-05T15:02:31.530Z] INFO: Testing against a local daemon [2022-03-05T15:02:31.530Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T15:02:31.530Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:02:31.530Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T15:02:31.530Z] === RUN TestDockerNetworkIpvlan [2022-03-05T15:02:31.530Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:02:31.530Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-05T15:02:31.530Z] PASS [2022-03-05T15:02:31.530Z] [2022-03-05T15:02:31.530Z] === Skipped [2022-03-05T15:02:31.530Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T15:02:31.530Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:02:31.530Z] [2022-03-05T15:02:31.530Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-05T15:02:31.530Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:02:31.530Z] [2022-03-05T15:02:31.530Z] DONE 2 tests, 2 skipped in 0.114s [2022-03-05T15:02:31.530Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T15:02:31.530Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:31.530Z] ++ set -e [2022-03-05T15:02:31.530Z] ++ '[' -n 0 ']' [2022-03-05T15:02:31.530Z] ++ set -x [2022-03-05T15:02:31.530Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:31.530Z] INFO: Testing against a local daemon [2022-03-05T15:02:31.530Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T15:02:31.612Z] === RUN TestAdjustForAPIVersion [2022-03-05T15:02:31.612Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T15:02:31.612Z] PASS [2022-03-05T15:02:31.612Z] coverage: 5.7% of statements [2022-03-05T15:02:31.612Z] ok github.com/docker/docker/api/server/router/swarm 0.049s coverage: 5.7% of statements [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T15:02:31.612Z] === RUN TestStrSliceMarshalJSON [2022-03-05T15:02:31.612Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T15:02:31.612Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestStrSliceUnmarshalString [2022-03-05T15:02:31.612Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T15:02:31.612Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T15:02:31.612Z] PASS [2022-03-05T15:02:31.612Z] coverage: 90.0% of statements [2022-03-05T15:02:31.612Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2022-03-05T15:02:31.612Z] === RUN TestToJSON [2022-03-05T15:02:31.612Z] --- PASS: TestToJSON (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestToParamWithVersion [2022-03-05T15:02:31.612Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestFromJSON [2022-03-05T15:02:31.612Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestEmpty [2022-03-05T15:02:31.612Z] --- PASS: TestEmpty (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T15:02:31.612Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestArgsMatchKVList [2022-03-05T15:02:31.612Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestArgsMatch [2022-03-05T15:02:31.612Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestAdd [2022-03-05T15:02:31.612Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestDel [2022-03-05T15:02:31.612Z] --- PASS: TestDel (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestLen [2022-03-05T15:02:31.612Z] --- PASS: TestLen (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestExactMatch [2022-03-05T15:02:31.612Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestOnlyOneExactMatch [2022-03-05T15:02:31.612Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestContains [2022-03-05T15:02:31.612Z] --- PASS: TestContains (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestValidate [2022-03-05T15:02:31.612Z] --- PASS: TestValidate (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestWalkValues [2022-03-05T15:02:31.612Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestFuzzyMatch [2022-03-05T15:02:31.612Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T15:02:31.612Z] === RUN TestClone [2022-03-05T15:02:31.612Z] --- PASS: TestClone (0.00s) [2022-03-05T15:02:31.612Z] PASS [2022-03-05T15:02:31.612Z] coverage: 92.2% of statements [2022-03-05T15:02:31.612Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T15:02:31.612Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T15:02:31.632Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-05T15:02:31.632Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-05T15:02:31.632Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.16s) [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.16s) [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation/valid_config (0.12s) [2022-03-05T15:02:31.891Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s) [2022-03-05T15:02:31.891Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T15:02:31.891Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-05T15:02:32.068Z] === RUN TestDurationToSecondsString [2022-03-05T15:02:32.068Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T15:02:32.068Z] === RUN TestGetTimestamp [2022-03-05T15:02:32.068Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-05T15:02:32.068Z] === RUN TestParseTimestamps [2022-03-05T15:02:32.068Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T15:02:32.068Z] PASS [2022-03-05T15:02:32.068Z] coverage: 100.0% of statements [2022-03-05T15:02:32.068Z] ok github.com/docker/docker/api/types/time 0.267s coverage: 100.0% of statements [2022-03-05T15:02:32.068Z] === RUN TestCompareVersion [2022-03-05T15:02:32.068Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T15:02:32.068Z] PASS [2022-03-05T15:02:32.068Z] coverage: 77.3% of statements [2022-03-05T15:02:32.068Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T15:02:32.068Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T15:02:32.492Z] === RUN TestPollerAddRemove [2022-03-05T15:02:32.492Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T15:02:32.492Z] === RUN TestPollerEvent [2022-03-05T15:02:32.492Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:02:32.492Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T15:02:32.492Z] === RUN TestPollerClose [2022-03-05T15:02:32.492Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T15:02:32.492Z] PASS [2022-03-05T15:02:32.492Z] coverage: 45.7% of statements [2022-03-05T15:02:32.492Z] ok github.com/docker/docker/pkg/filenotify 0.047s coverage: 45.7% of statements [2022-03-05T15:02:32.827Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-05T15:02:32.897Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-03-05T15:02:32.897Z] === RUN TestDockerNetworkMacvlan [2022-03-05T15:02:33.086Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-05T15:02:33.458Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T15:02:33.485Z] 2022/03/05 15:02:33 Closing DB instances... [2022-03-05T15:02:33.485Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T15:02:33.485Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:02:33.485Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T15:02:33.485Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T15:02:33.485Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCopyFile [2022-03-05T15:02:33.485Z] --- PASS: TestCopyFile (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T15:02:33.485Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:02:33.485Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T15:02:33.485Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T15:02:33.485Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:02:33.485Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestWildcardMatches [2022-03-05T15:02:33.485Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestPatternMatches [2022-03-05T15:02:33.485Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T15:02:33.485Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T15:02:33.485Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T15:02:33.485Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T15:02:33.485Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T15:02:33.485Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T15:02:33.485Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestSingleExclamationError [2022-03-05T15:02:33.485Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestMatchesWithNoPatterns [2022-03-05T15:02:33.485Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T15:02:33.485Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestMatches [2022-03-05T15:02:33.485Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T15:02:33.485Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T15:02:33.485Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T15:02:33.485Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T15:02:33.485Z] --- PASS: TestMatches (0.01s) [2022-03-05T15:02:33.485Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T15:02:33.485Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T15:02:33.485Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T15:02:33.485Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatterns [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T15:02:33.485Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCreateIfNotExistsDir [2022-03-05T15:02:33.485Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-05T15:02:33.485Z] === RUN TestCreateIfNotExistsFile [2022-03-05T15:02:33.485Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-05T15:02:33.485Z] === RUN TestMatch [2022-03-05T15:02:33.485Z] --- PASS: TestMatch (0.00s) [2022-03-05T15:02:33.485Z] === RUN TestCompile [2022-03-05T15:02:33.485Z] === RUN TestCompile/slash [2022-03-05T15:02:33.485Z] === RUN TestCompile/backslash [2022-03-05T15:02:33.485Z] --- PASS: TestCompile (0.00s) [2022-03-05T15:02:33.485Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T15:02:33.485Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T15:02:33.485Z] PASS [2022-03-05T15:02:33.485Z] coverage: 84.7% of statements [2022-03-05T15:02:33.485Z] ok github.com/docker/docker/pkg/fileutils 0.095s coverage: 84.7% of statements [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T15:02:33.595Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T15:02:33.595Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T15:02:33.596Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T15:02:33.596Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T15:02:33.596Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T15:02:33.596Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T15:02:33.596Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T15:02:33.596Z] === RUN TestCloneArgsSmartHttp [2022-03-05T15:02:33.596Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T15:02:33.596Z] === RUN TestCloneArgsDumbHttp [2022-03-05T15:02:33.596Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T15:02:33.596Z] === RUN TestCloneArgsGit [2022-03-05T15:02:33.596Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T15:02:33.596Z] === RUN TestCheckoutGit [2022-03-05T15:02:33.954Z] --- PASS: TestTarFiles (5.73s) [2022-03-05T15:02:33.954Z] === RUN TestDetectCompressionZstd [2022-03-05T15:02:33.954Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T15:02:33.954Z] === RUN TestTarUntar [2022-03-05T15:02:33.954Z] --- PASS: TestTarUntar (0.04s) [2022-03-05T15:02:33.954Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T15:02:33.954Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-05T15:02:33.954Z] === RUN TestTarWithOptions [2022-03-05T15:02:33.954Z] --- PASS: TestTarWithOptions (0.05s) [2022-03-05T15:02:33.954Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T15:02:33.954Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T15:02:33.954Z] === RUN TestUntarUstarGnuConflict [2022-03-05T15:02:33.954Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T15:02:33.954Z] === RUN TestUntarInvalidFilenames [2022-03-05T15:02:34.022Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-05T15:02:34.386Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T15:02:34.422Z] === RUN TestGet [2022-03-05T15:02:34.422Z] --- PASS: TestGet (0.00s) [2022-03-05T15:02:34.422Z] === RUN TestGetShortcutString [2022-03-05T15:02:34.422Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T15:02:34.422Z] PASS [2022-03-05T15:02:34.422Z] coverage: 42.9% of statements [2022-03-05T15:02:34.422Z] ok github.com/docker/docker/pkg/homedir 0.043s coverage: 42.9% of statements [2022-03-05T15:02:34.422Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3343144658\\dest" [2022-03-05T15:02:34.422Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-05T15:02:34.422Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T15:02:34.422Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-05T15:02:34.422Z] === RUN TestUntarInvalidHardlink [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3749000838\\victim\\hello" -> "../victim/hello" [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1459547510\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2042206491\\victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2513781401\\victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1245596324\\victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3236720904\\victim" -> "../victim" [2022-03-05T15:02:34.422Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-05T15:02:34.422Z] === RUN TestUntarInvalidSymlink [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1868992011\\dest\\dotdot" -> "../victim/hello" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3170426144\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2313126940\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3691365344\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1284461974\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink863323748\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:34.422Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4146284224\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T15:02:34.422Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-05T15:02:34.422Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T15:02:34.422Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T15:02:34.422Z] === RUN TestXGlobalNoParent [2022-03-05T15:02:34.422Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T15:02:34.422Z] === RUN TestReplaceFileTarWrapper [2022-03-05T15:02:34.422Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2022-03-05T15:02:34.422Z] === RUN TestNetworkDBNodeLeave [2022-03-05T15:02:34.891Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2022-03-05T15:02:34.891Z] === RUN TestPrefixHeaderReadable [2022-03-05T15:02:34.891Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-05T15:02:34.891Z] === RUN TestDisablePigz [2022-03-05T15:02:34.891Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T15:02:34.891Z] --- PASS: TestDisablePigz (0.24s) [2022-03-05T15:02:34.891Z] === RUN TestPigz [2022-03-05T15:02:34.891Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T15:02:34.891Z] --- PASS: TestPigz (0.17s) [2022-03-05T15:02:34.891Z] === RUN TestNosysFileInfo [2022-03-05T15:02:34.891Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T15:02:34.891Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:02:34.891Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:02:34.891Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:02:34.950Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T15:02:34.959Z] check_test.go:308: [de7f58424c5eb] daemon is not started [2022-03-05T15:02:34.959Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-05T15:02:34.959Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-05T15:02:34.959Z] daemon_test.go:156: [d09fc59c9899b] daemon is not started [2022-03-05T15:02:34.959Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-03-05T15:02:34.959Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-05T15:02:34.959Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-03-05T15:02:34.959Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-03-05T15:02:34.959Z] === RUN TestDaemonProxy [2022-03-05T15:02:34.959Z] === RUN TestDaemonProxy/environment_variables [2022-03-05T15:02:35.359Z] === RUN TestCanonicalTarNameForPath [2022-03-05T15:02:35.359Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestCanonicalTarName [2022-03-05T15:02:35.359Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChmodTarEntry [2022-03-05T15:02:35.359Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestHardLinkOrder [2022-03-05T15:02:35.359Z] === RUN TestCreateIDMapOrder [2022-03-05T15:02:35.359Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T15:02:35.359Z] PASS [2022-03-05T15:02:35.359Z] coverage: 7.2% of statements [2022-03-05T15:02:35.359Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-03-05T15:02:35.359Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-05T15:02:35.359Z] === RUN TestChangeString [2022-03-05T15:02:35.359Z] --- PASS: TestChangeString (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesWithNoChanges [2022-03-05T15:02:35.359Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-05T15:02:35.359Z] === RUN TestChangesWithChanges [2022-03-05T15:02:35.359Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-05T15:02:35.359Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T15:02:35.359Z] changes_test.go:195: needs more investigation [2022-03-05T15:02:35.359Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesDirsEmpty [2022-03-05T15:02:35.359Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:02:35.359Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesDirsMutated [2022-03-05T15:02:35.359Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:02:35.359Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestApplyLayer [2022-03-05T15:02:35.359Z] changes_test.go:432: needs further investigation [2022-03-05T15:02:35.359Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T15:02:35.359Z] changes_test.go:468: needs further investigation [2022-03-05T15:02:35.359Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T15:02:35.359Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T15:02:35.359Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestChangesSize [2022-03-05T15:02:35.359Z] --- PASS: TestChangesSize (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T15:02:35.359Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2856489613\\dest" [2022-03-05T15:02:35.359Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-05T15:02:35.359Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3092928514\\victim\\hello" -> "../victim/hello" [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2400078359\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink7601784\\victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3776526677\\victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2423885654\\victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3511829990\\victim" -> "../victim" [2022-03-05T15:02:35.359Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T15:02:35.359Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1449096413\\dest\\dotdot" -> "../victim/hello" [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2963156987\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1885240422\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2447181044\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink159414928\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:35.359Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink592511613\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:02:35.359Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-05T15:02:35.359Z] === RUN TestApplyLayerWhiteouts [2022-03-05T15:02:35.359Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-05T15:02:35.359Z] === RUN TestGenerateEmptyFile [2022-03-05T15:02:35.359Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T15:02:35.359Z] === RUN TestGenerateWithContent [2022-03-05T15:02:35.359Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T15:02:35.359Z] PASS [2022-03-05T15:02:35.359Z] coverage: 62.0% of statements [2022-03-05T15:02:35.359Z] ok github.com/docker/docker/pkg/archive 8.288s coverage: 62.0% of statements [2022-03-05T15:02:35.764Z] === RUN TestEnable [2022-03-05T15:02:35.764Z] --- PASS: TestEnable (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestDisable [2022-03-05T15:02:35.764Z] --- PASS: TestDisable (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestEnabled [2022-03-05T15:02:35.764Z] --- PASS: TestEnabled (0.00s) [2022-03-05T15:02:35.764Z] PASS [2022-03-05T15:02:35.764Z] coverage: 100.0% of statements [2022-03-05T15:02:35.764Z] ok github.com/docker/docker/cli/debug 0.048s coverage: 100.0% of statements [2022-03-05T15:02:35.764Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T15:02:35.764Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-05T15:02:35.764Z] === RUN TestProcessNoDockerignore [2022-03-05T15:02:35.764Z] --- PASS: TestProcessNoDockerignore (0.01s) [2022-03-05T15:02:35.764Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T15:02:35.764Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-05T15:02:35.764Z] === RUN TestDetectContentType [2022-03-05T15:02:35.764Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestSelectAcceptableMIME [2022-03-05T15:02:35.764Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestInspectEmptyResponse [2022-03-05T15:02:35.764Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestInspectResponseBinary [2022-03-05T15:02:35.764Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestResponseUnsupportedContentType [2022-03-05T15:02:35.764Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestInspectResponseTextSimple [2022-03-05T15:02:35.764Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T15:02:35.764Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestUnknownContentLength [2022-03-05T15:02:35.764Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestDownloadRemote [2022-03-05T15:02:35.764Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-05T15:02:35.764Z] === RUN TestGetWithStatusError [2022-03-05T15:02:35.764Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestCloseRootDirectory [2022-03-05T15:02:35.764Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:35.764Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestHashFile [2022-03-05T15:02:35.764Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:35.764Z] --- SKIP: TestHashFile (0.00s) [2022-03-05T15:02:35.764Z] === RUN TestHashSubdir [2022-03-05T15:02:35.764Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:35.764Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T15:02:35.764Z] === RUN TestRemoveDirectory [2022-03-05T15:02:35.764Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:02:35.764Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-05T15:02:35.764Z] PASS [2022-03-05T15:02:35.764Z] coverage: 9.3% of statements [2022-03-05T15:02:35.764Z] ok github.com/docker/docker/builder/remotecontext 0.326s coverage: 9.3% of statements [2022-03-05T15:02:35.892Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T15:02:36.220Z] === RUN TestGetAllAllowed [2022-03-05T15:02:36.220Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestGetAllMeta [2022-03-05T15:02:36.220Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T15:02:36.220Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T15:02:36.220Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestIsExistingDirectory [2022-03-05T15:02:36.220Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-05T15:02:36.220Z] === RUN TestGetFilenameForDownload [2022-03-05T15:02:36.220Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestEnv2Variables [2022-03-05T15:02:36.220Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T15:02:36.220Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestMaintainer [2022-03-05T15:02:36.220Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestLabel [2022-03-05T15:02:36.220Z] --- PASS: TestLabel (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestFromScratch [2022-03-05T15:02:36.220Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestFromWithArg [2022-03-05T15:02:36.220Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T15:02:36.220Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestFromWithUndefinedArg [2022-03-05T15:02:36.220Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T15:02:36.220Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestOnbuild [2022-03-05T15:02:36.220Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestWorkdir [2022-03-05T15:02:36.220Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestCmd [2022-03-05T15:02:36.220Z] --- PASS: TestCmd (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestHealthcheckNone [2022-03-05T15:02:36.220Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestHealthcheckCmd [2022-03-05T15:02:36.220Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestEntrypoint [2022-03-05T15:02:36.220Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestExpose [2022-03-05T15:02:36.220Z] --- PASS: TestExpose (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestUser [2022-03-05T15:02:36.220Z] --- PASS: TestUser (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestVolume [2022-03-05T15:02:36.220Z] --- PASS: TestVolume (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestStopSignal [2022-03-05T15:02:36.220Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:02:36.220Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestArg [2022-03-05T15:02:36.220Z] --- PASS: TestArg (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestShell [2022-03-05T15:02:36.220Z] --- PASS: TestShell (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestPrependEnvOnCmd [2022-03-05T15:02:36.220Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestRunWithBuildArgs [2022-03-05T15:02:36.220Z] --- PASS: TestRunWithBuildArgs (0.01s) [2022-03-05T15:02:36.220Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T15:02:36.220Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T15:02:36.220Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T15:02:36.220Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T15:02:36.220Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T15:02:36.220Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestNormalizeWorkdir [2022-03-05T15:02:36.220Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestDispatch [2022-03-05T15:02:36.220Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T15:02:36.220Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T15:02:36.220Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T15:02:36.220Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T15:02:36.220Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T15:02:36.220Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T15:02:36.220Z] === RUN TestDispatch/COPY_url [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch (0.06s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T15:02:36.220Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T15:02:36.220Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T15:02:36.220Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T15:02:36.220Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T15:02:36.220Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T15:02:36.220Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestEmptyDockerfile [2022-03-05T15:02:36.220Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-05T15:02:36.220Z] === RUN TestSymlinkDockerfile [2022-03-05T15:02:36.220Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T15:02:36.220Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T15:02:36.220Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestNonExistingDockerfile [2022-03-05T15:02:36.220Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestCopyRunConfig [2022-03-05T15:02:36.220Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestDeepCopyRunConfig [2022-03-05T15:02:36.220Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestExportImage [2022-03-05T15:02:36.220Z] --- PASS: TestExportImage (0.00s) [2022-03-05T15:02:36.220Z] === RUN TestNormalizeDest [2022-03-05T15:02:36.220Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T15:02:36.220Z] PASS [2022-03-05T15:02:36.220Z] coverage: 46.7% of statements [2022-03-05T15:02:36.220Z] ok github.com/docker/docker/builder/dockerfile 0.214s coverage: 46.7% of statements [2022-03-05T15:02:36.678Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T15:02:36.828Z] === RUN TestDaemonProxy/command-line_options [2022-03-05T15:02:36.839Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T15:02:36.924Z] === RUN TestFixedBufferCap [2022-03-05T15:02:36.924Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestFixedBufferLen [2022-03-05T15:02:36.924Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestFixedBufferString [2022-03-05T15:02:36.924Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestFixedBufferWrite [2022-03-05T15:02:36.924Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestFixedBufferRead [2022-03-05T15:02:36.924Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestBytesPipeRead [2022-03-05T15:02:36.924Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestBytesPipeWrite [2022-03-05T15:02:36.924Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T15:02:36.924Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T15:02:36.924Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2022-03-05T15:02:36.924Z] === RUN TestAtomicWriteToFile [2022-03-05T15:02:36.924Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-05T15:02:36.924Z] === RUN TestAtomicWriteSetCommit [2022-03-05T15:02:36.924Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T15:02:36.924Z] === RUN TestAtomicWriteSetCancel [2022-03-05T15:02:37.135Z] === RUN TestTCP4Proxy [2022-03-05T15:02:37.135Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T15:02:37.135Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-03-05T15:02:37.135Z] === RUN TestTCP6Proxy [2022-03-05T15:02:37.135Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:02:37.135Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestTCPDualStackProxy [2022-03-05T15:02:37.135Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:02:37.135Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestUDP4Proxy [2022-03-05T15:02:37.135Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestUDP6Proxy [2022-03-05T15:02:37.135Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:02:37.135Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestUDPWriteError [2022-03-05T15:02:37.135Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestSCTP4Proxy [2022-03-05T15:02:37.135Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:02:37.135Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T15:02:37.135Z] === RUN TestSCTP6Proxy [2022-03-05T15:02:37.135Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:02:37.135Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T15:02:37.135Z] PASS [2022-03-05T15:02:37.135Z] coverage: 49.4% of statements [2022-03-05T15:02:37.135Z] ok github.com/docker/docker/cmd/docker-proxy 0.064s coverage: 49.4% of statements [2022-03-05T15:02:37.394Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-05T15:02:37.394Z] === RUN TestReadCloserWrapperClose [2022-03-05T15:02:37.394Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T15:02:37.394Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestReaderErrWrapperRead [2022-03-05T15:02:37.394Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestCancelReadCloser [2022-03-05T15:02:37.394Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-05T15:02:37.394Z] === RUN TestWriteCloserWrapperClose [2022-03-05T15:02:37.394Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestNopWriteCloser [2022-03-05T15:02:37.394Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestNopWriter [2022-03-05T15:02:37.394Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T15:02:37.394Z] === RUN TestWriteCounter [2022-03-05T15:02:37.394Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T15:02:37.394Z] PASS [2022-03-05T15:02:37.394Z] coverage: 69.2% of statements [2022-03-05T15:02:37.394Z] ok github.com/docker/docker/pkg/ioutils 0.675s coverage: 69.2% of statements [2022-03-05T15:02:37.394Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-03-05T15:02:37.394Z] === RUN TestNetworkDBWatch [2022-03-05T15:02:38.204Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T15:02:38.205Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-05T15:02:38.382Z] === RUN TestError [2022-03-05T15:02:38.382Z] --- PASS: TestError (0.00s) [2022-03-05T15:02:38.382Z] === RUN TestProgressString [2022-03-05T15:02:38.382Z] === RUN TestProgressString/no_progress [2022-03-05T15:02:38.382Z] === RUN TestProgressString/progress_1 [2022-03-05T15:02:38.382Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T15:02:38.382Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T15:02:38.382Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T15:02:38.382Z] === RUN TestProgressString/with_units [2022-03-05T15:02:38.382Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T15:02:38.382Z] === RUN TestProgressString/hide_counts [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T15:02:38.382Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T15:02:38.382Z] === RUN TestJSONMessageDisplay [2022-03-05T15:02:38.382Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-05T15:02:38.382Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T15:02:38.382Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T15:02:38.382Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T15:02:38.382Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T15:02:38.382Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T15:02:38.382Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-05T15:02:38.382Z] PASS [2022-03-05T15:02:38.382Z] coverage: 91.7% of statements [2022-03-05T15:02:38.382Z] ok github.com/docker/docker/pkg/jsonmessage 0.253s coverage: 91.7% of statements [2022-03-05T15:02:38.463Z] === RUN TestDaemonProxy/configuration_file [2022-03-05T15:02:38.852Z] === RUN TestStandardLongPath [2022-03-05T15:02:38.852Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T15:02:38.852Z] === RUN TestUNCLongPath [2022-03-05T15:02:38.852Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T15:02:38.852Z] PASS [2022-03-05T15:02:38.852Z] coverage: 100.0% of statements [2022-03-05T15:02:38.852Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2022-03-05T15:02:39.031Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T15:02:39.320Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-05T15:02:39.320Z] Copying nested executables into bundles/binary-daemon [2022-03-05T15:02:39.320Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-05T15:02:39.320Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T15:02:39.320Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-05T15:02:39.320Z] [2022-03-05T15:02:39.321Z] 2022/03/05 15:02:38 Closing DB instances... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-05T15:02:39.599Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T15:02:39.646Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/make.sh cross [2022-03-05T15:02:39.789Z] === RUN TestNameFormat [2022-03-05T15:02:39.789Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T15:02:39.789Z] === RUN TestNameRetries [2022-03-05T15:02:39.789Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T15:02:39.789Z] PASS [2022-03-05T15:02:39.789Z] coverage: 85.7% of statements [2022-03-05T15:02:39.789Z] ok github.com/docker/docker/pkg/namesgenerator 0.038s coverage: 85.7% of statements [2022-03-05T15:02:39.907Z] [2022-03-05T15:02:40.165Z] === RUN TestDaemonProxy/conflicting_options [2022-03-05T15:02:40.166Z] Removing bundles/ [2022-03-05T15:02:40.167Z] [2022-03-05T15:02:40.167Z] ---> Making bundle: cross (in bundles/cross) [2022-03-05T15:02:40.167Z] Cross building: bundles/cross/linux/amd64 [2022-03-05T15:02:40.167Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-05T15:02:40.167Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-05T15:02:40.258Z] === RUN TestParseKeyValueOpt [2022-03-05T15:02:40.258Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T15:02:40.258Z] === RUN TestParseUintList [2022-03-05T15:02:40.258Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T15:02:40.258Z] === RUN TestParseUintListMaximumLimits [2022-03-05T15:02:40.258Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T15:02:40.258Z] PASS [2022-03-05T15:02:40.258Z] coverage: 97.0% of statements [2022-03-05T15:02:40.258Z] ok github.com/docker/docker/pkg/parsers 0.044s coverage: 97.0% of statements [2022-03-05T15:02:40.423Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T15:02:40.681Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-05T15:02:40.727Z] --- PASS: TestNetworkDBWatch (3.06s) [2022-03-05T15:02:40.728Z] === RUN TestNetworkDBBulkSync [2022-03-05T15:02:41.195Z] === RUN TestNewAndRemove [2022-03-05T15:02:41.195Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T15:02:41.195Z] === RUN TestRemoveInvalidPath [2022-03-05T15:02:41.195Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T15:02:41.195Z] PASS [2022-03-05T15:02:41.195Z] coverage: 82.6% of statements [2022-03-05T15:02:41.195Z] ok github.com/docker/docker/pkg/pidfile 0.045s coverage: 82.6% of statements [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy (6.26s) [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-05T15:02:41.249Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-05T15:02:41.249Z] PASS [2022-03-05T15:02:41.249Z] [2022-03-05T15:02:41.249Z] DONE 17 tests in 10.506s [2022-03-05T15:02:41.249Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-05T15:02:41.249Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.249Z] ++ set -e [2022-03-05T15:02:41.249Z] ++ '[' -n 0 ']' [2022-03-05T15:02:41.249Z] ++ set -x [2022-03-05T15:02:41.249Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.473Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T15:02:41.507Z] INFO: Testing against a local daemon [2022-03-05T15:02:41.507Z] === RUN TestCommitInheritsEnv [2022-03-05T15:02:41.665Z] 2022/03/05 15:02:41 Closing DB instances... [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan (8.78s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.75s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.72s) [2022-03-05T15:02:41.729Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.50s) [2022-03-05T15:02:41.729Z] PASS [2022-03-05T15:02:41.729Z] [2022-03-05T15:02:41.729Z] DONE 8 tests in 10.255s [2022-03-05T15:02:41.729Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] ++ set -e [2022-03-05T15:02:41.729Z] ++ '[' -n 0 ']' [2022-03-05T15:02:41.729Z] ++ set -x [2022-03-05T15:02:41.729Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] testing: warning: no tests to run [2022-03-05T15:02:41.729Z] PASS [2022-03-05T15:02:41.729Z] [2022-03-05T15:02:41.729Z] DONE 0 tests in 0.023s [2022-03-05T15:02:41.729Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] ++ set -e [2022-03-05T15:02:41.729Z] ++ '[' -n 0 ']' [2022-03-05T15:02:41.729Z] ++ set -x [2022-03-05T15:02:41.729Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:02:41.729Z] INFO: Testing against a local daemon [2022-03-05T15:02:41.729Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T15:02:41.765Z] --- PASS: TestCommitInheritsEnv (0.34s) [2022-03-05T15:02:41.765Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T15:02:41.765Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-05T15:02:41.765Z] === RUN TestImportWithCustomPlatform [2022-03-05T15:02:41.765Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-05T15:02:42.025Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-05T15:02:42.025Z] === RUN TestImportWithCustomPlatform// [2022-03-05T15:02:42.025Z] === RUN TestImportWithCustomPlatform/linux [2022-03-05T15:02:42.025Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-05T15:02:42.133Z] --- PASS: TestGetAddress (22.17s) [2022-03-05T15:02:42.133Z] === RUN TestRequestSyntaxCheck [2022-03-05T15:02:42.133Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-05T15:02:42.133Z] === RUN TestRequest [2022-03-05T15:02:42.284Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-05T15:02:42.284Z] === RUN TestImportWithCustomPlatform/macos [2022-03-05T15:02:42.284Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-05T15:02:42.284Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform (0.63s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/#00 (0.14s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/linux (0.14s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.14s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-05T15:02:42.284Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-05T15:02:42.284Z] === RUN TestImagesFilterMultiReference [2022-03-05T15:02:42.542Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-05T15:02:42.542Z] === RUN TestImagePullPlatformInvalid [2022-03-05T15:02:42.542Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-05T15:02:42.542Z] === RUN TestRemoveImageOrphaning [2022-03-05T15:02:42.801Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2022-03-05T15:02:42.801Z] === RUN TestRemoveImageGarbageCollector [2022-03-05T15:02:43.095Z] --- PASS: TestAuthZPluginAllowRequest (1.06s) [2022-03-05T15:02:43.095Z] === RUN TestAuthZPluginTLS [2022-03-05T15:02:43.123Z] === RUN TestFailedConnection [2022-03-05T15:02:43.123Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-05T15:02:43.123Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T15:02:43.352Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-05T15:02:43.352Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T15:02:43.368Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T15:02:43.368Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-05T15:02:43.626Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T15:02:43.626Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T15:02:43.914Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-05T15:02:43.914Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T15:02:44.475Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-05T15:02:44.475Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T15:02:44.562Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-05T15:02:44.562Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T15:02:45.039Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-05T15:02:45.039Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T15:02:45.130Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-05T15:02:45.130Z] --- PASS: TestRemoveImageGarbageCollector (2.38s) [2022-03-05T15:02:45.130Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T15:02:45.130Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-05T15:02:45.130Z] === RUN TestTagInvalidReference [2022-03-05T15:02:45.130Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-05T15:02:45.130Z] === RUN TestTagValidPrefixedRepo [2022-03-05T15:02:45.336Z] --- PASS: TestFailedConnection (2.36s) [2022-03-05T15:02:45.336Z] === RUN TestFailOnce [2022-03-05T15:02:45.389Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-05T15:02:45.389Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T15:02:45.389Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-05T15:02:45.389Z] === RUN TestTagOfficialNames [2022-03-05T15:02:45.389Z] --- PASS: TestTagOfficialNames (0.08s) [2022-03-05T15:02:45.389Z] === RUN TestTagMatchesDigest [2022-03-05T15:02:45.389Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-05T15:02:45.389Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-05T15:02:45.648Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T15:02:45.648Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-05T15:02:45.648Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-05T15:02:45.803Z] 2022/03/05 15:02:45 http: panic serving 127.0.0.1:49284: Plugin not ready [2022-03-05T15:02:45.803Z] goroutine 34 [running]: [2022-03-05T15:02:45.803Z] net/http.(*conn).serve.func1() [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T15:02:45.803Z] panic({0x80ca00, 0x9209d0}) [2022-03-05T15:02:45.803Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T15:02:45.803Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x8b57dc3b1091f3a8}, 0xc000229a98) [2022-03-05T15:02:45.803Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T15:02:45.803Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x92d900, 0xc0000b0000}, 0x741d26) [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T15:02:45.803Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x92d900, 0xc0000b0000}, 0xc000232000) [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T15:02:45.803Z] net/http.serverHandler.ServeHTTP({0x92bff0}, {0x92d900, 0xc0000b0000}, 0xc000232000) [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T15:02:45.803Z] net/http.(*conn).serve(0xc000220000, {0x92f900, 0xc0002020c0}) [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T15:02:45.803Z] created by net/http.(*Server).Serve [2022-03-05T15:02:45.803Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T15:02:45.803Z] time="2022-03-05T15:02:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s" [2022-03-05T15:02:45.967Z] --- PASS: TestAuthZPluginAllowEventStream (1.04s) [2022-03-05T15:02:45.967Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T15:02:46.216Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-05T15:02:46.272Z] 2022/03/05 15:02:46 Closing DB instances... [2022-03-05T15:02:46.475Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T15:02:46.528Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-05T15:02:46.528Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T15:02:46.734Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-05T15:02:46.740Z] --- PASS: TestFailOnce (1.21s) [2022-03-05T15:02:46.740Z] === RUN TestEchoInputOutput [2022-03-05T15:02:46.740Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T15:02:46.740Z] === RUN TestBackoff [2022-03-05T15:02:46.740Z] --- PASS: TestBackoff (0.00s) [2022-03-05T15:02:46.740Z] === RUN TestAbortRetry [2022-03-05T15:02:46.740Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T15:02:46.740Z] === RUN TestClientScheme [2022-03-05T15:02:46.740Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T15:02:46.740Z] === RUN TestNewClientWithTimeout [2022-03-05T15:02:47.089Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-03-05T15:02:47.089Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T15:02:47.208Z] time="2022-03-05T15:02:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T15:02:47.302Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-05T15:02:47.651Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-05T15:02:47.651Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T15:02:47.870Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-05T15:02:48.129Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-05T15:02:48.695Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-05T15:02:48.771Z] time="2022-03-05T15:02:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T15:02:48.891Z] --- PASS: TestServicePlugin (29.65s) [2022-03-05T15:02:48.891Z] === RUN TestServiceUpdateLabel [2022-03-05T15:02:49.017Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.26s) [2022-03-05T15:02:49.017Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T15:02:49.148Z] --- PASS: TestServiceUpdateLabel (2.13s) [2022-03-05T15:02:49.148Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:02:49.264Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-05T15:02:49.494Z] === RUN TestCheckpointCreateError [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointCreate [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointDeleteError [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointDelete [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointListError [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointList [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T15:02:49.494Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T15:02:49.494Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:02:49.494Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestGetAPIPath [2022-03-05T15:02:49.494Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestParseHostURL [2022-03-05T15:02:49.494Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T15:02:49.494Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPIVersion [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T15:02:49.494Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestClientRedirect [2022-03-05T15:02:49.494Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigCreateUnsupported [2022-03-05T15:02:49.494Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigCreateError [2022-03-05T15:02:49.494Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigCreate [2022-03-05T15:02:49.494Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspectNotFound [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspectUnsupported [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspectError [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigInspect [2022-03-05T15:02:49.494Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigListUnsupported [2022-03-05T15:02:49.494Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigListError [2022-03-05T15:02:49.494Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigList [2022-03-05T15:02:49.494Z] --- PASS: TestConfigList (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigRemoveUnsupported [2022-03-05T15:02:49.494Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigRemoveError [2022-03-05T15:02:49.494Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigRemove [2022-03-05T15:02:49.494Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigUpdateUnsupported [2022-03-05T15:02:49.494Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigUpdateError [2022-03-05T15:02:49.494Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestConfigUpdate [2022-03-05T15:02:49.494Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T15:02:49.494Z] === RUN TestContainerCommitError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerCommit [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStatPathError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStatPath [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyToContainerError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyToContainer [2022-03-05T15:02:49.495Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyFromContainerError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T15:02:49.495Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestCopyFromContainer [2022-03-05T15:02:49.495Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerCreateError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerCreateImageNotFound [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerCreateWithName [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerCreateAutoRemove [2022-03-05T15:02:49.495Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerDiffError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerDiff [2022-03-05T15:02:49.495Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecCreateError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecCreate [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecStartError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecStart [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecInspectError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecInspect [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExportError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExport [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerInspectError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T15:02:49.495Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T15:02:49.495Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerInspect [2022-03-05T15:02:49.495Z] --- PASS: TestContainerInspect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerInspectNode [2022-03-05T15:02:49.495Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerKillError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerKill [2022-03-05T15:02:49.495Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerListError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerList [2022-03-05T15:02:49.495Z] --- PASS: TestContainerList (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerLogsNotFoundError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerLogsError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerLogs [2022-03-05T15:02:49.495Z] --- PASS: TestContainerLogs (0.24s) [2022-03-05T15:02:49.495Z] === RUN TestContainerPauseError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerPause [2022-03-05T15:02:49.495Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainersPruneError [2022-03-05T15:02:49.495Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainersPrune [2022-03-05T15:02:49.495Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRemoveError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRemove [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRenameError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRename [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerResizeError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecResizeError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerResize [2022-03-05T15:02:49.495Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerExecResize [2022-03-05T15:02:49.495Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRestartError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerRestart [2022-03-05T15:02:49.495Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStartError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStart [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStatsError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStats [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStopError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerStop [2022-03-05T15:02:49.495Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerTopError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerTop [2022-03-05T15:02:49.495Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerUnpauseError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerUnpause [2022-03-05T15:02:49.495Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerUpdateError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerUpdate [2022-03-05T15:02:49.495Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerWaitError [2022-03-05T15:02:49.495Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestContainerWait [2022-03-05T15:02:49.495Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestDiskUsageError [2022-03-05T15:02:49.495Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestDiskUsage [2022-03-05T15:02:49.495Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestDistributionInspectUnsupported [2022-03-05T15:02:49.495Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T15:02:49.495Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestEventsErrorInOptions [2022-03-05T15:02:49.495Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestEventsErrorFromServer [2022-03-05T15:02:49.495Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestEvents [2022-03-05T15:02:49.495Z] --- PASS: TestEvents (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestTLSCloseWriter [2022-03-05T15:02:49.495Z] === PAUSE TestTLSCloseWriter [2022-03-05T15:02:49.495Z] === RUN TestImageBuildError [2022-03-05T15:02:49.495Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageBuild [2022-03-05T15:02:49.495Z] --- PASS: TestImageBuild (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestGetDockerOS [2022-03-05T15:02:49.495Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageCreateError [2022-03-05T15:02:49.495Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageCreate [2022-03-05T15:02:49.495Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageHistoryError [2022-03-05T15:02:49.495Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageHistory [2022-03-05T15:02:49.495Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageImportError [2022-03-05T15:02:49.495Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageImport [2022-03-05T15:02:49.495Z] --- PASS: TestImageImport (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageInspectError [2022-03-05T15:02:49.495Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageInspectImageNotFound [2022-03-05T15:02:49.495Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageInspectWithEmptyID [2022-03-05T15:02:49.495Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageInspect [2022-03-05T15:02:49.495Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageListError [2022-03-05T15:02:49.495Z] --- PASS: TestImageListError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageList [2022-03-05T15:02:49.495Z] --- PASS: TestImageList (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageListApiBefore125 [2022-03-05T15:02:49.495Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageLoadError [2022-03-05T15:02:49.495Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageLoad [2022-03-05T15:02:49.495Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagesPruneError [2022-03-05T15:02:49.495Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagesPrune [2022-03-05T15:02:49.495Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullReferenceParseError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullAnyError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePullWithoutErrors [2022-03-05T15:02:49.495Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushReferenceError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushAnyError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithoutErrors [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T15:02:49.495Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageRemoveError [2022-03-05T15:02:49.495Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageRemoveImageNotFound [2022-03-05T15:02:49.495Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageRemove [2022-03-05T15:02:49.495Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSaveError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSave [2022-03-05T15:02:49.495Z] --- PASS: TestImageSave (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchAnyError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageSearchWithoutErrors [2022-03-05T15:02:49.495Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageTagError [2022-03-05T15:02:49.495Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageTagInvalidReference [2022-03-05T15:02:49.495Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T15:02:49.495Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageTagHexSource [2022-03-05T15:02:49.495Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestImageTag [2022-03-05T15:02:49.495Z] --- PASS: TestImageTag (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestInfoServerError [2022-03-05T15:02:49.495Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T15:02:49.495Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestInfo [2022-03-05T15:02:49.495Z] --- PASS: TestInfo (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkConnectError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkConnect [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkCreateError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkCreate [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkDisconnectError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkDisconnect [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/no_options [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/verbose [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/global_scope [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T15:02:49.495Z] === RUN TestNetworkInspect/server_error [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect (0.01s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkListError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkList [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworksPruneError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworksPrune [2022-03-05T15:02:49.495Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkRemoveError [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNetworkRemove [2022-03-05T15:02:49.495Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeInspectError [2022-03-05T15:02:49.495Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T15:02:49.495Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T15:02:49.495Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeInspect [2022-03-05T15:02:49.495Z] --- PASS: TestNodeInspect (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeListError [2022-03-05T15:02:49.495Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeList [2022-03-05T15:02:49.495Z] --- PASS: TestNodeList (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeRemoveError [2022-03-05T15:02:49.495Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T15:02:49.495Z] === RUN TestNodeRemove [2022-03-05T15:02:49.496Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestNodeUpdateError [2022-03-05T15:02:49.496Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestNodeUpdate [2022-03-05T15:02:49.496Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestOptionWithHostFromEnv [2022-03-05T15:02:49.496Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestOptionWithTimeout [2022-03-05T15:02:49.496Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T15:02:49.496Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPingFail [2022-03-05T15:02:49.496Z] --- PASS: TestPingFail (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPingWithError [2022-03-05T15:02:49.496Z] 2022/03/05 15:02:48 RoundTripper returned a response & error; ignoring response [2022-03-05T15:02:49.496Z] 2022/03/05 15:02:48 RoundTripper returned a response & error; ignoring response [2022-03-05T15:02:49.496Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPingSuccess [2022-03-05T15:02:49.496Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPingHeadFallback [2022-03-05T15:02:49.496Z] === RUN TestPingHeadFallback/OK [2022-03-05T15:02:49.496Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T15:02:49.496Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T15:02:49.496Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T15:02:49.496Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T15:02:49.496Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T15:02:49.496Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T15:02:49.496Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T15:02:49.496Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginDisableError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginDisable [2022-03-05T15:02:49.496Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginEnableError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginEnable [2022-03-05T15:02:49.496Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginInspectError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T15:02:49.496Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginInspect [2022-03-05T15:02:49.496Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginListError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginList [2022-03-05T15:02:49.496Z] --- PASS: TestPluginList (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginPushError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginPush [2022-03-05T15:02:49.496Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginRemoveError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginRemove [2022-03-05T15:02:49.496Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginSetError [2022-03-05T15:02:49.496Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPluginSet [2022-03-05T15:02:49.496Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSetHostHeader [2022-03-05T15:02:49.496Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestPlainTextError [2022-03-05T15:02:49.496Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestInfiniteError [2022-03-05T15:02:49.496Z] --- PASS: TestInfiniteError (0.05s) [2022-03-05T15:02:49.496Z] === RUN TestCanceledContext [2022-03-05T15:02:49.496Z] 2022/03/05 15:02:48 RoundTripper returned a response & error; ignoring response [2022-03-05T15:02:49.496Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestDeadlineExceededContext [2022-03-05T15:02:49.496Z] 2022/03/05 15:02:48 RoundTripper returned a response & error; ignoring response [2022-03-05T15:02:49.496Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretCreateUnsupported [2022-03-05T15:02:49.496Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretCreateError [2022-03-05T15:02:49.496Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretCreate [2022-03-05T15:02:49.496Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretInspectUnsupported [2022-03-05T15:02:49.496Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretInspectError [2022-03-05T15:02:49.496Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T15:02:49.496Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T15:02:49.496Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretInspect [2022-03-05T15:02:49.496Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretListUnsupported [2022-03-05T15:02:49.496Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretListError [2022-03-05T15:02:49.496Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretList [2022-03-05T15:02:49.496Z] --- PASS: TestSecretList (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretRemoveUnsupported [2022-03-05T15:02:49.496Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretRemoveError [2022-03-05T15:02:49.496Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretRemove [2022-03-05T15:02:49.496Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretUpdateUnsupported [2022-03-05T15:02:49.496Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretUpdateError [2022-03-05T15:02:49.496Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSecretUpdate [2022-03-05T15:02:49.496Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceCreateError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceCreate [2022-03-05T15:02:49.496Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T15:02:49.496Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceCreateDigestPinning [2022-03-05T15:02:49.496Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceInspectError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T15:02:49.496Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T15:02:49.496Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceInspect [2022-03-05T15:02:49.496Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceListError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceList [2022-03-05T15:02:49.496Z] --- PASS: TestServiceList (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceLogsError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceLogs [2022-03-05T15:02:49.496Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceRemoveError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceRemove [2022-03-05T15:02:49.496Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceUpdateError [2022-03-05T15:02:49.496Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestServiceUpdate [2022-03-05T15:02:49.496Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T15:02:49.496Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSwarmGetUnlockKey [2022-03-05T15:02:49.496Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSwarmInitError [2022-03-05T15:02:49.496Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T15:02:49.496Z] === RUN TestSwarmInit [2022-03-05T15:02:49.756Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.31s) [2022-03-05T15:02:49.756Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T15:02:49.830Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmInspectError [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmInspect [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmJoinError [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmJoin [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmLeaveError [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmLeave [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmUnlockError [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmUnlock [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmUpdateError [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestSwarmUpdate [2022-03-05T15:02:49.952Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestTaskInspectError [2022-03-05T15:02:49.952Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T15:02:49.952Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestTaskInspect [2022-03-05T15:02:49.952Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestTaskListError [2022-03-05T15:02:49.952Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestTaskList [2022-03-05T15:02:49.952Z] --- PASS: TestTaskList (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeCreateError [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeCreate [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeInspectError [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeInspectNotFound [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeInspect [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeListError [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeList [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeList (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeRemoveError [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T15:02:49.952Z] === RUN TestVolumeRemove [2022-03-05T15:02:49.952Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T15:02:49.952Z] === CONT TestTLSCloseWriter [2022-03-05T15:02:49.952Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-05T15:02:49.952Z] PASS [2022-03-05T15:02:49.952Z] coverage: 75.2% of statements [2022-03-05T15:02:49.952Z] ok github.com/docker/docker/client 0.490s coverage: 75.2% of statements [2022-03-05T15:02:50.382Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.24s) [2022-03-05T15:02:50.382Z] === RUN TestAuthZPluginHeader [2022-03-05T15:02:50.396Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-05T15:02:50.742Z] --- PASS: TestRequest (8.35s) [2022-03-05T15:02:50.742Z] === RUN TestOverlappingRequests [2022-03-05T15:02:50.742Z] 2022/03/05 15:02:50 Closing DB instances... [2022-03-05T15:02:50.742Z] --- PASS: TestOverlappingRequests (0.37s) [2022-03-05T15:02:50.742Z] === RUN TestRelease [2022-03-05T15:02:50.944Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-03-05T15:02:50.944Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T15:02:50.944Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:02:50.944Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-05T15:02:50.944Z] === RUN TestAuthZPluginV2Disable [2022-03-05T15:02:50.944Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:02:50.944Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-05T15:02:50.944Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T15:02:50.944Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:02:50.944Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-05T15:02:50.944Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T15:02:50.944Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:02:50.944Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-05T15:02:50.944Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T15:02:50.963Z] check_test.go:308: [d09c65f6f6c45] daemon is not started [2022-03-05T15:02:50.963Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-05T15:02:51.209Z] time="2022-03-05T15:02:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T15:02:51.897Z] check_test.go:308: [daa70a50b5dd3] daemon is not started [2022-03-05T15:02:51.897Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-05T15:02:52.197Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-05T15:02:52.197Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T15:02:52.197Z] --- PASS: TestRelease (1.44s) [2022-03-05T15:02:52.197Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:02:52.464Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-05T15:02:53.839Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-05T15:02:55.222Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T15:02:55.985Z] time="2022-03-05T15:02:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T15:02:56.453Z] --- PASS: TestAllocateRandomDeallocate (4.03s) [2022-03-05T15:02:56.453Z] === RUN TestRetrieveFromStore [2022-03-05T15:02:56.601Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T15:02:57.170Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-05T15:02:57.438Z] --- PASS: TestRetrieveFromStore (1.31s) [2022-03-05T15:02:57.438Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T15:02:57.735Z] check_test.go:308: [d2153740e1021] daemon is not started [2022-03-05T15:02:57.735Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-05T15:02:57.907Z] --- PASS: TestRequestReleaseAddressDuplicate (0.04s) [2022-03-05T15:02:57.907Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T15:02:57.907Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T15:02:57.907Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T15:02:57.907Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T15:02:57.907Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T15:02:57.907Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T15:02:57.907Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T15:02:57.907Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T15:02:57.907Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T15:02:57.907Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T15:02:57.907Z] === RUN TestDebug [2022-03-05T15:02:57.907Z] --- PASS: TestDebug (0.00s) [2022-03-05T15:02:57.907Z] === RUN TestRequestPoolParallel [2022-03-05T15:02:58.375Z] --- PASS: TestRequestPoolParallel (0.48s) [2022-03-05T15:02:58.375Z] === RUN TestFullAllocateRelease [2022-03-05T15:02:58.843Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-03-05T15:02:58.843Z] === RUN TestOddAllocateRelease [2022-03-05T15:02:58.843Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-03-05T15:02:58.844Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T15:02:58.844Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-05T15:02:58.844Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T15:02:58.844Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-05T15:02:58.844Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T15:02:59.311Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T15:02:59.311Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T15:02:59.311Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T15:02:59.311Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:02:59.311Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:02:59.311Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T15:02:59.311Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:02:59.311Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:02:59.311Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T15:02:59.311Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:02:59.311Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:02:59.311Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:02:59.311Z] PASS [2022-03-05T15:02:59.311Z] coverage: 85.3% of statements [2022-03-05T15:02:59.311Z] ok github.com/docker/docker/libnetwork/ipam 47.575s coverage: 85.3% of statements [2022-03-05T15:02:59.639Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T15:03:00.298Z] === RUN TestParseEmptyInterface [2022-03-05T15:03:00.299Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestParseNonInterfaceType [2022-03-05T15:03:00.299Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestParseWithOneFunction [2022-03-05T15:03:00.299Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestParseWithMultipleFuncs [2022-03-05T15:03:00.299Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestParseWithUnnamedReturn [2022-03-05T15:03:00.299Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestEmbeddedInterface [2022-03-05T15:03:00.299Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestParsedImports [2022-03-05T15:03:00.299Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T15:03:00.299Z] === RUN TestAliasedImports [2022-03-05T15:03:00.299Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T15:03:00.299Z] PASS [2022-03-05T15:03:00.299Z] coverage: 56.8% of statements [2022-03-05T15:03:00.299Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.049s coverage: 56.8% of statements [2022-03-05T15:03:00.574Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-05T15:03:01.286Z] === RUN TestHTTPTransport [2022-03-05T15:03:01.286Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T15:03:01.286Z] PASS [2022-03-05T15:03:01.286Z] coverage: 85.7% of statements [2022-03-05T15:03:01.286Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2022-03-05T15:03:01.755Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:03:01.755Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T15:03:01.755Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T15:03:01.755Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:03:01.755Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T15:03:01.755Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T15:03:01.755Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T15:03:01.755Z] === RUN TestBufferPoolPutAndGet [2022-03-05T15:03:01.755Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T15:03:01.755Z] PASS [2022-03-05T15:03:01.755Z] coverage: 88.2% of statements [2022-03-05T15:03:01.755Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2022-03-05T15:03:02.495Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-05T15:03:02.740Z] === RUN TestOutputOnPrematureClose [2022-03-05T15:03:02.740Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T15:03:02.741Z] === RUN TestCompleteSilently [2022-03-05T15:03:02.741Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T15:03:02.741Z] PASS [2022-03-05T15:03:02.741Z] coverage: 75.9% of statements [2022-03-05T15:03:02.741Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2022-03-05T15:03:03.208Z] === RUN TestSendToOneSub [2022-03-05T15:03:03.208Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T15:03:03.208Z] === RUN TestSendToMultipleSubs [2022-03-05T15:03:03.208Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T15:03:03.208Z] === RUN TestEvictOneSub [2022-03-05T15:03:03.208Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T15:03:03.208Z] === RUN TestClosePublisher [2022-03-05T15:03:03.208Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T15:03:03.208Z] === RUN TestPubSubRace [2022-03-05T15:03:03.998Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2022-03-05T15:03:03.998Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:03:04.193Z] --- PASS: TestPubSubRace (1.05s) [2022-03-05T15:03:04.193Z] PASS [2022-03-05T15:03:04.193Z] coverage: 75.0% of statements [2022-03-05T15:03:04.193Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-05T15:03:04.193Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T15:03:04.193Z] === RUN TestClientStream [2022-03-05T15:03:04.193Z] --- PASS: TestClientStream (0.00s) [2022-03-05T15:03:04.193Z] === RUN TestClientSendFile [2022-03-05T15:03:04.193Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T15:03:04.193Z] === RUN TestClientWithRequestTimeout [2022-03-05T15:03:04.193Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-05T15:03:04.193Z] === RUN TestFileSpecPlugin [2022-03-05T15:03:04.193Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-05T15:03:04.193Z] === RUN TestFileJSONSpecPlugin [2022-03-05T15:03:04.193Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-03-05T15:03:04.193Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T15:03:04.193Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-03-05T15:03:04.193Z] === RUN TestPluginAddHandler [2022-03-05T15:03:04.193Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T15:03:04.193Z] === RUN TestPluginWaitBadPlugin [2022-03-05T15:03:04.193Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T15:03:04.193Z] === RUN TestGet [2022-03-05T15:03:04.193Z] time="2022-03-05T15:03:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T15:03:04.661Z] === RUN TestRegister [2022-03-05T15:03:04.662Z] --- PASS: TestRegister (0.00s) [2022-03-05T15:03:04.662Z] === RUN TestCommand [2022-03-05T15:03:04.662Z] --- PASS: TestCommand (0.03s) [2022-03-05T15:03:04.662Z] === RUN TestNaiveSelf [2022-03-05T15:03:04.662Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-05T15:03:04.662Z] PASS [2022-03-05T15:03:04.662Z] coverage: 82.4% of statements [2022-03-05T15:03:04.662Z] ok github.com/docker/docker/pkg/reexec 0.112s coverage: 82.4% of statements [2022-03-05T15:03:05.130Z] time="2022-03-05T15:03:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T15:03:05.598Z] === RUN TestDump [2022-03-05T15:03:05.598Z] goroutine 6 [running]: [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.dump(0x107b9d7) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T15:03:05.598Z] testing.tRunner(0xc000156340, 0x11ea190) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:03:05.598Z] created by testing.(*T).Run [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:03:05.598Z] [2022-03-05T15:03:05.598Z] goroutine 1 [chan receive]: [2022-03-05T15:03:05.598Z] testing.(*T).Run(0xc0001561a0, {0x11db7b1, 0x105a733}, 0x11ea190) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:03:05.598Z] testing.runTests.func1(0xc000068840) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:03:05.598Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:03:05.598Z] testing.runTests(0xc000076080, {0x134ec20, 0x3, 0x3}, {0x107ac2d, 0x11dd4ab, 0x13536e0}) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:03:05.598Z] testing.(*M).Run(0xc000076080) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:03:05.598Z] main.main() [2022-03-05T15:03:05.598Z] _testmain.go:95 +0x1f5 [2022-03-05T15:03:05.598Z] --- PASS: TestDump (0.00s) [2022-03-05T15:03:05.598Z] === RUN TestDumpToFile [2022-03-05T15:03:05.598Z] --- PASS: TestDumpToFile (0.17s) [2022-03-05T15:03:05.598Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T15:03:05.598Z] goroutine 8 [running]: [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.dump(0x10e8bb4) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x10e8f60}) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T15:03:05.598Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000156340) [2022-03-05T15:03:05.598Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T15:03:05.598Z] testing.tRunner(0xc000156820, 0x11ea180) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:03:05.598Z] created by testing.(*T).Run [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:03:05.598Z] [2022-03-05T15:03:05.598Z] goroutine 1 [chan receive]: [2022-03-05T15:03:05.598Z] testing.(*T).Run(0xc0001561a0, {0x11e2596, 0x105a733}, 0x11ea180) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:03:05.598Z] testing.runTests.func1(0xc000068840) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:03:05.598Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:03:05.598Z] testing.runTests(0xc000076080, {0x134ec20, 0x3, 0x3}, {0x107ac2d, 0x11dd4ab, 0x13536e0}) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:03:05.598Z] testing.(*M).Run(0xc000076080) [2022-03-05T15:03:05.598Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:03:05.598Z] main.main() [2022-03-05T15:03:05.598Z] _testmain.go:95 +0x1f5 [2022-03-05T15:03:05.598Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T15:03:05.598Z] PASS [2022-03-05T15:03:05.598Z] coverage: 90.9% of statements [2022-03-05T15:03:05.598Z] ok github.com/docker/docker/pkg/stack 0.221s coverage: 90.9% of statements [2022-03-05T15:03:06.066Z] === RUN TestNewStdWriter [2022-03-05T15:03:06.067Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T15:03:06.067Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestWriteWithNilBytes [2022-03-05T15:03:06.067Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestWrite [2022-03-05T15:03:06.067Z] --- PASS: TestWrite (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestWriteWithWriterError [2022-03-05T15:03:06.067Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T15:03:06.067Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyWriteAndRead [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T15:03:06.067Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T15:03:06.067Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T15:03:06.067Z] PASS [2022-03-05T15:03:06.067Z] coverage: 100.0% of statements [2022-03-05T15:03:06.067Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2022-03-05T15:03:06.685Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-05T15:03:07.052Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T15:03:07.052Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T15:03:07.052Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestFormatStatus [2022-03-05T15:03:07.052Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestFormatError [2022-03-05T15:03:07.052Z] --- PASS: TestFormatError (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestFormatJSONError [2022-03-05T15:03:07.052Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T15:03:07.052Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T15:03:07.052Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestNewJSONProgressOutput [2022-03-05T15:03:07.052Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestAuxFormatterEmit [2022-03-05T15:03:07.052Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestStreamWriterStdout [2022-03-05T15:03:07.052Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T15:03:07.052Z] === RUN TestStreamWriterStderr [2022-03-05T15:03:07.052Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T15:03:07.052Z] PASS [2022-03-05T15:03:07.052Z] coverage: 66.2% of statements [2022-03-05T15:03:07.052Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2022-03-05T15:03:07.052Z] time="2022-03-05T15:03:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T15:03:07.252Z] check_test.go:308: [d7c7d26e6cdf2] daemon is not started [2022-03-05T15:03:07.252Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-05T15:03:07.521Z] === RUN TestGenerateRandomID [2022-03-05T15:03:07.521Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestShortenId [2022-03-05T15:03:07.521Z] --- PASS: TestShortenId (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestShortenSha256Id [2022-03-05T15:03:07.521Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestShortenIdEmpty [2022-03-05T15:03:07.521Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestShortenIdInvalid [2022-03-05T15:03:07.521Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestIsShortIDNonHex [2022-03-05T15:03:07.521Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T15:03:07.521Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T15:03:07.521Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T15:03:07.521Z] PASS [2022-03-05T15:03:07.521Z] coverage: 70.6% of statements [2022-03-05T15:03:07.521Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-03-05T15:03:07.989Z] === RUN TestIsCpusetListAvailable [2022-03-05T15:03:07.989Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T15:03:07.989Z] PASS [2022-03-05T15:03:07.989Z] coverage: 39.4% of statements [2022-03-05T15:03:07.989Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-03-05T15:03:08.989Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-05T15:03:08.989Z] PASS [2022-03-05T15:03:08.989Z] [2022-03-05T15:03:08.989Z] === Skipped [2022-03-05T15:03:08.989Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-05T15:03:08.989Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:08.989Z] [2022-03-05T15:03:08.989Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-05T15:03:08.989Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:08.989Z] [2022-03-05T15:03:08.989Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-05T15:03:08.989Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:08.989Z] [2022-03-05T15:03:08.989Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-05T15:03:08.989Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:08.989Z] [2022-03-05T15:03:08.989Z] DONE 17 tests, 4 skipped in 25.706s [2022-03-05T15:03:08.989Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T15:03:08.989Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:08.989Z] ++ set -e [2022-03-05T15:03:08.989Z] ++ '[' -n 0 ']' [2022-03-05T15:03:08.989Z] ++ set -x [2022-03-05T15:03:08.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:08.989Z] INFO: Testing against a local daemon [2022-03-05T15:03:08.989Z] === RUN TestPluginInvalidJSON [2022-03-05T15:03:08.989Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:03:08.989Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:03:08.989Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:03:08.989Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-05T15:03:08.989Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T15:03:08.989Z] === RUN TestPluginInstall [2022-03-05T15:03:08.989Z] === RUN TestPluginInstall/no_auth [2022-03-05T15:03:08.989Z] time="2022-03-05T15:03:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:08.989Z] time="2022-03-05T15:03:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25a1f245951abf63a2ee1d467501c69e14f5f5132d8bf31692722183d31fc90e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:08.989Z] time="2022-03-05T15:03:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:08.989Z] time="2022-03-05T15:03:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:25a1f245951abf63a2ee1d467501c69e14f5f5132d8bf31692722183d31fc90e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:09.245Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T15:03:09.501Z] time="2022-03-05T15:03:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:09.501Z] time="2022-03-05T15:03:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43ff5c27f8ff553343f7a4ad964d84f35613dc70795fe993260e25f938bfee8b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:09.501Z] time="2022-03-05T15:03:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:09.501Z] time="2022-03-05T15:03:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43ff5c27f8ff553343f7a4ad964d84f35613dc70795fe993260e25f938bfee8b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:09.553Z] === RUN TestChtimes [2022-03-05T15:03:09.553Z] --- PASS: TestChtimes (0.00s) [2022-03-05T15:03:09.553Z] === RUN TestChtimesWindows [2022-03-05T15:03:09.553Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-05T15:03:09.553Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T15:03:09.553Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T15:03:09.553Z] PASS [2022-03-05T15:03:09.553Z] coverage: 12.9% of statements [2022-03-05T15:03:09.553Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 12.9% of statements [2022-03-05T15:03:09.757Z] === RUN TestPluginInstall/with_insecure [2022-03-05T15:03:10.021Z] === RUN TestTailFile [2022-03-05T15:03:10.021Z] --- PASS: TestTailFile (0.00s) [2022-03-05T15:03:10.021Z] === RUN TestTailFileManyLines [2022-03-05T15:03:10.021Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T15:03:10.021Z] === RUN TestTailEmptyFile [2022-03-05T15:03:10.021Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T15:03:10.021Z] === RUN TestTailNegativeN [2022-03-05T15:03:10.021Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader [2022-03-05T15:03:10.021Z] === CONT TestNewTailReader [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T15:03:10.021Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T15:03:10.021Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T15:03:10.489Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.490Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.490Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.490Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.491Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.491Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.492Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.492Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.492Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.493Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.493Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.494Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.494Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.545Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T15:03:10.685Z] time="2022-03-05T15:03:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:10.685Z] time="2022-03-05T15:03:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58e95004d98a96ae57a6a845713cfbafcf635f056ad08c073506f9de8e39b9b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:10.685Z] time="2022-03-05T15:03:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:03:10.685Z] time="2022-03-05T15:03:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58e95004d98a96ae57a6a845713cfbafcf635f056ad08c073506f9de8e39b9b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:03:10.685Z] plugin_test.go:165: [d4801fa2ff40b] daemon is not started [2022-03-05T15:03:10.685Z] --- PASS: TestPluginInstall (3.19s) [2022-03-05T15:03:10.685Z] --- PASS: TestPluginInstall/no_auth (1.63s) [2022-03-05T15:03:10.685Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-03-05T15:03:10.685Z] --- PASS: TestPluginInstall/with_insecure (1.00s) [2022-03-05T15:03:10.685Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.963Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:03:10.964Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.964Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.965Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:03:10.966Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:03:10.967Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:03:10.967Z] PASS [2022-03-05T15:03:10.967Z] coverage: 88.6% of statements [2022-03-05T15:03:10.967Z] ok github.com/docker/docker/pkg/tailfile 0.196s coverage: 88.6% of statements [2022-03-05T15:03:10.967Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T15:03:10.967Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T15:03:10.967Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T15:03:10.967Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T15:03:11.012Z] --- PASS: TestCheckoutGit (36.88s) [2022-03-05T15:03:11.012Z] === RUN TestValidGitTransport [2022-03-05T15:03:11.012Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T15:03:11.012Z] === RUN TestGitInvalidRef [2022-03-05T15:03:11.012Z] --- PASS: TestGitInvalidRef (0.24s) [2022-03-05T15:03:11.012Z] PASS [2022-03-05T15:03:11.012Z] coverage: 86.3% of statements [2022-03-05T15:03:11.012Z] ok github.com/docker/docker/builder/remotecontext/git 37.187s coverage: 86.3% of statements [2022-03-05T15:03:11.434Z] time="2022-03-05T15:03:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T15:03:11.434Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T15:03:11.434Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-05T15:03:11.434Z] === RUN TestTarSumRemove [2022-03-05T15:03:11.434Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T15:03:11.434Z] === RUN TestSortFileInfoSums [2022-03-05T15:03:11.434Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T15:03:11.434Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T15:03:11.434Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T15:03:11.434Z] === RUN TestNewTarSumForLabel [2022-03-05T15:03:11.434Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T15:03:11.434Z] === RUN TestEmptyTar [2022-03-05T15:03:11.434Z] --- PASS: TestEmptyTar (0.01s) [2022-03-05T15:03:11.434Z] === RUN TestTarSumsReadSize [2022-03-05T15:03:11.434Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-05T15:03:11.434Z] === RUN TestTarSums [2022-03-05T15:03:11.434Z] --- PASS: TestTarSums (0.07s) [2022-03-05T15:03:11.434Z] === RUN TestIteration [2022-03-05T15:03:11.480Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T15:03:11.480Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T15:03:11.902Z] --- PASS: TestIteration (0.00s) [2022-03-05T15:03:11.902Z] === RUN TestVersionLabelForChecksum [2022-03-05T15:03:11.902Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T15:03:11.902Z] === RUN TestVersion [2022-03-05T15:03:11.902Z] --- PASS: TestVersion (0.00s) [2022-03-05T15:03:11.902Z] === RUN TestGetVersion [2022-03-05T15:03:11.902Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T15:03:11.902Z] === RUN TestGetVersions [2022-03-05T15:03:11.902Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T15:03:11.902Z] PASS [2022-03-05T15:03:11.902Z] coverage: 89.3% of statements [2022-03-05T15:03:11.902Z] ok github.com/docker/docker/pkg/tarsum 0.126s coverage: 89.3% of statements [2022-03-05T15:03:11.902Z] testing: warning: no tests to run [2022-03-05T15:03:11.902Z] PASS [2022-03-05T15:03:11.902Z] coverage: [no statements] [2022-03-05T15:03:11.902Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2022-03-05T15:03:11.975Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T15:03:11.975Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T15:03:12.046Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T15:03:12.371Z] === RUN TestTruncIndex [2022-03-05T15:03:12.371Z] === RUN TestIsGIT [2022-03-05T15:03:12.371Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T15:03:12.371Z] === RUN TestIsTransport [2022-03-05T15:03:12.371Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T15:03:12.371Z] PASS [2022-03-05T15:03:12.371Z] coverage: 100.0% of statements [2022-03-05T15:03:12.371Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2022-03-05T15:03:12.371Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T15:03:12.371Z] PASS [2022-03-05T15:03:12.371Z] coverage: 91.5% of statements [2022-03-05T15:03:12.371Z] ok github.com/docker/docker/pkg/truncindex 0.147s coverage: 91.5% of statements [2022-03-05T15:03:12.573Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T15:03:12.839Z] === RUN TestVersionInfo [2022-03-05T15:03:12.839Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T15:03:12.839Z] === RUN TestAppendVersions [2022-03-05T15:03:12.839Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T15:03:12.839Z] PASS [2022-03-05T15:03:12.839Z] coverage: 88.9% of statements [2022-03-05T15:03:12.839Z] ok github.com/docker/docker/pkg/useragent 0.055s coverage: 88.9% of statements [2022-03-05T15:03:13.136Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T15:03:13.826Z] === RUN TestValidatePrivileges [2022-03-05T15:03:13.826Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T15:03:13.826Z] === RUN TestFilterByCapNeg [2022-03-05T15:03:13.826Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T15:03:13.826Z] === RUN TestFilterByCapPos [2022-03-05T15:03:13.826Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T15:03:13.826Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T15:03:13.826Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T15:03:13.826Z] PASS [2022-03-05T15:03:13.826Z] coverage: 12.0% of statements [2022-03-05T15:03:13.826Z] ok github.com/docker/docker/plugin 0.052s coverage: 12.0% of statements [2022-03-05T15:03:13.826Z] === RUN TestNewSettable [2022-03-05T15:03:13.826Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T15:03:13.826Z] === RUN TestIsSettable [2022-03-05T15:03:13.826Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T15:03:13.826Z] === RUN TestUpdateSettingsEnv [2022-03-05T15:03:13.826Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T15:03:13.826Z] PASS [2022-03-05T15:03:13.826Z] coverage: 20.0% of statements [2022-03-05T15:03:13.826Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.0% of statements [2022-03-05T15:03:14.066Z] --- PASS: TestPluginsWithRuntimes (3.10s) [2022-03-05T15:03:14.066Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.80s) [2022-03-05T15:03:14.066Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.79s) [2022-03-05T15:03:14.066Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:03:14.426Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-03-05T15:03:14.426Z] PASS [2022-03-05T15:03:14.426Z] [2022-03-05T15:03:14.426Z] DONE 10 tests in 6.968s [2022-03-05T15:03:14.426Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T15:03:14.426Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:14.426Z] ++ set -e [2022-03-05T15:03:14.426Z] ++ '[' -n 0 ']' [2022-03-05T15:03:14.426Z] ++ set -x [2022-03-05T15:03:14.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:14.735Z] INFO: Testing against a local daemon [2022-03-05T15:03:14.735Z] === RUN TestExternalGraphDriver [2022-03-05T15:03:14.735Z] === RUN TestExternalGraphDriver/json [2022-03-05T15:03:14.813Z] === RUN TestLoad [2022-03-05T15:03:14.813Z] --- PASS: TestLoad (0.00s) [2022-03-05T15:03:14.813Z] === RUN TestSave [2022-03-05T15:03:14.813Z] --- PASS: TestSave (0.03s) [2022-03-05T15:03:14.813Z] === RUN TestAddDeleteGet [2022-03-05T15:03:14.813Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-05T15:03:14.813Z] === RUN TestInvalidTags [2022-03-05T15:03:14.813Z] --- PASS: TestInvalidTags (0.00s) [2022-03-05T15:03:14.813Z] PASS [2022-03-05T15:03:14.813Z] coverage: 84.4% of statements [2022-03-05T15:03:14.813Z] ok github.com/docker/docker/reference 0.115s coverage: 84.4% of statements [2022-03-05T15:03:15.332Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-05T15:03:15.800Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T15:03:15.800Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T15:03:15.800Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T15:03:15.800Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestValidateMirror [2022-03-05T15:03:15.800Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestLoadInsecureRegistries [2022-03-05T15:03:15.800Z] time="2022-03-05T15:03:15Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:03:15.800Z] time="2022-03-05T15:03:15Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T15:03:15.800Z] time="2022-03-05T15:03:15Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:03:15.800Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-05T15:03:15.800Z] === RUN TestNewServiceConfig [2022-03-05T15:03:15.800Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestValidateIndexName [2022-03-05T15:03:15.800Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestValidateIndexNameWithError [2022-03-05T15:03:15.800Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestEndpointParse [2022-03-05T15:03:15.800Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestEndpointParseInvalid [2022-03-05T15:03:15.800Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestValidateEndpoint [2022-03-05T15:03:15.800Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T15:03:15.800Z] === RUN TestPing [2022-03-05T15:03:15.800Z] --- PASS: TestPing (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestPingRegistryEndpoint [2022-03-05T15:03:15.800Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:03:15.800Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestEndpoint [2022-03-05T15:03:15.800Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:03:15.800Z] --- SKIP: TestEndpoint (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestParseRepositoryInfo [2022-03-05T15:03:15.800Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestNewIndexInfo [2022-03-05T15:03:15.800Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestMirrorEndpointLookup [2022-03-05T15:03:15.800Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:03:15.800Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestSearchRepositories [2022-03-05T15:03:15.800Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T15:03:15.800Z] Host: 127.0.0.1:49315 [2022-03-05T15:03:15.800Z] User-Agent: docker test client [2022-03-05T15:03:15.800Z] Authorization: Token fake-token [2022-03-05T15:03:15.800Z] X-Docker-Token: true [2022-03-05T15:03:15.800Z] Accept-Encoding: gzip [2022-03-05T15:03:15.800Z] [2022-03-05T15:03:15.800Z] [2022-03-05T15:03:15.800Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T15:03:15.800Z] Connection: close [2022-03-05T15:03:15.800Z] Content-Length: 144 [2022-03-05T15:03:15.800Z] Cache-Control: no-cache [2022-03-05T15:03:15.800Z] Content-Type: application/json [2022-03-05T15:03:15.800Z] Date: Sat, 05 Mar 2022 15:03:15 GMT [2022-03-05T15:03:15.800Z] Expires: -1 [2022-03-05T15:03:15.800Z] Pragma: no-cache [2022-03-05T15:03:15.800Z] Server: docker-tests/mock [2022-03-05T15:03:15.800Z] X-Docker-Registry-Config: mock [2022-03-05T15:03:15.800Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T15:03:15.800Z] [2022-03-05T15:03:15.800Z] [2022-03-05T15:03:15.800Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestTrustedLocation [2022-03-05T15:03:15.800Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T15:03:15.800Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T15:03:15.800Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T15:03:15.800Z] === RUN TestIsSecureIndex [2022-03-05T15:03:15.800Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T15:03:15.800Z] PASS [2022-03-05T15:03:15.800Z] coverage: 51.2% of statements [2022-03-05T15:03:15.800Z] ok github.com/docker/docker/registry 0.260s coverage: 51.2% of statements [2022-03-05T15:03:15.900Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T15:03:16.109Z] === RUN TestExternalGraphDriver/spec [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T15:03:16.268Z] time="2022-03-05T15:03:15Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReaderWithReadError (0.18s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReader [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T15:03:16.268Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T15:03:16.268Z] PASS [2022-03-05T15:03:16.268Z] coverage: 100.0% of statements [2022-03-05T15:03:16.268Z] ok github.com/docker/docker/registry/resumable 0.252s coverage: 100.0% of statements [2022-03-05T15:03:16.268Z] === RUN TestRestartManagerTimeout [2022-03-05T15:03:16.268Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T15:03:16.268Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T15:03:16.268Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T15:03:16.268Z] PASS [2022-03-05T15:03:16.268Z] coverage: 50.9% of statements [2022-03-05T15:03:16.268Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2022-03-05T15:03:17.258Z] === RUN TestDecodeContainerConfig [2022-03-05T15:03:17.258Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-05T15:03:17.258Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T15:03:17.258Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T15:03:17.258Z] === RUN TestValidatePrivileged [2022-03-05T15:03:17.258Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T15:03:17.258Z] PASS [2022-03-05T15:03:17.258Z] coverage: 52.6% of statements [2022-03-05T15:03:17.258Z] ok github.com/docker/docker/runconfig 0.043s coverage: 52.6% of statements [2022-03-05T15:03:17.258Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T15:03:17.258Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T15:03:17.258Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T15:03:17.258Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T15:03:17.258Z] PASS [2022-03-05T15:03:17.258Z] coverage: 62.5% of statements [2022-03-05T15:03:17.258Z] ok github.com/docker/docker/testutil 0.039s coverage: 62.5% of statements [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T15:03:17.749Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestConfigureDaemonLogs [2022-03-05T15:03:17.749Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T15:03:17.749Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T15:03:17.749Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T15:03:17.749Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T15:03:17.749Z] PASS [2022-03-05T15:03:17.749Z] coverage: 18.7% of statements [2022-03-05T15:03:17.749Z] ok github.com/docker/docker/cmd/dockerd 0.245s coverage: 18.7% of statements [2022-03-05T15:03:17.749Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T15:03:17.749Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T15:03:17.808Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-05T15:03:18.002Z] === RUN TestExternalGraphDriver/pull [2022-03-05T15:03:18.067Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T15:03:18.713Z] === RUN TestContainerStopSignal [2022-03-05T15:03:18.713Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestContainerStopTimeout [2022-03-05T15:03:18.713Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T15:03:18.713Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T15:03:18.713Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-05T15:03:18.713Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T15:03:18.713Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2022-03-05T15:03:18.713Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T15:03:18.713Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T15:03:18.713Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestNewMemoryStore [2022-03-05T15:03:18.713Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestAddContainers [2022-03-05T15:03:18.713Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestGetContainer [2022-03-05T15:03:18.713Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestDeleteContainer [2022-03-05T15:03:18.713Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestListContainers [2022-03-05T15:03:18.713Z] --- PASS: TestListContainers (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestFirstContainer [2022-03-05T15:03:18.713Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestApplyAllContainer [2022-03-05T15:03:18.713Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestIsValidHealthString [2022-03-05T15:03:18.713Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestStateRunStop [2022-03-05T15:03:18.713Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestStateTimeoutWait [2022-03-05T15:03:18.713Z] state_test.go:141: Stop callback fired [2022-03-05T15:03:18.713Z] state_test.go:165: Stop callback fired [2022-03-05T15:03:18.713Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-05T15:03:18.713Z] === RUN TestIsValidStateString [2022-03-05T15:03:18.713Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestViewSaveDelete [2022-03-05T15:03:18.713Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-05T15:03:18.713Z] === RUN TestViewAll [2022-03-05T15:03:18.713Z] --- PASS: TestViewAll (0.01s) [2022-03-05T15:03:18.713Z] === RUN TestViewGet [2022-03-05T15:03:18.713Z] --- PASS: TestViewGet (0.01s) [2022-03-05T15:03:18.713Z] === RUN TestNames [2022-03-05T15:03:18.713Z] --- PASS: TestNames (0.00s) [2022-03-05T15:03:18.713Z] === RUN TestViewWithHealthCheck [2022-03-05T15:03:18.713Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T15:03:18.713Z] PASS [2022-03-05T15:03:18.713Z] coverage: 41.7% of statements [2022-03-05T15:03:18.713Z] ok github.com/docker/docker/container 0.259s coverage: 41.7% of statements [2022-03-05T15:03:18.713Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T15:03:18.713Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T15:03:18.713Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T15:03:18.713Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T15:03:18.850Z] --- PASS: TestServiceUpdateConfigs (14.49s) [2022-03-05T15:03:18.850Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:03:19.370Z] --- PASS: TestExternalGraphDriver (4.65s) [2022-03-05T15:03:19.370Z] --- PASS: TestExternalGraphDriver/json (1.54s) [2022-03-05T15:03:19.370Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-03-05T15:03:19.370Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-03-05T15:03:19.370Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:03:19.370Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:19.370Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-05T15:03:19.370Z] PASS [2022-03-05T15:03:19.370Z] [2022-03-05T15:03:19.370Z] === Skipped [2022-03-05T15:03:19.370Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-05T15:03:19.370Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:03:19.370Z] [2022-03-05T15:03:19.370Z] DONE 5 tests, 1 skipped in 4.783s [2022-03-05T15:03:19.370Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T15:03:19.371Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:19.371Z] ++ set -e [2022-03-05T15:03:19.371Z] ++ '[' -n 0 ']' [2022-03-05T15:03:19.371Z] ++ set -x [2022-03-05T15:03:19.371Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:19.371Z] INFO: Testing against a local daemon [2022-03-05T15:03:19.371Z] === RUN TestContinueAfterPluginCrash [2022-03-05T15:03:19.371Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T15:03:19.371Z] === RUN TestReadPluginNoRead [2022-03-05T15:03:19.371Z] === PAUSE TestReadPluginNoRead [2022-03-05T15:03:19.371Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T15:03:19.371Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T15:03:19.371Z] === CONT TestContinueAfterPluginCrash [2022-03-05T15:03:19.371Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T15:03:19.471Z] --- PASS: TestGet (15.01s) [2022-03-05T15:03:19.471Z] === RUN TestPluginWithNoManifest [2022-03-05T15:03:19.471Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T15:03:19.471Z] === RUN TestGetAll [2022-03-05T15:03:19.471Z] --- PASS: TestGetAll (0.00s) [2022-03-05T15:03:19.471Z] PASS [2022-03-05T15:03:19.471Z] coverage: 73.2% of statements [2022-03-05T15:03:19.471Z] ok github.com/docker/docker/pkg/plugins 36.279s coverage: 73.2% of statements [2022-03-05T15:03:19.971Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T15:03:20.231Z] check_test.go:308: [d34d340f2ba3b] daemon is not started [2022-03-05T15:03:20.231Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-05T15:03:20.288Z] === RUN TestPrepare [2022-03-05T15:03:20.288Z] --- PASS: TestPrepare (0.00s) [2022-03-05T15:03:20.288Z] === RUN TestStart [2022-03-05T15:03:20.288Z] --- PASS: TestStart (0.00s) [2022-03-05T15:03:20.288Z] === RUN TestWaitCancel [2022-03-05T15:03:20.288Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T15:03:20.288Z] === RUN TestWaitDisabled [2022-03-05T15:03:20.288Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T15:03:20.288Z] === RUN TestWaitEnabled [2022-03-05T15:03:20.288Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T15:03:20.288Z] === RUN TestRemove [2022-03-05T15:03:20.288Z] --- PASS: TestRemove (0.00s) [2022-03-05T15:03:20.288Z] PASS [2022-03-05T15:03:20.288Z] coverage: 65.3% of statements [2022-03-05T15:03:20.288Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2022-03-05T15:03:20.459Z] === RUN TestGetDriver [2022-03-05T15:03:20.459Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T15:03:20.459Z] === RUN TestVolumeRequestError [2022-03-05T15:03:20.459Z] === RUN TestGetAddress [2022-03-05T15:03:20.459Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T15:03:20.459Z] === RUN TestRemove [2022-03-05T15:03:20.459Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T15:03:20.459Z] PASS [2022-03-05T15:03:20.459Z] coverage: 36.1% of statements [2022-03-05T15:03:20.459Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:03:20.459Z] --- SKIP: TestRemove (0.00s) [2022-03-05T15:03:20.459Z] === RUN TestInitializeWithVolumes [2022-03-05T15:03:20.459Z] ok github.com/docker/docker/volume/drivers 0.055s coverage: 36.1% of statements [2022-03-05T15:03:20.459Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T15:03:20.459Z] === RUN TestCreate [2022-03-05T15:03:20.459Z] --- PASS: TestCreate (0.02s) [2022-03-05T15:03:20.459Z] === RUN TestValidateName [2022-03-05T15:03:20.459Z] --- PASS: TestValidateName (0.00s) [2022-03-05T15:03:20.459Z] === RUN TestCreateWithOpts [2022-03-05T15:03:20.459Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:03:20.459Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T15:03:20.459Z] === RUN TestRelaodNoOpts [2022-03-05T15:03:20.459Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-05T15:03:20.459Z] PASS [2022-03-05T15:03:20.459Z] coverage: 41.5% of statements [2022-03-05T15:03:20.459Z] ok github.com/docker/docker/volume/local 0.093s coverage: 41.5% of statements [2022-03-05T15:03:20.798Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRaw [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T15:03:20.928Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRaw [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T15:03:20.928Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestConvertTmpfsOptions [2022-03-05T15:03:20.928Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T15:03:20.928Z] linux_parser_test.go:209: data="ro" [2022-03-05T15:03:20.928Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestParseMountSpec [2022-03-05T15:03:20.928Z] parser_test.go:62: case 0 [2022-03-05T15:03:20.928Z] parser_test.go:62: case 1 [2022-03-05T15:03:20.928Z] parser_test.go:62: case 2 [2022-03-05T15:03:20.928Z] parser_test.go:62: case 3 [2022-03-05T15:03:20.928Z] parser_test.go:62: case 4 [2022-03-05T15:03:20.928Z] parser_test.go:62: case 5 [2022-03-05T15:03:20.928Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestValidateMount [2022-03-05T15:03:20.928Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRaw [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:03:20.928Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T15:03:20.928Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:03:20.928Z] PASS [2022-03-05T15:03:20.928Z] coverage: 67.6% of statements [2022-03-05T15:03:20.928Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.6% of statements [2022-03-05T15:03:21.365Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-05T15:03:21.818Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T15:03:21.932Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-05T15:03:22.273Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.22s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T15:03:22.273Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T15:03:22.273Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T15:03:22.273Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T15:03:22.273Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T15:03:22.273Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T15:03:22.273Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T15:03:22.274Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T15:03:22.274Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T15:03:22.274Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T15:03:22.274Z] PASS [2022-03-05T15:03:22.274Z] coverage: 35.9% of statements [2022-03-05T15:03:22.274Z] ok github.com/docker/docker/daemon/cluster/convert 0.426s coverage: 35.9% of statements [2022-03-05T15:03:22.493Z] === RUN TestSetGetMeta [2022-03-05T15:03:22.493Z] === PAUSE TestSetGetMeta [2022-03-05T15:03:22.493Z] === RUN TestRestore [2022-03-05T15:03:22.493Z] === PAUSE TestRestore [2022-03-05T15:03:22.493Z] === RUN TestServiceCreate [2022-03-05T15:03:22.493Z] === PAUSE TestServiceCreate [2022-03-05T15:03:22.493Z] === RUN TestServiceList [2022-03-05T15:03:22.493Z] === PAUSE TestServiceList [2022-03-05T15:03:22.493Z] === RUN TestServiceRemove [2022-03-05T15:03:22.493Z] === PAUSE TestServiceRemove [2022-03-05T15:03:22.493Z] === RUN TestServiceGet [2022-03-05T15:03:22.493Z] === PAUSE TestServiceGet [2022-03-05T15:03:22.493Z] === RUN TestServicePrune [2022-03-05T15:03:22.493Z] === PAUSE TestServicePrune [2022-03-05T15:03:22.493Z] === RUN TestCreate [2022-03-05T15:03:22.493Z] === PAUSE TestCreate [2022-03-05T15:03:22.493Z] === RUN TestRemove [2022-03-05T15:03:22.493Z] === PAUSE TestRemove [2022-03-05T15:03:22.493Z] === RUN TestList [2022-03-05T15:03:22.493Z] === PAUSE TestList [2022-03-05T15:03:22.493Z] === RUN TestFindByDriver [2022-03-05T15:03:22.493Z] === PAUSE TestFindByDriver [2022-03-05T15:03:22.493Z] === RUN TestFindByReferenced [2022-03-05T15:03:22.493Z] === PAUSE TestFindByReferenced [2022-03-05T15:03:22.493Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T15:03:22.493Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T15:03:22.493Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:03:22.493Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:03:22.493Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T15:03:22.493Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T15:03:22.493Z] === RUN TestRefDerefRemove [2022-03-05T15:03:22.493Z] === PAUSE TestRefDerefRemove [2022-03-05T15:03:22.493Z] === RUN TestGet [2022-03-05T15:03:22.493Z] === PAUSE TestGet [2022-03-05T15:03:22.493Z] === RUN TestGetWithReference [2022-03-05T15:03:22.493Z] === PAUSE TestGetWithReference [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:03:22.493Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T15:03:22.493Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T15:03:22.493Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T15:03:22.493Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T15:03:22.493Z] === CONT TestSetGetMeta [2022-03-05T15:03:22.493Z] === CONT TestList [2022-03-05T15:03:22.493Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T15:03:22.493Z] === CONT TestServiceGet [2022-03-05T15:03:22.493Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-05T15:03:22.493Z] === CONT TestGetWithReference [2022-03-05T15:03:22.493Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-05T15:03:22.493Z] === CONT TestGet [2022-03-05T15:03:22.493Z] --- PASS: TestList (0.05s) [2022-03-05T15:03:22.493Z] === CONT TestRefDerefRemove [2022-03-05T15:03:22.493Z] --- PASS: TestGetWithReference (0.04s) [2022-03-05T15:03:22.493Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:03:22.493Z] --- PASS: TestGet (0.03s) [2022-03-05T15:03:22.493Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T15:03:22.493Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-05T15:03:22.493Z] === CONT TestFindByReferenced [2022-03-05T15:03:22.493Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-05T15:03:22.493Z] === CONT TestFindByDriver [2022-03-05T15:03:22.493Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-05T15:03:22.493Z] === CONT TestServiceRemove [2022-03-05T15:03:22.493Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-05T15:03:22.493Z] === CONT TestServiceList [2022-03-05T15:03:22.493Z] === CONT TestServiceCreate [2022-03-05T15:03:22.493Z] --- PASS: TestFindByDriver (0.03s) [2022-03-05T15:03:22.493Z] --- PASS: TestServiceGet (0.21s) [2022-03-05T15:03:22.493Z] === CONT TestRestore [2022-03-05T15:03:22.493Z] --- PASS: TestServiceRemove (0.13s) [2022-03-05T15:03:22.493Z] === CONT TestRemove [2022-03-05T15:03:22.493Z] --- PASS: TestServiceList (0.13s) [2022-03-05T15:03:22.493Z] === CONT TestCreate [2022-03-05T15:03:22.493Z] --- PASS: TestServiceCreate (0.12s) [2022-03-05T15:03:22.493Z] === CONT TestServicePrune [2022-03-05T15:03:22.493Z] --- PASS: TestCreate (0.02s) [2022-03-05T15:03:22.493Z] time="2022-03-05T15:03:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:03:22.493Z] --- PASS: TestRestore (0.03s) [2022-03-05T15:03:22.493Z] --- PASS: TestRemove (0.03s) [2022-03-05T15:03:22.493Z] time="2022-03-05T15:03:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:03:22.493Z] time="2022-03-05T15:03:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:03:22.493Z] time="2022-03-05T15:03:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T15:03:22.493Z] time="2022-03-05T15:03:22Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:03:22.493Z] --- PASS: TestServicePrune (0.05s) [2022-03-05T15:03:22.493Z] PASS [2022-03-05T15:03:22.493Z] coverage: 69.0% of statements [2022-03-05T15:03:22.493Z] ok github.com/docker/docker/volume/service 0.329s coverage: 69.0% of statements [2022-03-05T15:03:22.639Z] --- PASS: TestDaemonStartWithLogOpt (2.96s) [2022-03-05T15:03:22.639Z] === CONT TestReadPluginNoRead [2022-03-05T15:03:22.737Z] === RUN TestNewListSecretsFilters [2022-03-05T15:03:22.737Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T15:03:22.737Z] === RUN TestNewListConfigsFilters [2022-03-05T15:03:22.737Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T15:03:22.737Z] PASS [2022-03-05T15:03:22.737Z] coverage: 0.5% of statements [2022-03-05T15:03:22.737Z] ok github.com/docker/docker/daemon/cluster 1.137s coverage: 0.5% of statements [2022-03-05T15:03:23.834Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-05T15:03:23.834Z] check_test.go:308: [dca907d5fb433] daemon is not started [2022-03-05T15:03:23.834Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-05T15:03:24.529Z] === RUN TestReadPluginNoRead/default [2022-03-05T15:03:25.456Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T15:03:25.736Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T15:03:25.994Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-05T15:03:26.479Z] === RUN TestBuilderGC [2022-03-05T15:03:26.479Z] --- PASS: TestBuilderGC (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestFindConfigurationConflicts [2022-03-05T15:03:26.479Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T15:03:26.479Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.01s) [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T15:03:26.479Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.04s) [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T15:03:26.479Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T15:03:26.479Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T15:03:26.479Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T15:03:26.479Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T15:03:26.479Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T15:03:26.479Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_label [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T15:03:26.480Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T15:03:26.480Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T15:03:26.480Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T15:03:26.480Z] time="2022-03-05T15:03:25Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T15:03:26.480Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2022-03-05T15:03:26.480Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T15:03:26.480Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:03:26.480Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T15:03:26.480Z] === RUN TestReloadBadDefaultConfig [2022-03-05T15:03:26.480Z] time="2022-03-05T15:03:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2502391884" [2022-03-05T15:03:26.480Z] --- PASS: TestReloadBadDefaultConfig (0.03s) [2022-03-05T15:03:26.480Z] === RUN TestReloadWithConflictingLabels [2022-03-05T15:03:26.480Z] time="2022-03-05T15:03:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-460059194" [2022-03-05T15:03:26.480Z] --- PASS: TestReloadWithConflictingLabels (0.04s) [2022-03-05T15:03:26.480Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T15:03:26.480Z] time="2022-03-05T15:03:25Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3285507680" [2022-03-05T15:03:26.480Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-05T15:03:26.480Z] === RUN TestMaskURLCredentials [2022-03-05T15:03:26.480Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T15:03:26.480Z] === RUN TestDaemonConfigurationMerge [2022-03-05T15:03:26.480Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T15:03:26.480Z] PASS [2022-03-05T15:03:26.480Z] coverage: 79.2% of statements [2022-03-05T15:03:26.480Z] ok github.com/docker/docker/daemon/config 0.544s coverage: 79.2% of statements [2022-03-05T15:03:26.823Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T15:03:26.936Z] === RUN TestWaitNodeAttachment [2022-03-05T15:03:27.372Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T15:03:27.386Z] --- PASS: TestContinueAfterPluginCrash (7.92s) [2022-03-05T15:03:27.392Z] === RUN TestEventsLog [2022-03-05T15:03:27.392Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T15:03:27.392Z] === RUN TestEventsLogTimeout [2022-03-05T15:03:27.392Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T15:03:27.392Z] === RUN TestLogEvents [2022-03-05T15:03:27.392Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T15:03:27.392Z] === RUN TestLoadBufferedEvents [2022-03-05T15:03:27.392Z] --- PASS: TestLoadBufferedEvents (0.20s) [2022-03-05T15:03:27.392Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T15:03:27.392Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T15:03:27.392Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T15:03:27.392Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T15:03:27.392Z] PASS [2022-03-05T15:03:27.392Z] coverage: 50.0% of statements [2022-03-05T15:03:27.392Z] ok github.com/docker/docker/daemon/events 0.364s coverage: 50.0% of statements [2022-03-05T15:03:27.392Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-03-05T15:03:27.392Z] === RUN TestIsolationConversion [2022-03-05T15:03:27.642Z] === CONT TestReadPluginNoRead [2022-03-05T15:03:27.642Z] read_test.go:92: [d8788c5e0fb8b] daemon is not started [2022-03-05T15:03:27.642Z] --- PASS: TestReadPluginNoRead (5.36s) [2022-03-05T15:03:27.642Z] --- PASS: TestReadPluginNoRead/default (1.10s) [2022-03-05T15:03:27.642Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.07s) [2022-03-05T15:03:27.642Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.11s) [2022-03-05T15:03:27.642Z] PASS [2022-03-05T15:03:27.642Z] [2022-03-05T15:03:27.642Z] DONE 6 tests in 8.416s [2022-03-05T15:03:27.642Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T15:03:27.642Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:27.643Z] ++ set -e [2022-03-05T15:03:27.643Z] ++ '[' -n 0 ']' [2022-03-05T15:03:27.643Z] ++ set -x [2022-03-05T15:03:27.643Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:27.643Z] testing: warning: no tests to run [2022-03-05T15:03:27.643Z] PASS [2022-03-05T15:03:27.643Z] [2022-03-05T15:03:27.643Z] DONE 0 tests in 0.032s [2022-03-05T15:03:27.643Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T15:03:27.643Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:27.643Z] ++ set -e [2022-03-05T15:03:27.643Z] ++ '[' -n 0 ']' [2022-03-05T15:03:27.643Z] ++ set -x [2022-03-05T15:03:27.643Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:27.849Z] === RUN TestIsolationConversion/default [2022-03-05T15:03:27.849Z] === RUN TestIsolationConversion/process [2022-03-05T15:03:27.849Z] === RUN TestIsolationConversion/hyperv [2022-03-05T15:03:27.849Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestContainerLabels [2022-03-05T15:03:27.849Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestCredentialSpecConversion [2022-03-05T15:03:27.849Z] === RUN TestCredentialSpecConversion/none [2022-03-05T15:03:27.849Z] === RUN TestCredentialSpecConversion/config [2022-03-05T15:03:27.849Z] === RUN TestCredentialSpecConversion/file [2022-03-05T15:03:27.849Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T15:03:27.849Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T15:03:27.849Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountBind [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountBind (0.02s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountVolume [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountTarget [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T15:03:27.849Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T15:03:27.849Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T15:03:27.849Z] PASS [2022-03-05T15:03:27.849Z] coverage: 11.0% of statements [2022-03-05T15:03:27.849Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.771s coverage: 11.0% of statements [2022-03-05T15:03:27.899Z] INFO: Testing against a local daemon [2022-03-05T15:03:27.899Z] === RUN TestPluginWithDevMounts [2022-03-05T15:03:27.899Z] === PAUSE TestPluginWithDevMounts [2022-03-05T15:03:27.899Z] === CONT TestPluginWithDevMounts [2022-03-05T15:03:28.305Z] === RUN TestIsEmptyDir [2022-03-05T15:03:28.305Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-05T15:03:28.305Z] PASS [2022-03-05T15:03:28.305Z] coverage: 2.3% of statements [2022-03-05T15:03:28.305Z] ok github.com/docker/docker/daemon/graphdriver 0.086s coverage: 2.3% of statements [2022-03-05T15:03:28.310Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-05T15:03:29.246Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T15:03:29.266Z] === RUN TestVerifyNetworkingConfig [2022-03-05T15:03:29.266Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestGetContainer [2022-03-05T15:03:29.266Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestValidContainerNames [2022-03-05T15:03:29.266Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestContainerInitDNS [2022-03-05T15:03:29.266Z] daemon_test.go:145: root required [2022-03-05T15:03:29.266Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestMerge [2022-03-05T15:03:29.266Z] --- PASS: TestMerge (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestValidateContainerIsolation [2022-03-05T15:03:29.266Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestFindNetworkErrorType [2022-03-05T15:03:29.266Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestEnsureServicesExist [2022-03-05T15:03:29.266Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-05T15:03:29.266Z] === RUN TestEnsureServicesExistErrors [2022-03-05T15:03:29.266Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T15:03:29.266Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T15:03:29.266Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T15:03:29.266Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-05T15:03:29.266Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T15:03:29.266Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T15:03:29.266Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestContainerDelete [2022-03-05T15:03:29.267Z] --- PASS: TestContainerDelete (0.01s) [2022-03-05T15:03:29.267Z] === RUN TestContainerDoubleDelete [2022-03-05T15:03:29.267Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T15:03:29.267Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T15:03:29.267Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestNoneHealthcheck [2022-03-05T15:03:29.267Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestHealthStates [2022-03-05T15:03:29.267Z] === RUN TestLinkNaming [2022-03-05T15:03:29.267Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLinkNew [2022-03-05T15:03:29.267Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLinkEnv [2022-03-05T15:03:29.267Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLinkMultipleEnv [2022-03-05T15:03:29.267Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLinkPortRangeEnv [2022-03-05T15:03:29.267Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T15:03:29.267Z] PASS [2022-03-05T15:03:29.267Z] coverage: 93.0% of statements [2022-03-05T15:03:29.267Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:28Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] time="2022-03-05T15:03:29Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:03:29.267Z] --- PASS: TestHealthStates (0.22s) [2022-03-05T15:03:29.267Z] === RUN TestGetInspectData [2022-03-05T15:03:29.267Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestFillLicense [2022-03-05T15:03:29.267Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestListInvalidFilter [2022-03-05T15:03:29.267Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestNameFilter [2022-03-05T15:03:29.267Z] --- PASS: TestNameFilter (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T15:03:29.267Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T15:03:29.267Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T15:03:29.267Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadLabels [2022-03-05T15:03:29.267Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T15:03:29.267Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadMirrors [2022-03-05T15:03:29.267Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T15:03:29.267Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T15:03:29.267Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T15:03:29.267Z] reload_test.go:342: root required [2022-03-05T15:03:29.267Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T15:03:29.267Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T15:03:29.267Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-05T15:03:29.267Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T15:03:29.267Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s) [2022-03-05T15:03:29.267Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T15:03:29.267Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-05T15:03:29.267Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T15:03:29.267Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-05T15:03:29.267Z] === RUN TestParseVolumesFrom [2022-03-05T15:03:29.267Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T15:03:29.267Z] PASS [2022-03-05T15:03:29.267Z] coverage: 8.6% of statements [2022-03-05T15:03:29.267Z] ok github.com/docker/docker/daemon 0.492s coverage: 8.6% of statements [2022-03-05T15:03:29.267Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-03-05T15:03:29.267Z] PASS [2022-03-05T15:03:29.267Z] [2022-03-05T15:03:29.267Z] DONE 1 tests in 1.617s [2022-03-05T15:03:29.267Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T15:03:29.267Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:29.267Z] ++ set -e [2022-03-05T15:03:29.267Z] ++ '[' -n 0 ']' [2022-03-05T15:03:29.267Z] ++ set -x [2022-03-05T15:03:29.267Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:29.524Z] INFO: Testing against a local daemon [2022-03-05T15:03:29.524Z] === RUN TestSecretInspect [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T15:03:29.723Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T15:03:31.034Z] --- PASS: TestServiceUpdateNetwork (12.28s) [2022-03-05T15:03:31.035Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:03:31.254Z] === RUN TestAdapterReadLogs [2022-03-05T15:03:31.254Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T15:03:31.254Z] === RUN TestCopier [2022-03-05T15:03:31.254Z] --- PASS: TestCopier (0.00s) [2022-03-05T15:03:31.254Z] === RUN TestCopierLongLines [2022-03-05T15:03:31.254Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-05T15:03:31.254Z] === RUN TestCopierSlow [2022-03-05T15:03:31.254Z] --- PASS: TestCopierSlow (0.21s) [2022-03-05T15:03:31.254Z] === RUN TestCopierWithSized [2022-03-05T15:03:31.254Z] === RUN TestCopierWithSized/as_is [2022-03-05T15:03:31.416Z] --- PASS: TestSecretInspect (2.07s) [2022-03-05T15:03:31.416Z] === RUN TestSecretList [2022-03-05T15:03:31.599Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-05T15:03:31.712Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T15:03:31.712Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-05T15:03:31.712Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-05T15:03:31.712Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestCopierWithPartial [2022-03-05T15:03:31.712Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestRingLogger [2022-03-05T15:03:31.712Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestRingCap [2022-03-05T15:03:31.712Z] --- PASS: TestRingCap (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestRingClose [2022-03-05T15:03:31.712Z] --- PASS: TestRingClose (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestRingDrain [2022-03-05T15:03:31.712Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T15:03:31.712Z] PASS [2022-03-05T15:03:31.712Z] coverage: 43.2% of statements [2022-03-05T15:03:31.712Z] ok github.com/docker/docker/daemon/logger 0.297s coverage: 43.2% of statements [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/defaults [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T15:03:31.712Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T15:03:31.712Z] time="2022-03-05T15:03:31Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T15:03:31.712Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-05T15:03:31.712Z] === RUN TestCreateSuccess [2022-03-05T15:03:31.712Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestCreateStreamSkipped [2022-03-05T15:03:31.712Z] time="2022-03-05T15:03:31Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T15:03:31.712Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestCreateLogGroupSuccess [2022-03-05T15:03:31.712Z] time="2022-03-05T15:03:31Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T15:03:31.712Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestCreateError [2022-03-05T15:03:31.712Z] --- PASS: TestCreateError (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestCreateAlreadyExists [2022-03-05T15:03:31.712Z] time="2022-03-05T15:03:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T15:03:31.712Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestLogClosed [2022-03-05T15:03:31.712Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestLogBlocking [2022-03-05T15:03:31.712Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T15:03:31.712Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T15:03:31.712Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestPublishBatchSuccess [2022-03-05T15:03:31.712Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T15:03:31.712Z] === RUN TestPublishBatchError [2022-03-05T15:03:31.712Z] time="2022-03-05T15:03:31Z" level=error msg=error [2022-03-05T15:03:32.163Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T15:03:32.169Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T15:03:32.169Z] time="2022-03-05T15:03:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:03:32.169Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T15:03:32.169Z] time="2022-03-05T15:03:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:03:32.169Z] time="2022-03-05T15:03:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T15:03:32.169Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchSimple [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchTicker [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchClose [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/3/���� [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T15:03:32.169Z] === RUN TestEffectiveLen/5/ [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/0/ [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: He [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/6/a� [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: a [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: � [2022-03-05T15:03:32.169Z] === RUN TestFindValidSplit/7/a� [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T15:03:32.169Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestProcessEventEmoji [2022-03-05T15:03:32.169Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchLineSplit [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMaxEvents [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-03-05T15:03:32.169Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T15:03:32.169Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.26s) [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T15:03:32.169Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T15:03:32.169Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T15:03:32.169Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T15:03:32.169Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T15:03:32.169Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T15:03:32.169Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T15:03:32.169Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T15:03:32.534Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestCreateTagSuccess [2022-03-05T15:03:32.626Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T15:03:32.626Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T15:03:32.626Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T15:03:32.626Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T15:03:32.626Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T15:03:32.626Z] PASS [2022-03-05T15:03:32.626Z] coverage: 80.2% of statements [2022-03-05T15:03:32.626Z] ok github.com/docker/docker/daemon/logger/awslogs 0.684s coverage: 80.2% of statements [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T15:03:32.626Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T15:03:32.626Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T15:03:32.626Z] PASS [2022-03-05T15:03:32.626Z] coverage: 33.6% of statements [2022-03-05T15:03:32.626Z] ok github.com/docker/docker/daemon/logger/fluentd 0.066s coverage: 33.6% of statements [2022-03-05T15:03:32.626Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T15:03:32.626Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestSearchRegistryForImages [2022-03-05T15:03:32.626Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T15:03:32.626Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T15:03:32.626Z] === RUN TestImageDelete [2022-03-05T15:03:32.626Z] === RUN TestImageDelete/no_lease [2022-03-05T15:03:32.626Z] === RUN TestImageDelete/lease_exists [2022-03-05T15:03:32.626Z] --- PASS: TestImageDelete (0.07s) [2022-03-05T15:03:32.626Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T15:03:32.626Z] --- PASS: TestImageDelete/lease_exists (0.05s) [2022-03-05T15:03:32.626Z] === RUN TestContentStoreForPull [2022-03-05T15:03:33.083Z] --- PASS: TestContentStoreForPull (0.24s) [2022-03-05T15:03:33.083Z] PASS [2022-03-05T15:03:33.083Z] coverage: 6.8% of statements [2022-03-05T15:03:33.083Z] ok github.com/docker/docker/daemon/images 0.422s coverage: 6.8% of statements [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T15:03:33.083Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T15:03:33.312Z] --- PASS: TestSecretList (1.70s) [2022-03-05T15:03:33.312Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:03:33.539Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T15:03:33.539Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T15:03:33.539Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T15:03:33.539Z] === RUN TestJSONFileLogger [2022-03-05T15:03:33.539Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-05T15:03:33.539Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T15:03:33.539Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-05T15:03:33.539Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T15:03:33.539Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-05T15:03:33.539Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T15:03:33.539Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-05T15:03:33.539Z] === RUN TestEncodeDecode [2022-03-05T15:03:33.539Z] === PAUSE TestEncodeDecode [2022-03-05T15:03:33.539Z] === RUN TestUnexpectedEOF [2022-03-05T15:03:33.539Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-05T15:03:33.539Z] === RUN TestFastTimeMarshalJSON [2022-03-05T15:03:33.539Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-03-05T15:03:33.539Z] PASS [2022-03-05T15:03:33.539Z] coverage: 87.2% of statements [2022-03-05T15:03:33.539Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.256s coverage: 87.2% of statements [2022-03-05T15:03:33.909Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-05T15:03:33.996Z] time="2022-03-05T15:03:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:03:33.996Z] time="2022-03-05T15:03:33Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:03:33.996Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-03-05T15:03:33.996Z] === CONT TestEncodeDecode [2022-03-05T15:03:33.996Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T15:03:33.996Z] PASS [2022-03-05T15:03:33.996Z] coverage: 69.9% of statements [2022-03-05T15:03:33.996Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.320s coverage: 69.9% of statements [2022-03-05T15:03:34.452Z] === RUN TestWriteLog [2022-03-05T15:03:34.452Z] === PAUSE TestWriteLog [2022-03-05T15:03:34.452Z] === RUN TestReadLog [2022-03-05T15:03:34.452Z] === PAUSE TestReadLog [2022-03-05T15:03:34.452Z] === RUN TestDecode [2022-03-05T15:03:34.452Z] --- PASS: TestDecode (0.06s) [2022-03-05T15:03:34.452Z] === CONT TestWriteLog [2022-03-05T15:03:34.452Z] --- PASS: TestWriteLog (0.00s) [2022-03-05T15:03:34.452Z] === CONT TestReadLog [2022-03-05T15:03:34.452Z] === RUN TestReadLog/tail_exact [2022-03-05T15:03:34.452Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T15:03:34.452Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T15:03:34.452Z] --- PASS: TestReadLog (0.26s) [2022-03-05T15:03:34.452Z] --- PASS: TestReadLog/tail_exact (0.22s) [2022-03-05T15:03:34.452Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-05T15:03:34.452Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-05T15:03:34.452Z] PASS [2022-03-05T15:03:34.452Z] coverage: 78.7% of statements [2022-03-05T15:03:34.908Z] ok github.com/docker/docker/daemon/logger/local 0.442s coverage: 78.7% of statements [2022-03-05T15:03:34.908Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T15:03:35.201Z] --- PASS: TestSecretsCreateAndDelete (1.69s) [2022-03-05T15:03:35.201Z] === RUN TestSecretsUpdate [2022-03-05T15:03:35.364Z] === RUN TestOpenFileDelete [2022-03-05T15:03:35.364Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestOpenFileRename [2022-03-05T15:03:35.364Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestHandleDecoderErr [2022-03-05T15:03:35.364Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestParseLogTagDefaultTag [2022-03-05T15:03:35.364Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestParseLogTag [2022-03-05T15:03:35.364Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestParseLogTagEmptyTag [2022-03-05T15:03:35.364Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestTailFiles [2022-03-05T15:03:35.364Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestFollowLogsConsumerGone [2022-03-05T15:03:35.364Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-05T15:03:35.364Z] === RUN TestFollowLogsProducerGone [2022-03-05T15:03:35.364Z] logfile_test.go:180: logDecode() closed after sending 2097 messages [2022-03-05T15:03:35.364Z] logfile_test.go:233: messages sent: 2097, received: 2097 [2022-03-05T15:03:35.364Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-05T15:03:35.364Z] === RUN TestCheckCapacityAndRotate [2022-03-05T15:03:35.364Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T15:03:35.364Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T15:03:35.364Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-05T15:03:35.364Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-05T15:03:35.364Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.04s) [2022-03-05T15:03:35.364Z] PASS [2022-03-05T15:03:35.364Z] coverage: 53.5% of statements [2022-03-05T15:03:35.364Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.148s coverage: 53.5% of statements [2022-03-05T15:03:35.809Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-05T15:03:35.821Z] === RUN TestLog [2022-03-05T15:03:36.277Z] --- PASS: TestLog (0.03s) [2022-03-05T15:03:36.277Z] PASS [2022-03-05T15:03:36.277Z] coverage: 31.5% of statements [2022-03-05T15:03:36.277Z] === RUN TestValidateLogOpt [2022-03-05T15:03:36.277Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestNewMissedConfig [2022-03-05T15:03:36.277Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestNewMissedUrl [2022-03-05T15:03:36.277Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestNewMissedToken [2022-03-05T15:03:36.277Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestNewWithProxy [2022-03-05T15:03:36.277Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestDefault [2022-03-05T15:03:36.277Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.089s coverage: 31.5% of statements [2022-03-05T15:03:36.277Z] --- PASS: TestDefault (0.01s) [2022-03-05T15:03:36.277Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T15:03:36.277Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestJsonFormat [2022-03-05T15:03:36.277Z] --- PASS: TestJsonFormat (0.01s) [2022-03-05T15:03:36.277Z] === RUN TestRawFormat [2022-03-05T15:03:36.277Z] --- PASS: TestRawFormat (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestRawFormatWithLabels [2022-03-05T15:03:36.277Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestRawFormatWithoutTag [2022-03-05T15:03:36.277Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T15:03:36.277Z] === RUN TestBatching [2022-03-05T15:03:36.277Z] === RUN TestNewParse [2022-03-05T15:03:36.277Z] --- PASS: TestNewParse (0.00s) [2022-03-05T15:03:36.277Z] PASS [2022-03-05T15:03:36.277Z] coverage: 8.3% of statements [2022-03-05T15:03:36.277Z] ok github.com/docker/docker/daemon/logger/templates 0.106s coverage: 8.3% of statements [2022-03-05T15:03:36.277Z] --- PASS: TestBatching (0.39s) [2022-03-05T15:03:36.277Z] === RUN TestFrequency [2022-03-05T15:03:36.734Z] --- PASS: TestFrequency (0.16s) [2022-03-05T15:03:36.734Z] === RUN TestOneMessagePerRequest [2022-03-05T15:03:36.734Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestVerify [2022-03-05T15:03:36.734Z] --- PASS: TestVerify (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestSkipVerify [2022-03-05T15:03:36.734Z] === RUN TestParseLogFormat [2022-03-05T15:03:36.734Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestValidateLogOptEmpty [2022-03-05T15:03:36.734Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestValidateSyslogAddress [2022-03-05T15:03:36.734Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestParseAddressDefaultPort [2022-03-05T15:03:36.734Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestValidateSyslogFacility [2022-03-05T15:03:36.734Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T15:03:36.734Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T15:03:36.734Z] === RUN TestValidateLogOpt [2022-03-05T15:03:36.734Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:03:36.734Z] PASS [2022-03-05T15:03:36.734Z] coverage: 46.8% of statements [2022-03-05T15:03:36.734Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 46.8% of statements [2022-03-05T15:03:36.734Z] time="2022-03-05T15:03:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:36.734Z] time="2022-03-05T15:03:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:36.734Z] time="2022-03-05T15:03:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:36.734Z] time="2022-03-05T15:03:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.093Z] --- PASS: TestSecretsUpdate (2.06s) [2022-03-05T15:03:37.093Z] === RUN TestTemplatedSecret [2022-03-05T15:03:37.191Z] --- PASS: TestSkipVerify (0.68s) [2022-03-05T15:03:37.191Z] === RUN TestBufferMaximum [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.064832\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.064832\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-05T15:03:37.648Z] === RUN TestServerAlwaysDown [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.079022\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.079022\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.079022\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.080023\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] time="2022-03-05T15:03:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492617.080023\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:37.648Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T15:03:37.648Z] === RUN TestCannotSendAfterClose [2022-03-05T15:03:37.648Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T15:03:37.648Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T15:03:38.611Z] time="2022-03-05T15:03:38Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T15:03:38.611Z] time="2022-03-05T15:03:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a5f5cf6da4b5\"}'" [2022-03-05T15:03:38.611Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T15:03:38.611Z] PASS [2022-03-05T15:03:38.611Z] coverage: 82.5% of statements [2022-03-05T15:03:38.611Z] ok github.com/docker/docker/daemon/logger/splunk 2.357s coverage: 82.5% of statements [2022-03-05T15:03:38.611Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T15:03:38.611Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T15:03:38.611Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T15:03:38.611Z] === RUN TestV1IDService [2022-03-05T15:03:38.611Z] --- PASS: TestV1IDService (0.02s) [2022-03-05T15:03:38.611Z] === RUN TestV2MetadataService [2022-03-05T15:03:38.986Z] --- PASS: TestTemplatedSecret (1.89s) [2022-03-05T15:03:38.986Z] === RUN TestSecretCreateResolve [2022-03-05T15:03:39.066Z] === RUN TestSuccessfulDownload [2022-03-05T15:03:39.067Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:03:39.067Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T15:03:39.067Z] === RUN TestCancelledDownload [2022-03-05T15:03:39.067Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-05T15:03:39.067Z] === RUN TestMaxDownloadAttempts [2022-03-05T15:03:39.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:03:39.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:03:39.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:03:39.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:03:39.067Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:03:39.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:03:39.067Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:03:39.067Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:03:39.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:03:39.067Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:03:39.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:03:39.067Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:03:39.094Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-05T15:03:39.523Z] time="2022-03-05T15:03:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:03:39.523Z] time="2022-03-05T15:03:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:03:39.523Z] time="2022-03-05T15:03:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:03:39.523Z] time="2022-03-05T15:03:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:03:39.523Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T15:03:39.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.50s) [2022-03-05T15:03:39.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.50s) [2022-03-05T15:03:39.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.50s) [2022-03-05T15:03:39.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.50s) [2022-03-05T15:03:39.523Z] === RUN TestTransfer [2022-03-05T15:03:39.523Z] --- PASS: TestV2MetadataService (0.98s) [2022-03-05T15:03:39.523Z] PASS [2022-03-05T15:03:39.523Z] coverage: 48.2% of statements [2022-03-05T15:03:39.523Z] ok github.com/docker/docker/distribution/metadata 1.085s coverage: 48.2% of statements [2022-03-05T15:03:39.523Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T15:03:39.523Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T15:03:39.523Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T15:03:39.523Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T15:03:39.523Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T15:03:39.523Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T15:03:39.523Z] === RUN TestManifestStore [2022-03-05T15:03:39.523Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T15:03:39.523Z] --- PASS: TestTransfer (0.12s) [2022-03-05T15:03:39.523Z] === RUN TestConcurrencyLimit [2022-03-05T15:03:39.523Z] time="2022-03-05T15:03:39Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1463466322\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T15:03:39.523Z] === RUN TestManifestStore/no_local_cache [2022-03-05T15:03:39.523Z] === RUN TestManifestStore/with_local_cache [2022-03-05T15:03:39.524Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T15:03:39.524Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T15:03:39.524Z] time="2022-03-05T15:03:39Z" level=warning msg="reference for unknown type: " [2022-03-05T15:03:39.980Z] time="2022-03-05T15:03:39Z" level=warning msg="reference for unknown type: " [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T15:03:39.980Z] time="2022-03-05T15:03:39Z" level=warning msg="reference for unknown type: " [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T15:03:39.980Z] time="2022-03-05T15:03:39Z" level=warning msg="reference for unknown type: " [2022-03-05T15:03:39.980Z] time="2022-03-05T15:03:39Z" level=warning msg="reference for unknown type: " [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T15:03:39.980Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T15:03:39.980Z] time="2022-03-05T15:03:39Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore (0.35s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T15:03:39.980Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T15:03:39.980Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestFixManifestLayers [2022-03-05T15:03:39.980Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T15:03:39.980Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:03:39.980Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestFixManifestLayersBadParent [2022-03-05T15:03:39.980Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestValidateManifest [2022-03-05T15:03:39.980Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:03:39.980Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestFormatPlatform [2022-03-05T15:03:39.980Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T15:03:39.980Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T15:03:39.980Z] === RUN TestLayerAlreadyExists [2022-03-05T15:03:39.980Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.980Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.980Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.981Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.981Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.981Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:03:39.981Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T15:03:39.981Z] --- PASS: TestConcurrencyLimit (0.42s) [2022-03-05T15:03:39.981Z] === RUN TestInactiveJobs [2022-03-05T15:03:39.981Z] === RUN TestNotFound [2022-03-05T15:03:39.981Z] --- PASS: TestNotFound (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestConflict [2022-03-05T15:03:39.981Z] --- PASS: TestConflict (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestForbidden [2022-03-05T15:03:39.981Z] --- PASS: TestForbidden (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestInvalidParameter [2022-03-05T15:03:39.981Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestNotImplemented [2022-03-05T15:03:39.981Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestNotModified [2022-03-05T15:03:39.981Z] --- PASS: TestNotModified (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestUnauthorized [2022-03-05T15:03:39.981Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestUnknown [2022-03-05T15:03:39.981Z] --- PASS: TestUnknown (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestCancelled [2022-03-05T15:03:39.981Z] --- PASS: TestCancelled (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestDeadline [2022-03-05T15:03:39.981Z] --- PASS: TestDeadline (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestDataLoss [2022-03-05T15:03:39.981Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestUnavailable [2022-03-05T15:03:39.981Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestSystem [2022-03-05T15:03:39.981Z] --- PASS: TestSystem (0.00s) [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Conflict [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T15:03:39.981Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T15:03:39.981Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T15:03:39.981Z] PASS [2022-03-05T15:03:39.981Z] coverage: 53.1% of statements [2022-03-05T15:03:39.981Z] ok github.com/docker/docker/errdefs 0.049s coverage: 53.1% of statements [2022-03-05T15:03:40.258Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T15:03:40.439Z] --- PASS: TestInactiveJobs (0.37s) [2022-03-05T15:03:40.439Z] === RUN TestWatchRelease [2022-03-05T15:03:40.439Z] --- PASS: TestWatchRelease (0.04s) [2022-03-05T15:03:40.439Z] === RUN TestWatchFinishedTransfer [2022-03-05T15:03:40.439Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T15:03:40.439Z] === RUN TestDuplicateTransfer [2022-03-05T15:03:40.439Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-05T15:03:40.439Z] === RUN TestSuccessfulUpload [2022-03-05T15:03:40.439Z] time="2022-03-05T15:03:40Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T15:03:40.875Z] --- PASS: TestSecretCreateResolve (1.68s) [2022-03-05T15:03:40.876Z] PASS [2022-03-05T15:03:40.876Z] [2022-03-05T15:03:40.876Z] DONE 6 tests in 11.200s [2022-03-05T15:03:40.876Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T15:03:40.876Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:40.876Z] ++ set -e [2022-03-05T15:03:40.876Z] ++ '[' -n 0 ']' [2022-03-05T15:03:40.876Z] ++ set -x [2022-03-05T15:03:40.876Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:03:40.876Z] INFO: Testing against a local daemon [2022-03-05T15:03:40.876Z] === RUN TestServiceCreateInit [2022-03-05T15:03:40.876Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:03:40.896Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-03-05T15:03:40.896Z] === RUN TestCancelledUpload [2022-03-05T15:03:40.896Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T15:03:40.896Z] PASS [2022-03-05T15:03:40.896Z] coverage: 77.2% of statements [2022-03-05T15:03:40.896Z] ok github.com/docker/docker/distribution/xfer 1.965s coverage: 77.2% of statements [2022-03-05T15:03:40.896Z] --- PASS: TestWhenEmptyAuthConfig (1.26s) [2022-03-05T15:03:40.896Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T15:03:40.896Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T15:03:40.896Z] === RUN TestTokenPassThru [2022-03-05T15:03:40.896Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-05T15:03:40.896Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T15:03:40.896Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-05T15:03:40.896Z] PASS [2022-03-05T15:03:40.896Z] coverage: 24.6% of statements [2022-03-05T15:03:40.896Z] ok github.com/docker/docker/distribution 1.739s coverage: 24.6% of statements [2022-03-05T15:03:41.356Z] === RUN TestCompare [2022-03-05T15:03:41.356Z] --- PASS: TestCompare (0.00s) [2022-03-05T15:03:41.356Z] PASS [2022-03-05T15:03:41.356Z] coverage: 19.2% of statements [2022-03-05T15:03:41.356Z] ok github.com/docker/docker/image/cache 0.077s coverage: 19.2% of statements [2022-03-05T15:03:41.356Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T15:03:41.356Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T15:03:41.356Z] === RUN TestFSGetInvalidData [2022-03-05T15:03:41.813Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-05T15:03:41.813Z] === RUN TestFSInvalidSet [2022-03-05T15:03:41.813Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestFSInvalidRoot [2022-03-05T15:03:41.813Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestFSMetadataGetSet [2022-03-05T15:03:41.813Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-05T15:03:41.813Z] === RUN TestFSInvalidWalker [2022-03-05T15:03:41.813Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-05T15:03:41.813Z] === RUN TestFSGetSet [2022-03-05T15:03:41.813Z] --- PASS: TestFSGetSet (0.08s) [2022-03-05T15:03:41.813Z] === RUN TestFSGetUnsetKey [2022-03-05T15:03:41.813Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestFSGetEmptyData [2022-03-05T15:03:41.813Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestFSDelete [2022-03-05T15:03:41.813Z] --- PASS: TestFSDelete (0.02s) [2022-03-05T15:03:41.813Z] === RUN TestFSWalker [2022-03-05T15:03:41.813Z] --- PASS: TestFSWalker (0.02s) [2022-03-05T15:03:41.813Z] === RUN TestFSWalkerStopOnError [2022-03-05T15:03:41.813Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestNewFromJSON [2022-03-05T15:03:41.813Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T15:03:41.813Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestMarshalKeyOrder [2022-03-05T15:03:41.813Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestHistoryEqual [2022-03-05T15:03:41.813Z] --- PASS: TestHistoryEqual (0.20s) [2022-03-05T15:03:41.813Z] === RUN TestImage [2022-03-05T15:03:41.813Z] --- PASS: TestImage (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestImageOSNotEmpty [2022-03-05T15:03:41.813Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T15:03:41.813Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T15:03:41.813Z] === RUN TestCreate [2022-03-05T15:03:41.813Z] --- PASS: TestCreate (0.01s) [2022-03-05T15:03:41.813Z] === RUN TestRestore [2022-03-05T15:03:41.813Z] time="2022-03-05T15:03:41Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T15:03:42.270Z] --- PASS: TestRestore (0.04s) [2022-03-05T15:03:42.270Z] === RUN TestAddDelete [2022-03-05T15:03:42.270Z] --- PASS: TestAddDelete (0.03s) [2022-03-05T15:03:42.270Z] === RUN TestSearchAfterDelete [2022-03-05T15:03:42.270Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-05T15:03:42.270Z] === RUN TestParentReset [2022-03-05T15:03:42.270Z] --- PASS: TestParentReset (0.03s) [2022-03-05T15:03:42.270Z] === RUN TestGetAndSetLastUpdated [2022-03-05T15:03:42.270Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-05T15:03:42.270Z] === RUN TestStoreLen [2022-03-05T15:03:42.270Z] --- PASS: TestStoreLen (0.05s) [2022-03-05T15:03:42.270Z] PASS [2022-03-05T15:03:42.270Z] coverage: 86.9% of statements [2022-03-05T15:03:42.270Z] ok github.com/docker/docker/image 0.728s coverage: 86.9% of statements [2022-03-05T15:03:42.381Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-05T15:03:42.731Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T15:03:42.731Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T15:03:42.731Z] PASS [2022-03-05T15:03:42.731Z] coverage: 25.0% of statements [2022-03-05T15:03:42.731Z] ok github.com/docker/docker/image/v1 0.094s coverage: 25.0% of statements [2022-03-05T15:03:42.731Z] === RUN TestValidateManifest [2022-03-05T15:03:42.731Z] === RUN TestValidateManifest/nil [2022-03-05T15:03:42.731Z] === RUN TestValidateManifest/non-nil [2022-03-05T15:03:42.731Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T15:03:42.731Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T15:03:42.731Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T15:03:42.731Z] PASS [2022-03-05T15:03:42.731Z] coverage: 0.7% of statements [2022-03-05T15:03:42.731Z] ok github.com/docker/docker/image/tarexport 0.076s coverage: 0.7% of statements [2022-03-05T15:03:42.731Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T15:03:43.694Z] === RUN TestSerialization [2022-03-05T15:03:44.149Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:03:44.150Z] --- PASS: TestSerialization (0.02s) [2022-03-05T15:03:44.150Z] PASS [2022-03-05T15:03:44.150Z] coverage: 100.0% of statements [2022-03-05T15:03:44.150Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2022-03-05T15:03:44.150Z] === RUN TestEmptyLayer [2022-03-05T15:03:44.150Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T15:03:44.150Z] === RUN TestCommitFailure [2022-03-05T15:03:44.287Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T15:03:44.287Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T15:03:44.609Z] --- PASS: TestCommitFailure (0.01s) [2022-03-05T15:03:44.609Z] === RUN TestStartTransactionFailure [2022-03-05T15:03:44.609Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-05T15:03:44.609Z] === RUN TestGetOrphan [2022-03-05T15:03:44.609Z] --- PASS: TestGetOrphan (0.01s) [2022-03-05T15:03:44.609Z] === RUN TestMountAndRegister [2022-03-05T15:03:44.609Z] layer_test.go:258: Layer size: 14 [2022-03-05T15:03:44.609Z] --- PASS: TestMountAndRegister (0.08s) [2022-03-05T15:03:44.609Z] === RUN TestLayerRelease [2022-03-05T15:03:44.609Z] layer_test.go:291: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestStoreRestore [2022-03-05T15:03:44.609Z] layer_test.go:340: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestTarStreamStability [2022-03-05T15:03:44.609Z] layer_test.go:455: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestRegisterExistingLayer [2022-03-05T15:03:44.609Z] --- PASS: TestRegisterExistingLayer (0.30s) [2022-03-05T15:03:44.609Z] === RUN TestTarStreamVerification [2022-03-05T15:03:44.609Z] layer_test.go:684: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestLayerMigration [2022-03-05T15:03:44.609Z] migration_test.go:45: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T15:03:44.609Z] migration_test.go:181: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestMountInit [2022-03-05T15:03:44.609Z] mount_test.go:17: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestMountSize [2022-03-05T15:03:44.609Z] mount_test.go:76: Failing on Windows [2022-03-05T15:03:44.609Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T15:03:44.609Z] === RUN TestMountChanges [2022-03-05T15:03:45.066Z] mount_test.go:125: Failing on Windows [2022-03-05T15:03:45.066Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T15:03:45.066Z] === RUN TestMountApply [2022-03-05T15:03:45.066Z] mount_test.go:212: Failing on Windows [2022-03-05T15:03:45.066Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T15:03:45.066Z] PASS [2022-03-05T15:03:45.066Z] coverage: 30.2% of statements [2022-03-05T15:03:45.066Z] ok github.com/docker/docker/layer 0.496s coverage: 30.2% of statements [2022-03-05T15:03:45.066Z] === RUN TestEnvironmentParsing [2022-03-05T15:03:45.066Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T15:03:45.066Z] PASS [2022-03-05T15:03:45.066Z] coverage: 1.2% of statements [2022-03-05T15:03:45.066Z] ok github.com/docker/docker/libcontainerd/local 0.094s coverage: 1.2% of statements [2022-03-05T15:03:45.066Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T15:03:45.066Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T15:03:45.066Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T15:03:45.066Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T15:03:45.522Z] === RUN TestSequenceGetAvailableBit [2022-03-05T15:03:45.522Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSequenceEqual [2022-03-05T15:03:45.522Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSequenceCopy [2022-03-05T15:03:45.522Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestGetFirstAvailable [2022-03-05T15:03:45.522Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestFindSequence [2022-03-05T15:03:45.522Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestCheckIfAvailable [2022-03-05T15:03:45.522Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestMergeSequences [2022-03-05T15:03:45.522Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestPushReservation [2022-03-05T15:03:45.522Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSerializeDeserialize [2022-03-05T15:03:45.522Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSet [2022-03-05T15:03:45.522Z] --- PASS: TestSet (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSetUnset [2022-03-05T15:03:45.522Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestOffsetSetUnset [2022-03-05T15:03:45.522Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSetInRange [2022-03-05T15:03:45.522Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestSetAnyInRange [2022-03-05T15:03:45.522Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestMethods [2022-03-05T15:03:45.522Z] --- PASS: TestMethods (0.00s) [2022-03-05T15:03:45.522Z] === RUN TestRandomAllocateDeallocate [2022-03-05T15:03:46.803Z] --- PASS: TestServiceUpdatePidsLimit (16.06s) [2022-03-05T15:03:46.803Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-05T15:03:46.803Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-05T15:03:46.803Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-03-05T15:03:46.803Z] PASS [2022-03-05T15:03:46.803Z] [2022-03-05T15:03:46.803Z] === Skipped [2022-03-05T15:03:46.803Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T15:03:46.803Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:03:46.803Z] [2022-03-05T15:03:46.803Z] DONE 27 tests, 1 skipped in 181.466s [2022-03-05T15:03:46.803Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T15:03:46.803Z] INFO: Testing against a local daemon [2022-03-05T15:03:46.803Z] === RUN TestSessionCreate [2022-03-05T15:03:46.803Z] --- PASS: TestSessionCreate (0.02s) [2022-03-05T15:03:46.803Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:03:46.803Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T15:03:46.803Z] PASS [2022-03-05T15:03:46.803Z] [2022-03-05T15:03:46.803Z] DONE 2 tests in 0.063s [2022-03-05T15:03:46.803Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T15:03:46.803Z] INFO: Testing against a local daemon [2022-03-05T15:03:46.803Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:03:46.803Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:03:46.803Z] === RUN TestDiskUsage [2022-03-05T15:03:46.803Z] === PAUSE TestDiskUsage [2022-03-05T15:03:46.803Z] === RUN TestEventsExecDie [2022-03-05T15:03:46.821Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-05T15:03:47.060Z] --- PASS: TestEventsExecDie (0.56s) [2022-03-05T15:03:47.060Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:03:47.060Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-05T15:03:47.060Z] === RUN TestEventsVolumeCreate [2022-03-05T15:03:47.060Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-05T15:03:47.060Z] === RUN TestInfoBinaryCommits [2022-03-05T15:03:47.060Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T15:03:47.060Z] === RUN TestInfoAPIVersioned [2022-03-05T15:03:47.060Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T15:03:47.060Z] === RUN TestInfoAPI [2022-03-05T15:03:47.317Z] --- PASS: TestInfoAPI (0.03s) [2022-03-05T15:03:47.317Z] === RUN TestInfoAPIWarnings [2022-03-05T15:03:47.778Z] 2022/03/05 15:03:44 Closing DB instances... [2022-03-05T15:03:47.778Z] --- PASS: TestNetworkDBGarbageCollection (54.45s) [2022-03-05T15:03:47.778Z] === RUN TestFindNode [2022-03-05T15:03:47.778Z] 2022/03/05 15:03:46 Closing DB instances... [2022-03-05T15:03:47.778Z] --- PASS: TestFindNode (0.02s) [2022-03-05T15:03:47.778Z] === RUN TestChangeNodeState [2022-03-05T15:03:47.778Z] 2022/03/05 15:03:46 Closing DB instances... [2022-03-05T15:03:47.778Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T15:03:47.778Z] === RUN TestNodeReincarnation [2022-03-05T15:03:47.778Z] 2022/03/05 15:03:46 Closing DB instances... [2022-03-05T15:03:48.198Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-05T15:03:48.317Z] --- PASS: TestServiceCreateInit (6.92s) [2022-03-05T15:03:48.317Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.51s) [2022-03-05T15:03:48.318Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.40s) [2022-03-05T15:03:48.318Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:03:48.414Z] === RUN TestInvalidConfig [2022-03-05T15:03:48.414Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestConfig [2022-03-05T15:03:48.414Z] --- PASS: TestConfig (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestOptionsLabels [2022-03-05T15:03:48.414Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestValidName [2022-03-05T15:03:48.414Z] --- PASS: TestValidName (0.00s) [2022-03-05T15:03:48.414Z] PASS [2022-03-05T15:03:48.414Z] coverage: 19.7% of statements [2022-03-05T15:03:48.414Z] ok github.com/docker/docker/libnetwork/config 0.090s coverage: 19.7% of statements [2022-03-05T15:03:48.414Z] === RUN TestKey [2022-03-05T15:03:48.414Z] --- PASS: TestKey (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestParseKey [2022-03-05T15:03:48.414Z] --- PASS: TestParseKey (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestInvalidDataStore [2022-03-05T15:03:48.414Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestKVObjectFlatKey [2022-03-05T15:03:48.414Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T15:03:48.414Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T15:03:48.414Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T15:03:48.414Z] PASS [2022-03-05T15:03:48.414Z] coverage: 21.9% of statements [2022-03-05T15:03:48.414Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-03-05T15:03:48.765Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T15:03:48.871Z] === RUN TestErrorInterfaces [2022-03-05T15:03:48.871Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestNetworkMarshalling [2022-03-05T15:03:48.871Z] --- PASS: TestNetworkMarshalling (0.20s) [2022-03-05T15:03:48.871Z] === RUN TestEndpointMarshalling [2022-03-05T15:03:48.871Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestAuxAddresses [2022-03-05T15:03:48.871Z] time="2022-03-05T15:03:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:03:48.871Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-05T15:03:48.871Z] === RUN TestSRVServiceQuery [2022-03-05T15:03:48.871Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestServiceVIPReuse [2022-03-05T15:03:48.871Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T15:03:48.871Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestDNSIPQuery [2022-03-05T15:03:48.871Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestDNSProxyServFail [2022-03-05T15:03:48.871Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestSandboxAddEmpty [2022-03-05T15:03:48.871Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestSandboxAddMultiPrio [2022-03-05T15:03:48.871Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestSandboxAddSamePrio [2022-03-05T15:03:48.871Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestCleanupServiceDiscovery [2022-03-05T15:03:48.871Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestDNSOptions [2022-03-05T15:03:48.871Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:03:48.871Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T15:03:48.871Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T15:03:48.871Z] time="2022-03-05T15:03:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:03:48.871Z] time="2022-03-05T15:03:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:03:48.871Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-05T15:03:48.871Z] PASS [2022-03-05T15:03:48.871Z] coverage: 8.5% of statements [2022-03-05T15:03:48.871Z] ok github.com/docker/docker/libnetwork 0.359s coverage: 8.5% of statements [2022-03-05T15:03:49.024Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T15:03:49.283Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-05T15:03:49.327Z] === RUN TestIPDataMarshalling [2022-03-05T15:03:49.327Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T15:03:49.327Z] === RUN TestValidateAndIsV6 [2022-03-05T15:03:49.327Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T15:03:49.327Z] PASS [2022-03-05T15:03:49.327Z] coverage: 68.9% of statements [2022-03-05T15:03:49.327Z] ok github.com/docker/docker/libnetwork/driverapi 0.049s coverage: 68.9% of statements [2022-03-05T15:03:49.542Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T15:03:49.784Z] === RUN TestDriver [2022-03-05T15:03:49.784Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:03:49.784Z] PASS [2022-03-05T15:03:49.784Z] coverage: 34.8% of statements [2022-03-05T15:03:49.784Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2022-03-05T15:03:50.240Z] === RUN TestDriver [2022-03-05T15:03:50.241Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:03:50.241Z] PASS [2022-03-05T15:03:50.241Z] coverage: 34.8% of statements [2022-03-05T15:03:50.241Z] ok github.com/docker/docker/libnetwork/drivers/null 0.054s coverage: 34.8% of statements [2022-03-05T15:03:50.480Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-05T15:03:50.480Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T15:03:50.480Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T15:03:50.701Z] === RUN TestNetworkAllocateFree [2022-03-05T15:03:50.701Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T15:03:50.701Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T15:03:50.701Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T15:03:50.701Z] PASS [2022-03-05T15:03:50.701Z] coverage: 63.6% of statements [2022-03-05T15:03:50.701Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.061s coverage: 63.6% of statements [2022-03-05T15:03:50.738Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T15:03:51.158Z] === RUN TestGetEmptyCapabilities [2022-03-05T15:03:51.158Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-05T15:03:51.158Z] === RUN TestGetExtraCapabilities [2022-03-05T15:03:51.158Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-05T15:03:51.158Z] === RUN TestGetInvalidCapabilities [2022-03-05T15:03:51.158Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-05T15:03:51.158Z] === RUN TestRemoteDriver [2022-03-05T15:03:51.158Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:03:51.158Z] === RUN TestDriverError [2022-03-05T15:03:51.158Z] --- PASS: TestDriverError (0.01s) [2022-03-05T15:03:51.158Z] === RUN TestMissingValues [2022-03-05T15:03:51.158Z] --- PASS: TestMissingValues (0.01s) [2022-03-05T15:03:51.158Z] === RUN TestRollback [2022-03-05T15:03:51.158Z] --- PASS: TestRollback (0.00s) [2022-03-05T15:03:51.158Z] PASS [2022-03-05T15:03:51.158Z] coverage: 57.4% of statements [2022-03-05T15:03:51.158Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.105s coverage: 57.4% of statements [2022-03-05T15:03:51.306Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T15:03:51.573Z] time="2022-03-05T15:03:51Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T15:03:51.573Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-05T15:03:51.573Z] === RUN TestParallelCreate [2022-03-05T15:03:51.573Z] 2022/03/05 15:03:51 Closing DB instances... [2022-03-05T15:03:51.573Z] --- PASS: TestParallelCreate (0.02s) [2022-03-05T15:03:51.573Z] === RUN TestParallelDelete [2022-03-05T15:03:51.614Z] --- PASS: TestRandomAllocateDeallocate (6.22s) [2022-03-05T15:03:51.615Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:03:51.615Z] === RUN TestNAT [2022-03-05T15:03:51.615Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:03:51.615Z] --- SKIP: TestNAT (0.00s) [2022-03-05T15:03:51.615Z] === RUN TestTransparent [2022-03-05T15:03:51.615Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:03:51.615Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T15:03:51.615Z] PASS [2022-03-05T15:03:51.615Z] coverage: 0.0% of statements [2022-03-05T15:03:51.615Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-03-05T15:03:52.039Z] 2022/03/05 15:03:51 Closing DB instances... [2022-03-05T15:03:52.040Z] --- PASS: TestParallelDelete (0.02s) [2022-03-05T15:03:52.040Z] === RUN TestNetworkDBIslands [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:81db25f3369d with config:&{NodeID:81db25f3369d Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node 81db25f3369d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node 81db25f3369d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cbf002468989 with config:&{NodeID:cbf002468989 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node cbf002468989/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node cbf002468989/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node cbf002468989/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node cbf002468989/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node 81db25f3369d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=info msg="Node 81db25f3369d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T15:03:52.040Z] time="2022-03-05T15:03:51Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2022-03-05T15:03:52.070Z] === RUN TestBuildDefault [2022-03-05T15:03:52.070Z] --- PASS: TestBuildDefault (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestBuildHostnameDomainname [2022-03-05T15:03:52.070Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestBuildHostname [2022-03-05T15:03:52.070Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestBuildHostnameFQDN [2022-03-05T15:03:52.070Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestBuildNoIP [2022-03-05T15:03:52.070Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestUpdate [2022-03-05T15:03:52.070Z] --- PASS: TestUpdate (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T15:03:52.070Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T15:03:52.070Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestAddEmpty [2022-03-05T15:03:52.070Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestAdd [2022-03-05T15:03:52.070Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestDeleteEmpty [2022-03-05T15:03:52.070Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestDeleteNewline [2022-03-05T15:03:52.070Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestDelete [2022-03-05T15:03:52.070Z] --- PASS: TestDelete (0.00s) [2022-03-05T15:03:52.070Z] === RUN TestConcurrentWrites [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9adec500639d with config:&{NodeID:9adec500639d Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 81db25f3369d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node 81db25f3369d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node cbf002468989/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=info msg="Node cbf002468989/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T15:03:52.507Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-03-05T15:03:52.526Z] === RUN TestNew [2022-03-05T15:03:52.526Z] --- PASS: TestNew (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestAddDriver [2022-03-05T15:03:52.526Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestAddDuplicateDriver [2022-03-05T15:03:52.526Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T15:03:52.526Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestDriver [2022-03-05T15:03:52.526Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestIPAM [2022-03-05T15:03:52.526Z] --- PASS: TestIPAM (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestWalkIPAMs [2022-03-05T15:03:52.526Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T15:03:52.526Z] === RUN TestWalkDrivers [2022-03-05T15:03:52.526Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T15:03:52.526Z] PASS [2022-03-05T15:03:52.526Z] coverage: 82.4% of statements [2022-03-05T15:03:52.526Z] ok github.com/docker/docker/libnetwork/drvregistry 0.090s coverage: 82.4% of statements [2022-03-05T15:03:52.526Z] --- PASS: TestConcurrentWrites (0.31s) [2022-03-05T15:03:52.526Z] PASS [2022-03-05T15:03:52.526Z] coverage: 81.2% of statements [2022-03-05T15:03:52.526Z] ok github.com/docker/docker/libnetwork/etchosts 0.384s coverage: 81.2% of statements [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e0635ca85405 with config:&{NodeID:e0635ca85405 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 81db25f3369d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 81db25f3369d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node cbf002468989/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node cbf002468989/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=info msg="Node 9adec500639d/172.30.45.100, added to nodes list" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T15:03:52.977Z] time="2022-03-05T15:03:52Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-03-05T15:03:52.983Z] === RUN TestNew [2022-03-05T15:03:52.983Z] --- PASS: TestNew (0.00s) [2022-03-05T15:03:52.983Z] === RUN TestAllocate [2022-03-05T15:03:52.983Z] --- PASS: TestAllocate (0.00s) [2022-03-05T15:03:52.983Z] === RUN TestUninitialized [2022-03-05T15:03:52.983Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T15:03:52.983Z] === RUN TestAllocateInRange [2022-03-05T15:03:52.983Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T15:03:52.983Z] === RUN TestAllocateSerial [2022-03-05T15:03:52.983Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T15:03:52.983Z] PASS [2022-03-05T15:03:52.983Z] coverage: 87.5% of statements [2022-03-05T15:03:52.983Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-03-05T15:03:52.983Z] --- PASS: TestAllocateRandomDeallocate (1.15s) [2022-03-05T15:03:52.983Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T15:03:52.983Z] === RUN TestCaller [2022-03-05T15:03:52.983Z] --- PASS: TestCaller (0.00s) [2022-03-05T15:03:52.983Z] PASS [2022-03-05T15:03:52.983Z] coverage: 100.0% of statements [2022-03-05T15:03:52.983Z] ok github.com/docker/docker/libnetwork/internal/caller 0.045s coverage: 100.0% of statements [2022-03-05T15:03:53.440Z] === RUN TestSetSerialInsertDelete [2022-03-05T15:03:53.440Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T15:03:53.440Z] === RUN TestSetParallelInsertDelete [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:44e934616542 with config:&{NodeID:44e934616542 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 9adec500639d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 9adec500639d/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 81db25f3369d/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node 81db25f3369d/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node cbf002468989/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=info msg="Node cbf002468989/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2022-03-05T15:03:53.444Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T15:03:53.841Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-05T15:03:53.841Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:03:53.912Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="The new bootstrap node list is:[172.30.45.100:10033 172.30.45.100:10034 172.30.45.100:10035]" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10033" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49356" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10034" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49357" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10035" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49358" [2022-03-05T15:03:53.912Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=info msg="The new bootstrap node list is:[172.30.45.100:10033 172.30.45.100:10034 172.30.45.100:10035]" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10033" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49359" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10034" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49360" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10035" [2022-03-05T15:03:53.912Z] time="2022-03-05T15:03:53Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49361" [2022-03-05T15:03:54.379Z] time="2022-03-05T15:03:54Z" level=info msg="node 0 leaving" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="node4(e0635ca85405): Node leave event for 81db25f3369d/172.30.45.100" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="node2(cbf002468989): Node leave event for 81db25f3369d/172.30.45.100" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="node5(44e934616542): Node leave event for 81db25f3369d/172.30.45.100" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="node3(9adec500639d): Node leave event for 81db25f3369d/172.30.45.100" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.380Z] time="2022-03-05T15:03:54Z" level=info msg="node1(81db25f3369d): Node leave event for 81db25f3369d/172.30.45.100" [2022-03-05T15:03:54.403Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.30s) [2022-03-05T15:03:54.403Z] === RUN TestRetrieveFromStore [2022-03-05T15:03:54.403Z] --- PASS: TestRetrieveFromStore (0.39s) [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node 81db25f3369d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="node 1 leaving" [2022-03-05T15:03:54.847Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989 change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="node5(44e934616542): Node leave event for cbf002468989/172.30.45.100" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989 change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="node3(9adec500639d): Node leave event for cbf002468989/172.30.45.100" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989 change state NodeActive --> NodeFailed" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989 change state NodeActive --> NodeLeft" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="node4(e0635ca85405): Node leave event for cbf002468989/172.30.45.100" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989/172.30.45.100, added to failed nodes list" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=error msg="node: cbf002468989 is unknown to memberlist" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.848Z] time="2022-03-05T15:03:54Z" level=info msg="Node cbf002468989/172.30.45.100, left gossip cluster" [2022-03-05T15:03:54.859Z] === RUN TestIsCorrupted [2022-03-05T15:03:54.859Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-05T15:03:54.859Z] === RUN TestSetRollover [2022-03-05T15:03:54.859Z] === RUN TestInt2IP2IntConversion [2022-03-05T15:03:55.230Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T15:03:55.315Z] --- PASS: TestInt2IP2IntConversion (0.54s) [2022-03-05T15:03:55.315Z] === RUN TestGetAddressVersion [2022-03-05T15:03:55.315Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T15:03:55.315Z] === RUN TestKeyString [2022-03-05T15:03:55.315Z] --- PASS: TestKeyString (0.00s) [2022-03-05T15:03:55.315Z] === RUN TestPoolDataMarshal [2022-03-05T15:03:55.315Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T15:03:55.315Z] === RUN TestSubnetsMarshal [2022-03-05T15:03:55.315Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-05T15:03:55.315Z] === RUN TestAddSubnets [2022-03-05T15:03:55.315Z] === RUN TestPoolRequest [2022-03-05T15:03:55.315Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T15:03:55.315Z] === RUN TestOtherRequests [2022-03-05T15:03:55.315Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T15:03:55.315Z] PASS [2022-03-05T15:03:55.315Z] coverage: 57.1% of statements [2022-03-05T15:03:55.315Z] ok github.com/docker/docker/libnetwork/ipams/null 0.048s coverage: 57.1% of statements [2022-03-05T15:03:55.315Z] --- PASS: TestAddSubnets (0.05s) [2022-03-05T15:03:55.315Z] === RUN TestDoublePoolRelease [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:54Z" level=info msg="node 2 leaving" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d change state NodeActive --> NodeLeft" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="node4(e0635ca85405): Node leave event for 9adec500639d/172.30.45.100" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d change state NodeActive --> NodeLeft" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="node5(44e934616542): Node leave event for 9adec500639d/172.30.45.100" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d change state NodeActive --> NodeLeft" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="node3(9adec500639d): Node leave event for 9adec500639d/172.30.45.100" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=debug msg="memberlist: Failed ping: 44e934616542 (timeout reached)" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.45.100:10034: use of closed network connection" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.45.100:10035: use of closed network connection" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.45.100:10036: use of closed network connection" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49362" [2022-03-05T15:03:55.316Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:55.772Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-05T15:03:55.772Z] === RUN TestAddReleasePoolID [2022-03-05T15:03:55.772Z] --- PASS: TestAddReleasePoolID (0.07s) [2022-03-05T15:03:55.772Z] === RUN TestPredefinedPool [2022-03-05T15:03:55.772Z] --- PASS: TestPredefinedPool (0.03s) [2022-03-05T15:03:55.772Z] === RUN TestRemoveSubnet [2022-03-05T15:03:55.772Z] --- PASS: TestRemoveSubnet (0.20s) [2022-03-05T15:03:55.772Z] === RUN TestGetSameAddress [2022-03-05T15:03:55.772Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-05T15:03:55.772Z] === RUN TestPoolAllocationReuse [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node 9adec500639d/172.30.45.100, left gossip cluster" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=warning msg="memberlist: Was able to connect to 44e934616542 but other probes failed, network may be misconfigured" [2022-03-05T15:03:55.784Z] networkdb_test.go:867: node4: OK [2022-03-05T15:03:55.784Z] networkdb_test.go:867: node5: OK [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="node 0 coming back" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8546c2e2e68b with config:&{NodeID:8546c2e2e68b Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, added to nodes list" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="node 1 coming back" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b8aadd572869 with config:&{NodeID:b8aadd572869 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node b8aadd572869/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node b8aadd572869/172.30.45.100, added to nodes list" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="node 2 coming back" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:c15eb4b7be56 with config:&{NodeID:c15eb4b7be56 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node c15eb4b7be56/172.30.45.100, joined gossip cluster" [2022-03-05T15:03:55.784Z] time="2022-03-05T15:03:55Z" level=info msg="Node c15eb4b7be56/172.30.45.100, added to nodes list" [2022-03-05T15:03:56.228Z] --- PASS: TestSetRollover (1.49s) [2022-03-05T15:03:56.228Z] === RUN TestSetRolloverSerial [2022-03-05T15:03:56.685Z] === RUN TestGetCapabilities [2022-03-05T15:03:56.685Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-05T15:03:56.685Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T15:03:56.685Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-05T15:03:56.685Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T15:03:56.685Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-05T15:03:56.685Z] === RUN TestRemoteDriver [2022-03-05T15:03:56.685Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:03:56.685Z] PASS [2022-03-05T15:03:56.685Z] coverage: 47.4% of statements [2022-03-05T15:03:56.685Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.086s coverage: 47.4% of statements [2022-03-05T15:03:57.139Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T15:03:57.142Z] --- PASS: TestPoolAllocationReuse (1.43s) [2022-03-05T15:03:57.142Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T15:03:57.142Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-05T15:03:57.142Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T15:03:57.598Z] --- PASS: TestSetRolloverSerial (1.48s) [2022-03-05T15:03:57.598Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T15:03:57.598Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T15:03:57.598Z] PASS [2022-03-05T15:03:57.598Z] coverage: 84.4% of statements [2022-03-05T15:03:57.598Z] ok github.com/docker/docker/libnetwork/bitseq 12.137s coverage: 84.4% of statements [2022-03-05T15:03:57.598Z] === RUN TestWindowsIPAM [2022-03-05T15:03:57.598Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T15:03:57.598Z] PASS [2022-03-05T15:03:57.598Z] coverage: 71.4% of statements [2022-03-05T15:03:57.598Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.043s coverage: 71.4% of statements [2022-03-05T15:03:58.514Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T15:03:58.561Z] === RUN TestDefaultNetwork [2022-03-05T15:03:59.017Z] --- PASS: TestDefaultNetwork (0.32s) [2022-03-05T15:03:59.017Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T15:03:59.017Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-03-05T15:03:59.017Z] === RUN TestInitAddressPools [2022-03-05T15:03:59.017Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T15:03:59.017Z] PASS [2022-03-05T15:03:59.017Z] coverage: 74.0% of statements [2022-03-05T15:03:59.081Z] docker_cli_daemon_test.go:2522: [dfdfa806335a7] daemon is not started [2022-03-05T15:03:59.340Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T15:03:59.474Z] ok github.com/docker/docker/libnetwork/ipamutils 0.687s coverage: 74.0% of statements [2022-03-05T15:03:59.474Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.32s) [2022-03-05T15:03:59.474Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T15:03:59.683Z] time="2022-03-05T15:03:58Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.45.100:10033 172.30.45.100:10034 172.30.45.100:10035]" [2022-03-05T15:03:59.683Z] time="2022-03-05T15:03:59Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.45.100:10033 172.30.45.100:10034 172.30.45.100:10035]" [2022-03-05T15:03:59.930Z] === RUN TestKeyValue [2022-03-05T15:03:59.930Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T15:03:59.930Z] PASS [2022-03-05T15:03:59.930Z] coverage: 60.0% of statements [2022-03-05T15:03:59.930Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10033" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49363" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, is the new incarnation of the shutdown node 81db25f3369d/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10034" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49364" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, is the new incarnation of the shutdown node 81db25f3369d/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, is the new incarnation of the shutdown node cbf002468989/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10035" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49365" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node e0635ca85405/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node 44e934616542/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, is the new incarnation of the shutdown node 9adec500639d/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, is the new incarnation of the shutdown node cbf002468989/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node b8aadd572869/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, is the new incarnation of the shutdown node 9adec500639d/172.30.45.100" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:03:59Z" level=info msg="Node c15eb4b7be56/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:04:00Z" level=info msg="Node c15eb4b7be56/172.30.45.100, joined gossip cluster" [2022-03-05T15:04:00.151Z] time="2022-03-05T15:04:00Z" level=info msg="Node c15eb4b7be56/172.30.45.100, added to nodes list" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10033" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49366" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10034" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49367" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.45.100:10035" [2022-03-05T15:04:00.620Z] time="2022-03-05T15:04:00Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49368" [2022-03-05T15:04:00.717Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T15:04:00.717Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-05T15:04:01.087Z] 2022/03/05 15:04:00 Closing DB instances... [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="Node 8546c2e2e68b change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="node2(b8aadd572869): Node leave event for 8546c2e2e68b/172.30.45.100" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="Node 8546c2e2e68b change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="node5(44e934616542): Node leave event for 8546c2e2e68b/172.30.45.100" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="Node 8546c2e2e68b change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="node3(c15eb4b7be56): Node leave event for 8546c2e2e68b/172.30.45.100" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="Node 8546c2e2e68b change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="node4(e0635ca85405): Node leave event for 8546c2e2e68b/172.30.45.100" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="Node 8546c2e2e68b change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:00Z" level=info msg="node1(8546c2e2e68b): Node leave event for 8546c2e2e68b/172.30.45.100" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:01Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.087Z] time="2022-03-05T15:04:01Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node 8546c2e2e68b/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869 change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="node4(e0635ca85405): Node leave event for b8aadd572869/172.30.45.100" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869 change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="node3(c15eb4b7be56): Node leave event for b8aadd572869/172.30.45.100" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869 change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="node5(44e934616542): Node leave event for b8aadd572869/172.30.45.100" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869 change state NodeActive --> NodeLeft" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="node2(b8aadd572869): Node leave event for b8aadd572869/172.30.45.100" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869/172.30.45.100, left gossip cluster" [2022-03-05T15:04:01.555Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869/172.30.45.100, left gossip cluster" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="Node b8aadd572869/172.30.45.100, left gossip cluster" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="Node c15eb4b7be56 change state NodeActive --> NodeLeft" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="node4(e0635ca85405): Node leave event for c15eb4b7be56/172.30.45.100" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="Node c15eb4b7be56 change state NodeActive --> NodeLeft" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="node5(44e934616542): Node leave event for c15eb4b7be56/172.30.45.100" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="Node c15eb4b7be56 change state NodeActive --> NodeLeft" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="node3(c15eb4b7be56): Node leave event for c15eb4b7be56/172.30.45.100" [2022-03-05T15:04:02.022Z] time="2022-03-05T15:04:01Z" level=info msg="Node c15eb4b7be56/172.30.45.100, left gossip cluster" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=info msg="Node c15eb4b7be56/172.30.45.100, left gossip cluster" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=info msg="Node c15eb4b7be56/172.30.45.100, left gossip cluster" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=debug msg="memberlist: Failed ping: 44e934616542 (timeout reached)" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.45.100:10035: use of closed network connection" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.45.100:10036: use of closed network connection" [2022-03-05T15:04:02.489Z] time="2022-03-05T15:04:02Z" level=debug msg="memberlist: Stream connection from=172.30.45.100:49369" [2022-03-05T15:04:02.823Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.72s) [2022-03-05T15:04:02.823Z] === RUN TestGetAddress [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T15:04:02.823Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T15:04:02.957Z] time="2022-03-05T15:04:02Z" level=info msg="Node e0635ca85405 change state NodeActive --> NodeLeft" [2022-03-05T15:04:02.957Z] time="2022-03-05T15:04:02Z" level=info msg="node5(44e934616542): Node leave event for e0635ca85405/172.30.45.100" [2022-03-05T15:04:02.957Z] time="2022-03-05T15:04:02Z" level=info msg="Node e0635ca85405 change state NodeActive --> NodeLeft" [2022-03-05T15:04:02.957Z] time="2022-03-05T15:04:02Z" level=info msg="node4(e0635ca85405): Node leave event for e0635ca85405/172.30.45.100" [2022-03-05T15:04:02.957Z] time="2022-03-05T15:04:02Z" level=warning msg="memberlist: Was able to connect to 44e934616542 but other probes failed, network may be misconfigured" [2022-03-05T15:04:03.166Z] --- PASS: TestCreateServiceMultipleTimes (14.36s) [2022-03-05T15:04:03.166Z] === RUN TestCreateServiceConflict [2022-03-05T15:04:03.280Z] === RUN TestNetworkDBSimple [2022-03-05T15:04:03.427Z] time="2022-03-05T15:04:03Z" level=info msg="Node e0635ca85405/172.30.45.100, left gossip cluster" [2022-03-05T15:04:03.427Z] time="2022-03-05T15:04:03Z" level=info msg="Node e0635ca85405/172.30.45.100, left gossip cluster" [2022-03-05T15:04:03.743Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-05T15:04:03.743Z] PASS [2022-03-05T15:04:03.743Z] coverage: 100.0% of statements [2022-03-05T15:04:03.743Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.044s coverage: 100.0% of statements [2022-03-05T15:04:03.743Z] === RUN TestGenerate [2022-03-05T15:04:03.743Z] --- PASS: TestGenerate (0.00s) [2022-03-05T15:04:03.743Z] === RUN TestGeneratePtr [2022-03-05T15:04:03.743Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T15:04:03.743Z] === RUN TestGenerateMissingField [2022-03-05T15:04:03.743Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T15:04:03.743Z] === RUN TestFieldCannotBeSet [2022-03-05T15:04:03.743Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T15:04:03.743Z] === RUN TestTypeMismatchError [2022-03-05T15:04:03.743Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T15:04:03.743Z] PASS [2022-03-05T15:04:03.743Z] coverage: 100.0% of statements [2022-03-05T15:04:03.743Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-03-05T15:04:03.895Z] time="2022-03-05T15:04:03Z" level=info msg="Node 44e934616542/172.30.45.100, left gossip cluster" [2022-03-05T15:04:03.895Z] time="2022-03-05T15:04:03Z" level=info msg="Node 44e934616542 change state NodeActive --> NodeFailed" [2022-03-05T15:04:03.895Z] time="2022-03-05T15:04:03Z" level=info msg="Node 44e934616542/172.30.45.100, added to failed nodes list" [2022-03-05T15:04:03.895Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-05T15:04:03.895Z] PASS [2022-03-05T15:04:03.895Z] coverage: 60.0% of statements [2022-03-05T15:04:03.895Z] ok github.com/docker/docker/libnetwork/networkdb 105.288s coverage: 60.0% of statements [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T15:04:03.895Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T15:04:03.896Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T15:04:04.096Z] --- PASS: TestCreateServiceConflict (2.09s) [2022-03-05T15:04:04.096Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:04:04.199Z] testing: warning: no tests to run [2022-03-05T15:04:04.199Z] PASS [2022-03-05T15:04:04.199Z] coverage: 0.0% of statements [2022-03-05T15:04:04.199Z] ok github.com/docker/docker/libnetwork/osl 0.041s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:04:04.199Z] 2022/03/05 15:04:03 Closing DB instances... [2022-03-05T15:04:04.655Z] === RUN TestRequestNewPort [2022-03-05T15:04:04.655Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T15:04:04.655Z] === RUN TestRequestSpecificPort [2022-03-05T15:04:04.655Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T15:04:04.655Z] === RUN TestReleasePort [2022-03-05T15:04:04.655Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T15:04:04.655Z] === RUN TestReuseReleasedPort [2022-03-05T15:04:04.656Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestReleaseUnreadledPort [2022-03-05T15:04:04.656Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestUnknowProtocol [2022-03-05T15:04:04.656Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestAllocateAllPorts [2022-03-05T15:04:04.656Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestPortAllocation [2022-03-05T15:04:04.656Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T15:04:04.656Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestNoDuplicateBPR [2022-03-05T15:04:04.656Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T15:04:04.656Z] === RUN TestChangePortRange [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T15:04:04.656Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T15:04:04.656Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T15:04:04.656Z] PASS [2022-03-05T15:04:04.656Z] coverage: 88.6% of statements [2022-03-05T15:04:04.656Z] ok github.com/docker/docker/libnetwork/portallocator 0.061s coverage: 88.6% of statements [2022-03-05T15:04:05.112Z] testing: warning: no tests to run [2022-03-05T15:04:05.112Z] PASS [2022-03-05T15:04:05.112Z] coverage: 0.0% of statements [2022-03-05T15:04:05.112Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:04:05.373Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-03-05T15:04:05.373Z] === RUN TestInfoDebug [2022-03-05T15:04:05.373Z] --- PASS: TestInfoDebug (0.53s) [2022-03-05T15:04:05.373Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:04:05.373Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-05T15:04:05.373Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:04:05.373Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-05T15:04:05.373Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:04:05.373Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-05T15:04:05.373Z] === RUN TestPingCacheHeaders [2022-03-05T15:04:05.373Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T15:04:05.373Z] === RUN TestPingGet [2022-03-05T15:04:05.373Z] --- PASS: TestPingGet (0.01s) [2022-03-05T15:04:05.373Z] === RUN TestPingHead [2022-03-05T15:04:05.373Z] --- PASS: TestPingHead (0.02s) [2022-03-05T15:04:05.373Z] === RUN TestVersion [2022-03-05T15:04:05.373Z] --- PASS: TestVersion (0.02s) [2022-03-05T15:04:05.373Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:04:05.373Z] === CONT TestDiskUsage [2022-03-05T15:04:05.568Z] === RUN TestHashData [2022-03-05T15:04:05.568Z] --- PASS: TestHashData (0.00s) [2022-03-05T15:04:05.568Z] PASS [2022-03-05T15:04:05.568Z] coverage: 2.8% of statements [2022-03-05T15:04:05.568Z] ok github.com/docker/docker/libnetwork/resolvconf 0.048s coverage: 2.8% of statements [2022-03-05T15:04:05.568Z] --- PASS: TestNetworkDBSimple (2.45s) [2022-03-05T15:04:05.568Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T15:04:05.630Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T15:04:05.888Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T15:04:06.025Z] === RUN TestErrorConstructors [2022-03-05T15:04:06.025Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T15:04:06.025Z] === RUN TestCompareIPMask [2022-03-05T15:04:06.025Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T15:04:06.025Z] === RUN TestUtilGetHostPartIP [2022-03-05T15:04:06.025Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T15:04:06.025Z] === RUN TestUtilGetBroadcastIP [2022-03-05T15:04:06.025Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T15:04:06.025Z] === RUN TestParseCIDR [2022-03-05T15:04:06.025Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T15:04:06.025Z] PASS [2022-03-05T15:04:06.025Z] coverage: 37.3% of statements [2022-03-05T15:04:06.025Z] ok github.com/docker/docker/libnetwork/types 0.045s coverage: 37.3% of statements [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T15:04:06.454Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T15:04:06.481Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T15:04:06.613Z] --- PASS: TestCreateServiceMaxReplicas (2.10s) [2022-03-05T15:04:06.613Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:04:06.711Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-03-05T15:04:06.711Z] --- PASS: TestDiskUsage (1.50s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run (0.48s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T15:04:06.712Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:04:06.712Z] PASS [2022-03-05T15:04:06.712Z] [2022-03-05T15:04:06.712Z] DONE 50 tests in 20.235s [2022-03-05T15:04:06.712Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T15:04:06.712Z] INFO: Testing against a local daemon [2022-03-05T15:04:06.712Z] === RUN TestVolumesCreateAndList [2022-03-05T15:04:06.712Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T15:04:06.712Z] === RUN TestVolumesRemove [2022-03-05T15:04:06.712Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-05T15:04:06.712Z] === RUN TestVolumesInspect [2022-03-05T15:04:06.712Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T15:04:06.712Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:04:06.712Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:04:06.712Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:04:06.712Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:04:06.712Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-05T15:04:06.712Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T15:04:06.712Z] PASS [2022-03-05T15:04:06.712Z] [2022-03-05T15:04:06.712Z] DONE 5 tests in 0.152s [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === Skipped [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T15:04:06.845Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-05T15:04:06.845Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-05T15:04:06.845Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T15:04:06.845Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-05T15:04:06.845Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:04:06.845Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T15:04:06.845Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T15:04:06.845Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T15:04:06.845Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T15:04:06.845Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T15:04:06.845Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T15:04:06.845Z] daemon_test.go:145: root required [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:04:06.845Z] reload_test.go:342: root required [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T15:04:06.845Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:04:06.845Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T15:04:06.845Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T15:04:06.845Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T15:04:06.845Z] layer_test.go:291: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T15:04:06.845Z] layer_test.go:340: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T15:04:06.845Z] layer_test.go:455: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T15:04:06.845Z] layer_test.go:684: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T15:04:06.845Z] migration_test.go:45: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:04:06.845Z] migration_test.go:181: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T15:04:06.845Z] mount_test.go:17: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T15:04:06.845Z] mount_test.go:76: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T15:04:06.845Z] mount_test.go:125: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T15:04:06.845Z] mount_test.go:212: Failing on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-05T15:04:06.845Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-05T15:04:06.845Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T15:04:06.845Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-05T15:04:06.845Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T15:04:06.845Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-05T15:04:06.845Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:04:06.845Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T15:04:06.845Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:04:06.845Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T15:04:06.845Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T15:04:06.845Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T15:04:06.845Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:04:06.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:04:06.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:04:06.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:04:06.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:04:06.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-05T15:04:06.845Z] archive_test.go:140: zstd not installed [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:04:06.845Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:04:06.845Z] changes_test.go:195: needs more investigation [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-05T15:04:06.845Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-05T15:04:06.845Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T15:04:06.845Z] changes_test.go:432: needs further investigation [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:04:06.845Z] changes_test.go:468: needs further investigation [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:04:06.845Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T15:04:06.845Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:04:06.845Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:04:06.845Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-05T15:04:06.845Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-05T15:04:06.845Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-05T15:04:06.845Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T15:04:06.845Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T15:04:06.845Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:04:06.845Z] [2022-03-05T15:04:06.845Z] DONE 2072 tests, 70 skipped in 275.443s [2022-03-05T15:04:06.845Z] INFO: make.ps1 ended at 03/05/2022 15:04:06 [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T15:04:06.938Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T15:04:06.938Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T15:04:06.938Z] PASS [2022-03-05T15:04:06.938Z] coverage: 50.0% of statements [2022-03-05T15:04:06.938Z] ok github.com/docker/docker/oci 0.053s coverage: 50.0% of statements [2022-03-05T15:04:06.938Z] 2022/03/05 15:04:06 Closing DB instances... [2022-03-05T15:04:06.969Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T15:04:07.281Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T15:04:07.533Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-05T15:04:07.533Z] Removing test suite binaries [2022-03-05T15:04:07.533Z] exiting test-integration [2022-03-05T15:04:07.533Z] ++ exit 0 [2022-03-05T15:04:07.533Z] [2022-03-05T15:04:07.903Z] === RUN TestParseVersion [2022-03-05T15:04:07.903Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T15:04:07.903Z] PASS [2022-03-05T15:04:07.903Z] coverage: 52.9% of statements [2022-03-05T15:04:07.903Z] ok github.com/docker/docker/pkg/aaparser 0.042s coverage: 52.9% of statements [2022-03-05T15:04:07.903Z] === RUN TestAddressPoolOpt [2022-03-05T15:04:07.903Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/a [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/something [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/_=a [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/PATH [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/=a [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/PATH= [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/PATH=something [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/1asd [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/123 [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/some_space [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/= [2022-03-05T15:04:07.903Z] === RUN TestValidateEnv/PaTh [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestParseHost [2022-03-05T15:04:07.903Z] --- PASS: TestParseHost (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestParseDockerDaemonHost [2022-03-05T15:04:07.903Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestParseTCP [2022-03-05T15:04:07.903Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T15:04:07.903Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestValidateExtraHosts [2022-03-05T15:04:07.903Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestIpOptString [2022-03-05T15:04:07.903Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T15:04:07.903Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T15:04:07.903Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestIpOptSetInvalidVal [2022-03-05T15:04:07.903Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestValidateIPAddress [2022-03-05T15:04:07.903Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestMapOpts [2022-03-05T15:04:07.903Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestListOptsWithoutValidator [2022-03-05T15:04:07.903Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestListOptsWithValidator [2022-03-05T15:04:07.903Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestValidateDNSSearch [2022-03-05T15:04:07.903Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T15:04:07.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:04:07.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestNamedListOpts [2022-03-05T15:04:07.903Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestNamedMapOpts [2022-03-05T15:04:07.903Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestParseLink [2022-03-05T15:04:07.903Z] --- PASS: TestParseLink (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T15:04:07.903Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T15:04:07.903Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T15:04:07.903Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T15:04:07.903Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T15:04:07.903Z] === RUN TestUlimitOpt [2022-03-05T15:04:07.903Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T15:04:07.903Z] PASS [2022-03-05T15:04:07.903Z] coverage: 67.4% of statements [2022-03-05T15:04:07.903Z] ok github.com/docker/docker/opts 0.094s coverage: 67.4% of statements [2022-03-05T15:04:08.412Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T15:04:08.412Z] INFO: Unit tests ended at 03/05/2022 15:04:08. Duration:00:04:50.4546642 [2022-03-05T15:04:08.412Z] INFO: Building busybox [2022-03-05T15:04:08.412Z] Sending build context to Docker daemon 5.12kB [2022-03-05T15:04:08.412Z] [2022-03-05T15:04:08.412Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T15:04:08.412Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T15:04:08.412Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T15:04:08.412Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T15:04:08.412Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T15:04:08.412Z] ---> bdeb13086b9f [2022-03-05T15:04:08.412Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T15:04:08.869Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-05T15:04:08.869Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T15:04:08.879Z] ---> Running in 8a29ff77e211 Post stage [Pipeline] junit [2022-03-05T15:04:08.919Z] Recording test results [2022-03-05T15:04:09.180Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T15:04:09.327Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T15:04:09.783Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T15:04:09.784Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T15:04:09.784Z] --- PASS: TestPeerCertificateMarshalJSON (0.40s) [2022-03-05T15:04:09.784Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T15:04:09.784Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T15:04:09.784Z] === RUN TestMiddleware [2022-03-05T15:04:09.784Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T15:04:09.784Z] === RUN TestNewResponseModifier [2022-03-05T15:04:09.784Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T15:04:09.784Z] PASS [2022-03-05T15:04:09.784Z] coverage: 26.8% of statements [2022-03-05T15:04:09.784Z] ok github.com/docker/docker/pkg/authorization 0.463s coverage: 26.8% of statements [2022-03-05T15:04:09.784Z] 2022/03/05 15:04:09 Closing DB instances... [2022-03-05T15:04:10.240Z] === RUN TestIsArchivePathDir [2022-03-05T15:04:10.240Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-03-05T15:04:10.240Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T15:04:10.240Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-03-05T15:04:10.240Z] === RUN TestIsArchivePathTar [2022-03-05T15:04:10.394Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T15:04:10.696Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-03-05T15:04:10.696Z] === RUN TestDecompressStreamGzip [2022-03-05T15:04:10.696Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-05T15:04:10.696Z] === RUN TestDecompressStreamBzip2 [2022-03-05T15:04:10.696Z] === RUN TestUnbuffered [2022-03-05T15:04:10.696Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestRaceUnbuffered [2022-03-05T15:04:10.696Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T15:04:10.696Z] PASS [2022-03-05T15:04:10.696Z] coverage: 100.0% of statements [2022-03-05T15:04:10.696Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2022-03-05T15:04:10.696Z] --- PASS: TestDecompressStreamBzip2 (0.22s) [2022-03-05T15:04:10.696Z] === RUN TestDecompressStreamXz [2022-03-05T15:04:10.696Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:04:10.696Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestDecompressStreamZstd [2022-03-05T15:04:10.696Z] archive_test.go:140: zstd not installed [2022-03-05T15:04:10.696Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-05T15:04:10.696Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T15:04:10.696Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T15:04:10.696Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestCompressStreamInvalid [2022-03-05T15:04:10.696Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionInvalid [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionUncompressed [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionBzip2 [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionGzip [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionXz [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestExtensionZstd [2022-03-05T15:04:10.696Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T15:04:10.696Z] === RUN TestCmdStreamLargeStderr [2022-03-05T15:04:10.778Z] + echo Ensuring container killed. [2022-03-05T15:04:10.778Z] Ensuring container killed. [2022-03-05T15:04:10.778Z] + docker rm -vf docker-pr8 [2022-03-05T15:04:10.778Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-03-05T15:04:11.063Z] + echo Chowning /workspace to jenkins user [2022-03-05T15:04:11.063Z] Chowning /workspace to jenkins user [2022-03-05T15:04:11.063Z] + id -u [2022-03-05T15:04:11.063Z] + id -g [2022-03-05T15:04:11.063Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T15:04:11.063Z] Unable to find image 'busybox:latest' locally [2022-03-05T15:04:11.063Z] latest: Pulling from library/busybox [2022-03-05T15:04:11.153Z] --- PASS: TestCmdStreamLargeStderr (0.19s) [2022-03-05T15:04:11.153Z] === RUN TestCmdStreamBad [2022-03-05T15:04:11.153Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:04:11.153Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T15:04:11.153Z] === RUN TestCmdStreamGood [2022-03-05T15:04:11.153Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-05T15:04:11.153Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T15:04:11.153Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-05T15:04:11.153Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T15:04:11.153Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T15:04:11.153Z] === RUN TestUntarPath [2022-03-05T15:04:11.153Z] === RUN TestMatch [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[foo]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[]#01 [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[qux]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T15:04:11.153Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T15:04:11.153Z] --- PASS: TestMatch (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestUntarPath (0.08s) [2022-03-05T15:04:11.153Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T15:04:11.153Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T15:04:11.153Z] PASS [2022-03-05T15:04:11.153Z] coverage: 87.5% of statements [2022-03-05T15:04:11.153Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2022-03-05T15:04:11.153Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-05T15:04:11.153Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T15:04:11.322Z] 7e5209d2300f: Pulling fs layer [2022-03-05T15:04:11.323Z] 7e5209d2300f: Verifying Checksum [2022-03-05T15:04:11.323Z] 7e5209d2300f: Download complete [2022-03-05T15:04:11.323Z] 7e5209d2300f: Pull complete [2022-03-05T15:04:11.323Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-05T15:04:11.323Z] Status: Downloaded newer image for busybox:latest [2022-03-05T15:04:11.711Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-05T15:04:11.892Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-03-05T15:04:11.892Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T15:04:11.892Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-05T15:04:11.892Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T15:04:11.892Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T15:04:11.892Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T15:04:11.892Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:04:11.892Z] === RUN TestCopyWithTarSrcFile [2022-03-05T15:04:11.892Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-05T15:04:11.892Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T15:04:11.892Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-05T15:04:11.892Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T15:04:11.892Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T15:04:11.892Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T15:04:11.892Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:04:11.892Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T15:04:11.892Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-05T15:04:11.892Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T15:04:11.892Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T15:04:11.892Z] === RUN TestTarFiles [2022-03-05T15:04:12.352Z] === RUN TestChrootTarUntar [2022-03-05T15:04:12.352Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T15:04:12.352Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T15:04:12.352Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T15:04:12.352Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootCopyWithTar [2022-03-05T15:04:12.352Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootCopyFileWithTar [2022-03-05T15:04:12.352Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootUntarPath [2022-03-05T15:04:12.352Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T15:04:12.352Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T15:04:12.352Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:04:12.352Z] === RUN TestChrootApplyDotDotFile [2022-03-05T15:04:12.352Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:04:12.352Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:04:12.352Z] PASS [2022-03-05T15:04:12.352Z] coverage: 15.1% of statements [2022-03-05T15:04:12.352Z] ok github.com/docker/docker/pkg/chrootarchive 0.108s coverage: 15.1% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T15:04:13.025Z] + bundleName=amd64-cgroup2 [2022-03-05T15:04:13.025Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-05T15:04:13.025Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-05T15:04:13.025Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-05T15:04:13.025Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-05T15:04:13.296Z] Archiving artifacts [2022-03-05T15:04:13.616Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-05T15:04:13.629Z] Removing intermediate container 8a29ff77e211 [2022-03-05T15:04:13.629Z] ---> d6ca255ab866 [2022-03-05T15:04:13.629Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T15:04:13.629Z] ---> Running in 6df833ac05e0 [2022-03-05T15:04:13.882Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T15:04:13.882Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T15:04:13.882Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T15:04:13.882Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T15:04:13.882Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T15:04:13.882Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T15:04:13.882Z] PASS [2022-03-05T15:04:13.882Z] coverage: 0.0% of statements [2022-03-05T15:04:13.882Z] ok github.com/docker/docker/pkg/containerfs 0.047s coverage: 0.0% of statements [2022-03-05T15:04:13.882Z] 2022/03/05 15:04:13 Closing DB instances... [2022-03-05T15:04:14.097Z] Removing intermediate container 6df833ac05e0 [2022-03-05T15:04:14.097Z] ---> 68e64320c9d8 [2022-03-05T15:04:14.097Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T15:04:14.097Z] ---> Running in e27cf24608b2 [2022-03-05T15:04:14.338Z] === RUN TestSizeEmpty [2022-03-05T15:04:14.338Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeEmptyFile [2022-03-05T15:04:14.338Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeNonemptyFile [2022-03-05T15:04:14.338Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T15:04:14.338Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T15:04:14.338Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T15:04:14.338Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestMoveToSubdir [2022-03-05T15:04:14.338Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-05T15:04:14.338Z] === RUN TestSizeNonExistingDirectory [2022-03-05T15:04:14.338Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T15:04:14.338Z] PASS [2022-03-05T15:04:14.338Z] coverage: 80.0% of statements [2022-03-05T15:04:14.338Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2022-03-05T15:04:14.565Z] Removing intermediate container e27cf24608b2 [2022-03-05T15:04:14.565Z] ---> 3bce1911b3ac [2022-03-05T15:04:14.565Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T15:04:15.300Z] === RUN TestPollerAddRemove [2022-03-05T15:04:15.300Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T15:04:15.300Z] === RUN TestPollerEvent [2022-03-05T15:04:15.300Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:04:15.300Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T15:04:15.300Z] === RUN TestPollerClose [2022-03-05T15:04:15.300Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T15:04:15.300Z] PASS [2022-03-05T15:04:15.300Z] coverage: 45.7% of statements [2022-03-05T15:04:15.300Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2022-03-05T15:04:15.342Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T15:04:15.645Z] + make clean [2022-03-05T15:04:15.645Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T15:04:15.645Z] docker-dev-cache [2022-03-05T15:04:15.645Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T15:04:15.758Z] --- PASS: TestNetworkDBCRUDTableEntry (4.47s) [2022-03-05T15:04:15.758Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T15:04:16.129Z] [2022-03-05T15:04:16.147Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-05T15:04:16.407Z] check_test.go:308: [de8be3a807991] daemon is not started [2022-03-05T15:04:16.407Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-05T15:04:16.571Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-05T15:04:16.571Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-05T15:04:16.571Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-05T15:04:16.571Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-05T15:04:16.571Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-05T15:04:16.571Z] Cross building: bundles/cross/windows/amd64 [2022-03-05T15:04:16.571Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-05T15:04:16.571Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-05T15:04:16.597Z] ---> 2d226cd9665b [2022-03-05T15:04:16.597Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T15:04:16.597Z] ---> Running in f3a733dc526a [2022-03-05T15:04:16.724Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T15:04:16.724Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:04:16.724Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T15:04:16.724Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T15:04:16.724Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCopyFile [2022-03-05T15:04:16.724Z] --- PASS: TestCopyFile (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T15:04:16.724Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:04:16.724Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T15:04:16.724Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T15:04:16.724Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:04:16.724Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestWildcardMatches [2022-03-05T15:04:16.724Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestPatternMatches [2022-03-05T15:04:16.724Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T15:04:16.724Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T15:04:16.724Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T15:04:16.724Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T15:04:16.724Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T15:04:16.724Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T15:04:16.724Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestSingleExclamationError [2022-03-05T15:04:16.724Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestMatchesWithNoPatterns [2022-03-05T15:04:16.724Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T15:04:16.724Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestMatches [2022-03-05T15:04:16.724Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T15:04:16.724Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T15:04:16.724Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T15:04:16.724Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T15:04:16.724Z] --- PASS: TestMatches (0.01s) [2022-03-05T15:04:16.724Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T15:04:16.724Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T15:04:16.724Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T15:04:16.724Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatterns [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T15:04:16.724Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCreateIfNotExistsDir [2022-03-05T15:04:16.724Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-05T15:04:16.724Z] === RUN TestCreateIfNotExistsFile [2022-03-05T15:04:16.724Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-05T15:04:16.724Z] === RUN TestMatch [2022-03-05T15:04:16.724Z] --- PASS: TestMatch (0.01s) [2022-03-05T15:04:16.724Z] === RUN TestCompile [2022-03-05T15:04:16.724Z] === RUN TestCompile/slash [2022-03-05T15:04:16.724Z] === RUN TestCompile/backslash [2022-03-05T15:04:16.724Z] --- PASS: TestCompile (0.00s) [2022-03-05T15:04:16.724Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T15:04:16.724Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T15:04:16.724Z] PASS [2022-03-05T15:04:16.724Z] coverage: 84.7% of statements [2022-03-05T15:04:16.724Z] ok github.com/docker/docker/pkg/fileutils 0.104s coverage: 84.7% of statements [2022-03-05T15:04:17.182Z] === RUN TestGet [2022-03-05T15:04:17.182Z] --- PASS: TestGet (0.00s) [2022-03-05T15:04:17.182Z] === RUN TestGetShortcutString [2022-03-05T15:04:17.182Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T15:04:17.182Z] PASS [2022-03-05T15:04:17.182Z] coverage: 42.9% of statements [2022-03-05T15:04:17.182Z] ok github.com/docker/docker/pkg/homedir 0.045s coverage: 42.9% of statements [2022-03-05T15:04:17.639Z] --- PASS: TestTarFiles (6.04s) [2022-03-05T15:04:17.639Z] === RUN TestDetectCompressionZstd [2022-03-05T15:04:17.639Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T15:04:17.639Z] === RUN TestTarUntar [2022-03-05T15:04:17.639Z] --- PASS: TestTarUntar (0.05s) [2022-03-05T15:04:17.639Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T15:04:17.639Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-05T15:04:17.639Z] === RUN TestTarWithOptions [2022-03-05T15:04:17.639Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-05T15:04:17.639Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T15:04:17.639Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T15:04:17.639Z] === RUN TestUntarUstarGnuConflict [2022-03-05T15:04:17.639Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T15:04:17.639Z] === RUN TestUntarInvalidFilenames [2022-03-05T15:04:17.639Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames533141743\\dest" [2022-03-05T15:04:17.639Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-05T15:04:17.639Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T15:04:17.639Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-05T15:04:17.639Z] === RUN TestUntarInvalidHardlink [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3470446201\\victim\\hello" -> "../victim/hello" [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2527549850\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2643173856\\victim" -> "../victim" [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1256727238\\victim" -> "../victim" [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2959580265\\victim" -> "../victim" [2022-03-05T15:04:17.639Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2939586141\\victim" -> "../victim" [2022-03-05T15:04:17.639Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-05T15:04:17.639Z] === RUN TestUntarInvalidSymlink [2022-03-05T15:04:17.639Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2070099875\\dest\\dotdot" -> "../victim/hello" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1653519380\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink948102934\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2238748893\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4192745655\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4100931917\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.095Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4092106858\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T15:04:18.095Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-05T15:04:18.095Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T15:04:18.095Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T15:04:18.095Z] === RUN TestXGlobalNoParent [2022-03-05T15:04:18.095Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T15:04:18.095Z] === RUN TestReplaceFileTarWrapper [2022-03-05T15:04:18.095Z] 2022/03/05 15:04:17 Closing DB instances... [2022-03-05T15:04:18.095Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-03-05T15:04:18.095Z] === RUN TestPrefixHeaderReadable [2022-03-05T15:04:18.095Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-05T15:04:18.095Z] === RUN TestDisablePigz [2022-03-05T15:04:18.095Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T15:04:18.095Z] --- PASS: TestDisablePigz (0.16s) [2022-03-05T15:04:18.095Z] === RUN TestPigz [2022-03-05T15:04:18.552Z] === RUN TestCreateIDMapOrder [2022-03-05T15:04:18.552Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T15:04:18.552Z] PASS [2022-03-05T15:04:18.552Z] coverage: 7.2% of statements [2022-03-05T15:04:18.552Z] ok github.com/docker/docker/pkg/idtools 0.046s coverage: 7.2% of statements [2022-03-05T15:04:18.552Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T15:04:18.552Z] --- PASS: TestPigz (0.20s) [2022-03-05T15:04:18.552Z] === RUN TestNosysFileInfo [2022-03-05T15:04:18.552Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:04:18.552Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:04:18.552Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestCanonicalTarNameForPath [2022-03-05T15:04:18.552Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestCanonicalTarName [2022-03-05T15:04:18.552Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChmodTarEntry [2022-03-05T15:04:18.552Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestHardLinkOrder [2022-03-05T15:04:18.552Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-05T15:04:18.552Z] === RUN TestChangeString [2022-03-05T15:04:18.552Z] --- PASS: TestChangeString (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesWithNoChanges [2022-03-05T15:04:18.552Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-05T15:04:18.552Z] === RUN TestChangesWithChanges [2022-03-05T15:04:18.552Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-05T15:04:18.552Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T15:04:18.552Z] changes_test.go:195: needs more investigation [2022-03-05T15:04:18.552Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesDirsEmpty [2022-03-05T15:04:18.552Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:04:18.552Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesDirsMutated [2022-03-05T15:04:18.552Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:04:18.552Z] --- SKIP: TestChangesDirsMutated (0.01s) [2022-03-05T15:04:18.552Z] === RUN TestApplyLayer [2022-03-05T15:04:18.552Z] changes_test.go:432: needs further investigation [2022-03-05T15:04:18.552Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T15:04:18.552Z] changes_test.go:468: needs further investigation [2022-03-05T15:04:18.552Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T15:04:18.552Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T15:04:18.552Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestChangesSize [2022-03-05T15:04:18.552Z] --- PASS: TestChangesSize (0.00s) [2022-03-05T15:04:18.552Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T15:04:18.552Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3355275694\\dest" [2022-03-05T15:04:18.552Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-05T15:04:18.552Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3395839157\\victim\\hello" -> "../victim/hello" [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3006696488\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1643749968\\victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink48631999\\victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2066561587\\victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1126914747\\victim" -> "../victim" [2022-03-05T15:04:18.552Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T15:04:18.552Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3162386978\\dest\\dotdot" -> "../victim/hello" [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink525847604\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1666345907\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink835006528\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink359106935\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:18.552Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1982502764\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:04:19.008Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-05T15:04:19.008Z] === RUN TestApplyLayerWhiteouts [2022-03-05T15:04:19.008Z] --- PASS: TestApplyLayerWhiteouts (0.12s) [2022-03-05T15:04:19.008Z] === RUN TestGenerateEmptyFile [2022-03-05T15:04:19.008Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T15:04:19.008Z] === RUN TestGenerateWithContent [2022-03-05T15:04:19.008Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T15:04:19.008Z] PASS [2022-03-05T15:04:19.008Z] coverage: 62.0% of statements [2022-03-05T15:04:19.008Z] ok github.com/docker/docker/pkg/archive 8.911s coverage: 62.0% of statements [2022-03-05T15:04:19.465Z] --- PASS: TestNetworkDBCRUDTableEntries (3.64s) [2022-03-05T15:04:19.465Z] === RUN TestNetworkDBNodeLeave [2022-03-05T15:04:19.921Z] === RUN TestFixedBufferCap [2022-03-05T15:04:19.921Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestFixedBufferLen [2022-03-05T15:04:19.921Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestFixedBufferString [2022-03-05T15:04:19.921Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestFixedBufferWrite [2022-03-05T15:04:19.921Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestFixedBufferRead [2022-03-05T15:04:19.921Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestBytesPipeRead [2022-03-05T15:04:19.921Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestBytesPipeWrite [2022-03-05T15:04:19.921Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T15:04:19.921Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T15:04:20.377Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2022-03-05T15:04:20.377Z] === RUN TestAtomicWriteToFile [2022-03-05T15:04:20.377Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-05T15:04:20.377Z] === RUN TestAtomicWriteSetCommit [2022-03-05T15:04:20.377Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T15:04:20.377Z] === RUN TestAtomicWriteSetCancel [2022-03-05T15:04:20.377Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-05T15:04:20.377Z] === RUN TestReadCloserWrapperClose [2022-03-05T15:04:20.377Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T15:04:20.377Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestReaderErrWrapperRead [2022-03-05T15:04:20.377Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestCancelReadCloser [2022-03-05T15:04:20.377Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-05T15:04:20.377Z] === RUN TestWriteCloserWrapperClose [2022-03-05T15:04:20.377Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestNopWriteCloser [2022-03-05T15:04:20.377Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestNopWriter [2022-03-05T15:04:20.377Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T15:04:20.377Z] === RUN TestWriteCounter [2022-03-05T15:04:20.377Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T15:04:20.377Z] PASS [2022-03-05T15:04:20.377Z] coverage: 70.1% of statements [2022-03-05T15:04:20.377Z] ok github.com/docker/docker/pkg/ioutils 0.703s coverage: 70.1% of statements [2022-03-05T15:04:21.340Z] === RUN TestError [2022-03-05T15:04:21.340Z] --- PASS: TestError (0.00s) [2022-03-05T15:04:21.340Z] === RUN TestProgressString [2022-03-05T15:04:21.340Z] === RUN TestProgressString/no_progress [2022-03-05T15:04:21.340Z] === RUN TestProgressString/progress_1 [2022-03-05T15:04:21.340Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T15:04:21.340Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T15:04:21.340Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T15:04:21.340Z] === RUN TestProgressString/with_units [2022-03-05T15:04:21.340Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T15:04:21.340Z] === RUN TestProgressString/hide_counts [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T15:04:21.340Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T15:04:21.340Z] === RUN TestJSONMessageDisplay [2022-03-05T15:04:21.454Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.95s) [2022-03-05T15:04:21.454Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:04:21.796Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-03-05T15:04:21.796Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T15:04:21.796Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T15:04:21.796Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T15:04:21.796Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T15:04:21.796Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T15:04:21.796Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-05T15:04:21.796Z] PASS [2022-03-05T15:04:21.796Z] coverage: 91.7% of statements [2022-03-05T15:04:21.796Z] ok github.com/docker/docker/pkg/jsonmessage 0.256s coverage: 91.7% of statements [2022-03-05T15:04:22.252Z] === RUN TestStandardLongPath [2022-03-05T15:04:22.252Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T15:04:22.252Z] === RUN TestUNCLongPath [2022-03-05T15:04:22.252Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T15:04:22.252Z] PASS [2022-03-05T15:04:22.252Z] coverage: 100.0% of statements [2022-03-05T15:04:22.252Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-03-05T15:04:22.716Z] --- PASS: TestNetworkDBNodeLeave (3.03s) [2022-03-05T15:04:22.716Z] === RUN TestNetworkDBWatch [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite (333.23s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.09s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.88s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.57s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.22s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.33s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.93s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.48s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.82s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.61s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.56s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.96s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.16s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.44s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.10s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.18s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.18s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.26s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.68s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.20s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.85s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.25s) [2022-03-05T15:04:22.970Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.43s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.15s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.85s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.95s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.99s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.62s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.70s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.70s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.80s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.37s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.33s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.31s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.60s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.01s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.50s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.19s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.88s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.80s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.83s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.21s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.73s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.41s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.98s) [2022-03-05T15:04:22.970Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-05T15:04:22.970Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.19s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.71s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.63s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.62s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.67s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.39s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.06s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.16s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.19s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.51s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.67s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.64s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.12s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.68s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.21s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.76s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.88s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.07s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.55s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.16s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.72s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.41s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.74s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.26s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.29s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.16s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.43s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.39s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.18s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.11s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.61s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.14s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.08s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.08s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.36s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.30s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.64s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.73s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.69s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.25s) [2022-03-05T15:04:22.970Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.63s) [2022-03-05T15:04:22.970Z] === RUN TestDockerSwarmSuite [2022-03-05T15:04:22.970Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-05T15:04:23.172Z] === RUN TestNameFormat [2022-03-05T15:04:23.172Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T15:04:23.172Z] === RUN TestNameRetries [2022-03-05T15:04:23.172Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T15:04:23.172Z] PASS [2022-03-05T15:04:23.172Z] coverage: 85.7% of statements [2022-03-05T15:04:23.172Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-03-05T15:04:24.135Z] === RUN TestParseKeyValueOpt [2022-03-05T15:04:24.135Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T15:04:24.135Z] === RUN TestParseUintList [2022-03-05T15:04:24.135Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T15:04:24.135Z] === RUN TestParseUintListMaximumLimits [2022-03-05T15:04:24.135Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T15:04:24.135Z] PASS [2022-03-05T15:04:24.135Z] coverage: 97.0% of statements [2022-03-05T15:04:24.135Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2022-03-05T15:04:24.135Z] 2022/03/05 15:04:23 Closing DB instances... [2022-03-05T15:04:24.874Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-05T15:04:25.098Z] === RUN TestNewAndRemove [2022-03-05T15:04:25.098Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T15:04:25.098Z] === RUN TestRemoveInvalidPath [2022-03-05T15:04:25.098Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T15:04:25.098Z] PASS [2022-03-05T15:04:25.098Z] coverage: 82.6% of statements [2022-03-05T15:04:25.098Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-03-05T15:04:25.556Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-05T15:04:25.556Z] === RUN TestNetworkDBBulkSync [2022-03-05T15:04:26.780Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T15:04:27.067Z] Removing intermediate container f3a733dc526a [2022-03-05T15:04:27.067Z] ---> b18576337603 [2022-03-05T15:04:27.067Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T15:04:27.067Z] ---> Running in ac078897d3ac [2022-03-05T15:04:27.083Z] 2022/03/05 15:04:26 Closing DB instances... [2022-03-05T15:04:27.083Z] === RUN TestFailedConnection [2022-03-05T15:04:27.083Z] --- PASS: TestGetAddress (24.94s) [2022-03-05T15:04:27.083Z] === RUN TestRequestSyntaxCheck [2022-03-05T15:04:27.535Z] [2022-03-05T15:04:27.535Z] SUCCESS: Specified value was saved. [2022-03-05T15:04:27.539Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-05T15:04:27.539Z] === RUN TestRequest [2022-03-05T15:04:28.155Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-05T15:04:28.155Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T15:04:28.502Z] time="2022-03-05T15:04:28Z" level=error msg="node1(40db06439f58) Could not close DB: timeout waiting for leave broadcast" [2022-03-05T15:04:28.502Z] --- PASS: TestNetworkDBBulkSync (3.05s) [2022-03-05T15:04:28.502Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T15:04:28.958Z] --- PASS: TestFailedConnection (2.11s) [2022-03-05T15:04:28.958Z] === RUN TestFailOnce [2022-03-05T15:04:29.415Z] 2022/03/05 15:04:28 http: panic serving 127.0.0.1:49278: Plugin not ready [2022-03-05T15:04:29.415Z] goroutine 34 [running]: [2022-03-05T15:04:29.415Z] net/http.(*conn).serve.func1() [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T15:04:29.415Z] panic({0x63ca00, 0x7509d0}) [2022-03-05T15:04:29.415Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T15:04:29.415Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x9b6ae81cc6a79c35}, 0xc0001a1a98) [2022-03-05T15:04:29.415Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T15:04:29.415Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x75d900, 0xc0000a80e0}, 0x571d26) [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T15:04:29.415Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x75d900, 0xc0000a80e0}, 0xc00022a000) [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T15:04:29.415Z] net/http.serverHandler.ServeHTTP({0x75bff0}, {0x75d900, 0xc0000a80e0}, 0xc00022a000) [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T15:04:29.415Z] net/http.(*conn).serve(0xc000220000, {0x75f900, 0xc0002020c0}) [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T15:04:29.415Z] created by net/http.(*Server).Serve [2022-03-05T15:04:29.415Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T15:04:29.415Z] time="2022-03-05T15:04:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49277/Test.FailOnce: Post \"http://127.0.0.1:49277/Test.FailOnce\": EOF, retrying in 1s" [2022-03-05T15:04:30.377Z] --- PASS: TestFailOnce (1.22s) [2022-03-05T15:04:30.377Z] === RUN TestEchoInputOutput [2022-03-05T15:04:30.377Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T15:04:30.377Z] === RUN TestBackoff [2022-03-05T15:04:30.377Z] --- PASS: TestBackoff (0.00s) [2022-03-05T15:04:30.377Z] === RUN TestAbortRetry [2022-03-05T15:04:30.377Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T15:04:30.377Z] === RUN TestClientScheme [2022-03-05T15:04:30.377Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T15:04:30.377Z] === RUN TestNewClientWithTimeout [2022-03-05T15:04:30.483Z] Removing intermediate container ac078897d3ac [2022-03-05T15:04:30.483Z] ---> 3b6a1d89eaf5 [2022-03-05T15:04:30.483Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T15:04:30.483Z] ---> Running in 3bb10a5b583d [2022-03-05T15:04:30.834Z] time="2022-03-05T15:04:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T15:04:31.395Z] --- PASS: TestCreateServiceSecretFileMode (12.25s) [2022-03-05T15:04:31.395Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:04:31.795Z] 2022/03/05 15:04:31 Closing DB instances... [2022-03-05T15:04:32.252Z] time="2022-03-05T15:04:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T15:04:33.426Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-05T15:04:34.276Z] Cannot create a file when that file already exists. [2022-03-05T15:04:34.419Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.91s) [2022-03-05T15:04:34.420Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T15:04:34.877Z] time="2022-03-05T15:04:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T15:04:35.333Z] --- PASS: TestRequest (7.87s) [2022-03-05T15:04:35.333Z] === RUN TestOverlappingRequests [2022-03-05T15:04:35.790Z] --- PASS: TestOverlappingRequests (0.38s) [2022-03-05T15:04:35.790Z] === RUN TestRelease [2022-03-05T15:04:35.790Z] 2022/03/05 15:04:35 Closing DB instances... [2022-03-05T15:04:37.319Z] --- PASS: TestRelease (1.52s) [2022-03-05T15:04:37.319Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:04:37.319Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-05T15:04:37.319Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T15:04:37.618Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T15:04:37.618Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T15:04:38.186Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T15:04:38.445Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T15:04:39.490Z] time="2022-03-05T15:04:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T15:04:39.822Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T15:04:39.822Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-05T15:04:39.822Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T15:04:39.822Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T15:04:40.141Z] Removing intermediate container 3bb10a5b583d [2022-03-05T15:04:40.141Z] ---> 5c596bce2bb5 [2022-03-05T15:04:40.141Z] Step 13/13 : CMD ["sh"] [2022-03-05T15:04:40.141Z] ---> Running in a98b429a56f0 [2022-03-05T15:04:40.141Z] Removing intermediate container a98b429a56f0 [2022-03-05T15:04:40.141Z] ---> a62c4e4bb5fa [2022-03-05T15:04:40.141Z] Successfully built a62c4e4bb5fa [2022-03-05T15:04:40.141Z] Successfully tagged busybox:latest [2022-03-05T15:04:40.141Z] INFO: Docker images of the daemon under test [2022-03-05T15:04:40.141Z] [2022-03-05T15:04:40.609Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T15:04:40.609Z] busybox latest a62c4e4bb5fa 1 second ago 5GB [2022-03-05T15:04:40.609Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T15:04:40.609Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T15:04:40.609Z] [2022-03-05T15:04:40.609Z] INFO: Running integration tests at 03/05/2022 15:04:40... [2022-03-05T15:04:40.609Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T15:04:40.609Z] INFO: Integration API tests being run from the host: [2022-03-05T15:04:40.609Z] INFO: make.ps1 starting at 03/05/2022 15:04:40 [2022-03-05T15:04:41.595Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T15:04:41.657Z] --- PASS: TestAllocateRandomDeallocate (4.17s) [2022-03-05T15:04:41.657Z] === RUN TestRetrieveFromStore [2022-03-05T15:04:42.620Z] --- PASS: TestRetrieveFromStore (1.40s) [2022-03-05T15:04:42.620Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T15:04:42.620Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-05T15:04:42.620Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T15:04:42.620Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T15:04:42.620Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T15:04:42.620Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T15:04:42.620Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T15:04:42.620Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T15:04:42.620Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T15:04:42.620Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T15:04:42.620Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T15:04:42.620Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T15:04:42.620Z] === RUN TestDebug [2022-03-05T15:04:42.620Z] --- PASS: TestDebug (0.00s) [2022-03-05T15:04:42.620Z] === RUN TestRequestPoolParallel [2022-03-05T15:04:43.076Z] --- PASS: TestRequestPoolParallel (0.43s) [2022-03-05T15:04:43.076Z] === RUN TestFullAllocateRelease [2022-03-05T15:04:43.532Z] --- PASS: TestFullAllocateRelease (0.47s) [2022-03-05T15:04:43.532Z] === RUN TestOddAllocateRelease [2022-03-05T15:04:43.597Z] --- PASS: TestCreateServiceConfigFileMode (12.34s) [2022-03-05T15:04:43.597Z] === RUN TestCreateServiceSysctls [2022-03-05T15:04:43.988Z] --- PASS: TestOddAllocateRelease (0.29s) [2022-03-05T15:04:43.988Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T15:04:43.988Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-05T15:04:43.988Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T15:04:43.988Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-05T15:04:43.988Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T15:04:43.988Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T15:04:43.988Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T15:04:43.988Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T15:04:43.988Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:43.988Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:04:43.988Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T15:04:43.988Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:43.988Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:04:43.988Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T15:04:43.988Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:04:43.988Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:04:43.988Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:04:43.988Z] PASS [2022-03-05T15:04:43.988Z] coverage: 85.3% of statements [2022-03-05T15:04:43.988Z] ok github.com/docker/docker/libnetwork/ipam 49.271s coverage: 85.3% of statements [2022-03-05T15:04:45.517Z] === RUN TestParseEmptyInterface [2022-03-05T15:04:45.517Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestParseNonInterfaceType [2022-03-05T15:04:45.517Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestParseWithOneFunction [2022-03-05T15:04:45.517Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestParseWithMultipleFuncs [2022-03-05T15:04:45.517Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestParseWithUnnamedReturn [2022-03-05T15:04:45.517Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestEmbeddedInterface [2022-03-05T15:04:45.517Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestParsedImports [2022-03-05T15:04:45.517Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T15:04:45.517Z] === RUN TestAliasedImports [2022-03-05T15:04:45.517Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T15:04:45.517Z] PASS [2022-03-05T15:04:45.517Z] coverage: 56.8% of statements [2022-03-05T15:04:45.517Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-03-05T15:04:46.384Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-05T15:04:46.481Z] === RUN TestHTTPTransport [2022-03-05T15:04:46.481Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T15:04:46.481Z] PASS [2022-03-05T15:04:46.481Z] coverage: 85.7% of statements [2022-03-05T15:04:46.481Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-03-05T15:04:46.867Z] --- PASS: TestCreateServiceSysctls (2.92s) [2022-03-05T15:04:46.867Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:04:46.942Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:04:46.942Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T15:04:46.942Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T15:04:46.942Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:04:46.942Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T15:04:46.942Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T15:04:46.942Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T15:04:46.942Z] === RUN TestBufferPoolPutAndGet [2022-03-05T15:04:46.942Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T15:04:46.942Z] PASS [2022-03-05T15:04:46.942Z] coverage: 88.2% of statements [2022-03-05T15:04:46.942Z] ok github.com/docker/docker/pkg/pools 0.046s coverage: 88.2% of statements [2022-03-05T15:04:47.321Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-05T15:04:47.904Z] === RUN TestOutputOnPrematureClose [2022-03-05T15:04:47.904Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestCompleteSilently [2022-03-05T15:04:47.904Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T15:04:47.904Z] PASS [2022-03-05T15:04:47.904Z] coverage: 75.9% of statements [2022-03-05T15:04:47.904Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2022-03-05T15:04:47.904Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T15:04:47.904Z] === RUN TestClientStream [2022-03-05T15:04:47.904Z] --- PASS: TestClientStream (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestClientSendFile [2022-03-05T15:04:47.904Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestClientWithRequestTimeout [2022-03-05T15:04:47.904Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-05T15:04:47.904Z] === RUN TestFileSpecPlugin [2022-03-05T15:04:47.904Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-05T15:04:47.904Z] === RUN TestFileJSONSpecPlugin [2022-03-05T15:04:47.904Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T15:04:47.904Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestPluginAddHandler [2022-03-05T15:04:47.904Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestPluginWaitBadPlugin [2022-03-05T15:04:47.904Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T15:04:47.904Z] === RUN TestGet [2022-03-05T15:04:47.904Z] time="2022-03-05T15:04:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T15:04:48.130Z] 1bd78008c728: Pull complete [2022-03-05T15:04:48.130Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-05T15:04:48.130Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:04:48.130Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-05T15:04:48.130Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-05T15:04:48.130Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-05T15:04:48.130Z] WARN: Skipping validation tests [2022-03-05T15:04:48.130Z] INFO: Running unit tests at 03/05/2022 15:04:42... [2022-03-05T15:04:48.362Z] === RUN TestSendToOneSub [2022-03-05T15:04:48.362Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T15:04:48.362Z] === RUN TestSendToMultipleSubs [2022-03-05T15:04:48.362Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T15:04:48.362Z] === RUN TestEvictOneSub [2022-03-05T15:04:48.362Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T15:04:48.362Z] === RUN TestClosePublisher [2022-03-05T15:04:48.362Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T15:04:48.362Z] === RUN TestPubSubRace [2022-03-05T15:04:48.699Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T15:04:48.699Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T15:04:48.818Z] time="2022-03-05T15:04:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T15:04:49.386Z] --- PASS: TestCreateServiceCapabilities (2.34s) [2022-03-05T15:04:49.386Z] === RUN TestInspect [2022-03-05T15:04:49.780Z] --- PASS: TestPubSubRace (1.06s) [2022-03-05T15:04:49.780Z] PASS [2022-03-05T15:04:49.780Z] coverage: 75.0% of statements [2022-03-05T15:04:49.780Z] ok github.com/docker/docker/pkg/pubsub 1.103s coverage: 75.0% of statements [2022-03-05T15:04:50.076Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T15:04:50.076Z] docker_api_swarm_test.go:563: [d2c494c2967aa] joining swarm manager [d4887254825ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:04:50.237Z] === RUN TestRegister [2022-03-05T15:04:50.237Z] --- PASS: TestRegister (0.00s) [2022-03-05T15:04:50.237Z] === RUN TestCommand [2022-03-05T15:04:50.237Z] --- PASS: TestCommand (0.04s) [2022-03-05T15:04:50.237Z] === RUN TestNaiveSelf [2022-03-05T15:04:50.237Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-05T15:04:50.237Z] PASS [2022-03-05T15:04:50.237Z] coverage: 82.4% of statements [2022-03-05T15:04:50.237Z] ok github.com/docker/docker/pkg/reexec 0.121s coverage: 82.4% of statements [2022-03-05T15:04:50.335Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T15:04:50.695Z] time="2022-03-05T15:04:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T15:04:50.903Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T15:04:51.093Z] INFO: make.ps1 starting at 03/05/2022 15:04:50 [2022-03-05T15:04:51.093Z] INFO: Git commit (6ae33484aa) assumed from DOCKER_GITCOMMIT environment variable [2022-03-05T15:04:51.093Z] INFO: Invoking autogen... [2022-03-05T15:04:51.152Z] === RUN TestDump [2022-03-05T15:04:51.152Z] goroutine 6 [running]: [2022-03-05T15:04:51.152Z] github.com/docker/docker/pkg/stack.dump(0xd5b9d7) [2022-03-05T15:04:51.152Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:04:51.152Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T15:04:51.152Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T15:04:51.152Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T15:04:51.152Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T15:04:51.152Z] testing.tRunner(0xc00015a1a0, 0xeca190) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:04:51.152Z] created by testing.(*T).Run [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:04:51.152Z] [2022-03-05T15:04:51.152Z] goroutine 1 [chan receive]: [2022-03-05T15:04:51.152Z] testing.(*T).Run(0xc00015a000, {0xebb7b1, 0xd3a733}, 0xeca190) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:04:51.152Z] testing.runTests.func1(0xc000066840) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:04:51.152Z] testing.tRunner(0xc00015a000, 0xc00006fce0) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:04:51.152Z] testing.runTests(0xc000074080, {0x102ec20, 0x3, 0x3}, {0xd5ac2d, 0xebd4ab, 0x10336e0}) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:04:51.152Z] testing.(*M).Run(0xc000074080) [2022-03-05T15:04:51.152Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:04:51.152Z] main.main() [2022-03-05T15:04:51.152Z] _testmain.go:95 +0x1f5 [2022-03-05T15:04:51.152Z] --- PASS: TestDump (0.00s) [2022-03-05T15:04:51.152Z] === RUN TestDumpToFile [2022-03-05T15:04:51.563Z] INFO: Running unit tests... [2022-03-05T15:04:51.608Z] --- PASS: TestDumpToFile (0.24s) [2022-03-05T15:04:51.608Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T15:04:51.608Z] goroutine 8 [running]: [2022-03-05T15:04:51.608Z] github.com/docker/docker/pkg/stack.dump(0xdc8bb4) [2022-03-05T15:04:51.608Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:04:51.608Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xdc8f60}) [2022-03-05T15:04:51.608Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T15:04:51.608Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-05T15:04:51.608Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T15:04:51.608Z] testing.tRunner(0xc00015a680, 0xeca180) [2022-03-05T15:04:51.608Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:04:51.608Z] created by testing.(*T).Run [2022-03-05T15:04:51.608Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:04:51.608Z] [2022-03-05T15:04:51.608Z] goroutine 1 [chan receive]: [2022-03-05T15:04:51.609Z] testing.(*T).Run(0xc00015a000, {0xec2596, 0xd3a733}, 0xeca180) [2022-03-05T15:04:51.609Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:04:51.609Z] testing.runTests.func1(0xc000066840) [2022-03-05T15:04:51.609Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:04:51.609Z] testing.tRunner(0xc00015a000, 0xc00006fce0) [2022-03-05T15:04:51.609Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:04:51.609Z] testing.runTests(0xc000074080, {0x102ec20, 0x3, 0x3}, {0xd5ac2d, 0xebd4ab, 0x10336e0}) [2022-03-05T15:04:51.609Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:04:51.609Z] testing.(*M).Run(0xc000074080) [2022-03-05T15:04:51.609Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:04:51.609Z] main.main() [2022-03-05T15:04:51.609Z] _testmain.go:95 +0x1f5 [2022-03-05T15:04:51.609Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T15:04:51.609Z] PASS [2022-03-05T15:04:51.609Z] coverage: 90.9% of statements [2022-03-05T15:04:51.609Z] ok github.com/docker/docker/pkg/stack 0.299s coverage: 90.9% of statements [2022-03-05T15:04:51.840Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T15:04:51.840Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T15:04:51.901Z] --- PASS: TestInspect (2.62s) [2022-03-05T15:04:51.901Z] === RUN TestCreateJob [2022-03-05T15:04:52.065Z] === RUN TestNewStdWriter [2022-03-05T15:04:52.065Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T15:04:52.065Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestWriteWithNilBytes [2022-03-05T15:04:52.065Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestWrite [2022-03-05T15:04:52.065Z] --- PASS: TestWrite (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestWriteWithWriterError [2022-03-05T15:04:52.065Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T15:04:52.065Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyWriteAndRead [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T15:04:52.065Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T15:04:52.065Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T15:04:52.065Z] PASS [2022-03-05T15:04:52.065Z] coverage: 100.0% of statements [2022-03-05T15:04:52.065Z] ok github.com/docker/docker/pkg/stdcopy 0.054s coverage: 100.0% of statements [2022-03-05T15:04:53.028Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T15:04:53.028Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T15:04:53.028Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestFormatStatus [2022-03-05T15:04:53.028Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestFormatError [2022-03-05T15:04:53.028Z] --- PASS: TestFormatError (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestFormatJSONError [2022-03-05T15:04:53.028Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T15:04:53.028Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T15:04:53.028Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestNewJSONProgressOutput [2022-03-05T15:04:53.028Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestAuxFormatterEmit [2022-03-05T15:04:53.028Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestStreamWriterStdout [2022-03-05T15:04:53.028Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T15:04:53.028Z] === RUN TestStreamWriterStderr [2022-03-05T15:04:53.028Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T15:04:53.028Z] PASS [2022-03-05T15:04:53.028Z] coverage: 66.2% of statements [2022-03-05T15:04:53.028Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2022-03-05T15:04:53.748Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T15:04:53.993Z] === RUN TestGenerateRandomID [2022-03-05T15:04:53.993Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestShortenId [2022-03-05T15:04:53.993Z] --- PASS: TestShortenId (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestShortenSha256Id [2022-03-05T15:04:53.993Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestShortenIdEmpty [2022-03-05T15:04:53.993Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestShortenIdInvalid [2022-03-05T15:04:53.993Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestIsShortIDNonHex [2022-03-05T15:04:53.993Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T15:04:53.993Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T15:04:53.993Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T15:04:53.993Z] PASS [2022-03-05T15:04:53.993Z] coverage: 70.6% of statements [2022-03-05T15:04:53.993Z] ok github.com/docker/docker/pkg/stringid 0.046s coverage: 70.6% of statements [2022-03-05T15:04:54.418Z] --- PASS: TestCreateJob (2.85s) [2022-03-05T15:04:54.418Z] === RUN TestReplicatedJob [2022-03-05T15:04:54.957Z] === RUN TestIsCpusetListAvailable [2022-03-05T15:04:54.957Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T15:04:54.957Z] PASS [2022-03-05T15:04:54.957Z] coverage: 39.4% of statements [2022-03-05T15:04:54.957Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 39.4% of statements [2022-03-05T15:04:54.957Z] time="2022-03-05T15:04:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T15:04:55.652Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T15:04:56.491Z] === RUN TestChtimes [2022-03-05T15:04:56.491Z] --- PASS: TestChtimes (0.01s) [2022-03-05T15:04:56.491Z] === RUN TestChtimesWindows [2022-03-05T15:04:56.491Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-05T15:04:56.491Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T15:04:56.491Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T15:04:56.491Z] PASS [2022-03-05T15:04:56.491Z] coverage: 12.9% of statements [2022-03-05T15:04:56.491Z] ok github.com/docker/docker/pkg/system 0.058s coverage: 12.9% of statements [2022-03-05T15:04:57.052Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T15:04:57.454Z] === RUN TestTailFile [2022-03-05T15:04:57.454Z] --- PASS: TestTailFile (0.00s) [2022-03-05T15:04:57.454Z] === RUN TestTailFileManyLines [2022-03-05T15:04:57.454Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T15:04:57.454Z] === RUN TestTailEmptyFile [2022-03-05T15:04:57.454Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T15:04:57.454Z] === RUN TestTailNegativeN [2022-03-05T15:04:57.454Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.454Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.454Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.454Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.455Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.455Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.455Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.456Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:57.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:57.457Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:57.457Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.022Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.022Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.023Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.023Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.023Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.024Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.430Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.481Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:04:58.482Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.02s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.02s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.482Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.02s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.01s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.02s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.588Z] --- PASS: TestReplicatedJob (4.12s) [2022-03-05T15:04:58.588Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:04:58.941Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:04:58.941Z] PASS [2022-03-05T15:04:58.941Z] coverage: 88.6% of statements [2022-03-05T15:04:58.941Z] ok github.com/docker/docker/pkg/tailfile 0.426s coverage: 88.6% of statements [2022-03-05T15:04:58.941Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T15:04:58.941Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T15:04:58.941Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T15:04:58.941Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T15:04:58.941Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T15:04:58.941Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-05T15:04:58.941Z] === RUN TestTarSumRemove [2022-03-05T15:04:58.941Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T15:04:58.941Z] === RUN TestSortFileInfoSums [2022-03-05T15:04:58.941Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T15:04:58.941Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T15:04:58.941Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T15:04:58.941Z] === RUN TestNewTarSumForLabel [2022-03-05T15:04:58.941Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T15:04:58.997Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T15:04:59.398Z] === RUN TestEmptyTar [2022-03-05T15:04:59.398Z] --- PASS: TestEmptyTar (0.01s) [2022-03-05T15:04:59.398Z] === RUN TestTarSumsReadSize [2022-03-05T15:04:59.398Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-05T15:04:59.398Z] === RUN TestTarSums [2022-03-05T15:04:59.398Z] --- PASS: TestTarSums (0.10s) [2022-03-05T15:04:59.398Z] === RUN TestIteration [2022-03-05T15:04:59.398Z] --- PASS: TestIteration (0.00s) [2022-03-05T15:04:59.398Z] === RUN TestVersionLabelForChecksum [2022-03-05T15:04:59.398Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T15:04:59.398Z] === RUN TestVersion [2022-03-05T15:04:59.398Z] --- PASS: TestVersion (0.00s) [2022-03-05T15:04:59.398Z] === RUN TestGetVersion [2022-03-05T15:04:59.398Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T15:04:59.398Z] === RUN TestGetVersions [2022-03-05T15:04:59.398Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T15:04:59.398Z] PASS [2022-03-05T15:04:59.398Z] coverage: 89.3% of statements [2022-03-05T15:04:59.398Z] ok github.com/docker/docker/pkg/tarsum 0.175s coverage: 89.3% of statements [2022-03-05T15:04:59.855Z] testing: warning: no tests to run [2022-03-05T15:04:59.855Z] PASS [2022-03-05T15:04:59.855Z] coverage: [no statements] [2022-03-05T15:04:59.855Z] ok github.com/docker/docker/pkg/term/windows 0.044s coverage: [no statements] [no tests to run] [2022-03-05T15:04:59.855Z] === RUN TestTruncIndex [2022-03-05T15:04:59.933Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T15:05:00.312Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T15:05:00.312Z] PASS [2022-03-05T15:05:00.312Z] coverage: 91.5% of statements [2022-03-05T15:05:00.312Z] ok github.com/docker/docker/pkg/truncindex 0.147s coverage: 91.5% of statements [2022-03-05T15:05:00.312Z] === RUN TestIsGIT [2022-03-05T15:05:00.312Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T15:05:00.312Z] === RUN TestIsTransport [2022-03-05T15:05:00.312Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T15:05:00.312Z] PASS [2022-03-05T15:05:00.312Z] coverage: 100.0% of statements [2022-03-05T15:05:00.312Z] ok github.com/docker/docker/pkg/urlutil 0.047s coverage: 100.0% of statements [2022-03-05T15:05:00.768Z] === RUN TestVersionInfo [2022-03-05T15:05:00.768Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T15:05:00.768Z] === RUN TestAppendVersions [2022-03-05T15:05:00.768Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T15:05:00.768Z] PASS [2022-03-05T15:05:00.768Z] coverage: 88.9% of statements [2022-03-05T15:05:00.768Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2022-03-05T15:05:01.104Z] --- PASS: TestUpdateReplicatedJob (2.60s) [2022-03-05T15:05:01.104Z] === RUN TestServiceListWithStatuses [2022-03-05T15:05:01.104Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:05:01.104Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:05:01.104Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:05:01.308Z] docker_api_swarm_test.go:585: [dce7ca1a3a53c] joining swarm manager [d4887254825ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:05:02.241Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T15:05:02.299Z] === RUN TestNewSettable [2022-03-05T15:05:02.299Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T15:05:02.299Z] === RUN TestIsSettable [2022-03-05T15:05:02.299Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T15:05:02.299Z] === RUN TestUpdateSettingsEnv [2022-03-05T15:05:02.299Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T15:05:02.299Z] PASS [2022-03-05T15:05:02.299Z] coverage: 20.0% of statements [2022-03-05T15:05:02.299Z] ok github.com/docker/docker/plugin/v2 0.085s coverage: 20.0% of statements [2022-03-05T15:05:02.755Z] === RUN TestValidatePrivileges [2022-03-05T15:05:02.755Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T15:05:02.755Z] === RUN TestFilterByCapNeg [2022-03-05T15:05:02.755Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T15:05:02.755Z] === RUN TestFilterByCapPos [2022-03-05T15:05:02.755Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T15:05:02.755Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T15:05:02.755Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T15:05:02.755Z] PASS [2022-03-05T15:05:02.755Z] coverage: 12.0% of statements [2022-03-05T15:05:02.755Z] ok github.com/docker/docker/plugin 0.068s coverage: 12.0% of statements [2022-03-05T15:05:02.755Z] --- PASS: TestGet (15.01s) [2022-03-05T15:05:02.755Z] === RUN TestPluginWithNoManifest [2022-03-05T15:05:02.755Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T15:05:02.755Z] === RUN TestGetAll [2022-03-05T15:05:02.755Z] --- PASS: TestGetAll (0.00s) [2022-03-05T15:05:02.755Z] PASS [2022-03-05T15:05:02.755Z] coverage: 73.2% of statements [2022-03-05T15:05:02.755Z] ok github.com/docker/docker/pkg/plugins 36.048s coverage: 73.2% of statements [2022-03-05T15:05:03.615Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T15:05:03.717Z] === RUN TestLoad [2022-03-05T15:05:03.717Z] --- PASS: TestLoad (0.01s) [2022-03-05T15:05:03.717Z] === RUN TestSave [2022-03-05T15:05:03.717Z] --- PASS: TestSave (0.16s) [2022-03-05T15:05:03.717Z] === RUN TestAddDeleteGet [2022-03-05T15:05:03.717Z] --- PASS: TestAddDeleteGet (0.06s) [2022-03-05T15:05:03.717Z] === RUN TestInvalidTags [2022-03-05T15:05:03.717Z] --- PASS: TestInvalidTags (0.01s) [2022-03-05T15:05:03.717Z] PASS [2022-03-05T15:05:03.717Z] coverage: 84.4% of statements [2022-03-05T15:05:03.717Z] ok github.com/docker/docker/reference 0.402s coverage: 84.4% of statements [2022-03-05T15:05:03.875Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T15:05:04.085Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T15:05:04.442Z] check_test.go:379: [d2c494c2967aa] daemon is not started [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.02s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T15:05:04.679Z] time="2022-03-05T15:05:04Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReader [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T15:05:04.679Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T15:05:04.679Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T15:05:04.679Z] PASS [2022-03-05T15:05:04.679Z] coverage: 100.0% of statements [2022-03-05T15:05:04.679Z] ok github.com/docker/docker/registry/resumable 0.299s coverage: 100.0% of statements [2022-03-05T15:05:05.137Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T15:05:05.137Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T15:05:05.137Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T15:05:05.137Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestValidateMirror [2022-03-05T15:05:05.137Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestLoadInsecureRegistries [2022-03-05T15:05:05.137Z] === RUN TestRestartManagerTimeout [2022-03-05T15:05:05.137Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T15:05:05.137Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T15:05:05.137Z] PASS [2022-03-05T15:05:05.137Z] coverage: 45.3% of statements [2022-03-05T15:05:05.137Z] ok github.com/docker/docker/restartmanager 0.043s coverage: 45.3% of statements [2022-03-05T15:05:05.137Z] time="2022-03-05T15:05:04Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:05:05.137Z] time="2022-03-05T15:05:04Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T15:05:05.137Z] time="2022-03-05T15:05:04Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:05:05.137Z] --- PASS: TestLoadInsecureRegistries (0.21s) [2022-03-05T15:05:05.137Z] === RUN TestNewServiceConfig [2022-03-05T15:05:05.137Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestValidateIndexName [2022-03-05T15:05:05.137Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestValidateIndexNameWithError [2022-03-05T15:05:05.137Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestEndpointParse [2022-03-05T15:05:05.137Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestEndpointParseInvalid [2022-03-05T15:05:05.137Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestValidateEndpoint [2022-03-05T15:05:05.137Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T15:05:05.137Z] === RUN TestPing [2022-03-05T15:05:05.137Z] --- PASS: TestPing (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestPingRegistryEndpoint [2022-03-05T15:05:05.137Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:05.137Z] --- SKIP: TestPingRegistryEndpoint (0.02s) [2022-03-05T15:05:05.137Z] === RUN TestEndpoint [2022-03-05T15:05:05.137Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:05.137Z] --- SKIP: TestEndpoint (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestParseRepositoryInfo [2022-03-05T15:05:05.137Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestNewIndexInfo [2022-03-05T15:05:05.137Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestMirrorEndpointLookup [2022-03-05T15:05:05.137Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:05.137Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestSearchRepositories [2022-03-05T15:05:05.137Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T15:05:05.137Z] Host: 127.0.0.1:49342 [2022-03-05T15:05:05.137Z] User-Agent: docker test client [2022-03-05T15:05:05.137Z] Authorization: Token fake-token [2022-03-05T15:05:05.137Z] X-Docker-Token: true [2022-03-05T15:05:05.137Z] Accept-Encoding: gzip [2022-03-05T15:05:05.137Z] [2022-03-05T15:05:05.137Z] [2022-03-05T15:05:05.137Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T15:05:05.137Z] Connection: close [2022-03-05T15:05:05.137Z] Content-Length: 144 [2022-03-05T15:05:05.137Z] Cache-Control: no-cache [2022-03-05T15:05:05.137Z] Content-Type: application/json [2022-03-05T15:05:05.137Z] Date: Sat, 05 Mar 2022 15:05:05 GMT [2022-03-05T15:05:05.137Z] Expires: -1 [2022-03-05T15:05:05.137Z] Pragma: no-cache [2022-03-05T15:05:05.137Z] Server: docker-tests/mock [2022-03-05T15:05:05.137Z] X-Docker-Registry-Config: mock [2022-03-05T15:05:05.137Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T15:05:05.137Z] [2022-03-05T15:05:05.137Z] [2022-03-05T15:05:05.137Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-05T15:05:05.137Z] === RUN TestTrustedLocation [2022-03-05T15:05:05.137Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T15:05:05.137Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T15:05:05.137Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T15:05:05.137Z] === RUN TestIsSecureIndex [2022-03-05T15:05:05.137Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T15:05:05.137Z] PASS [2022-03-05T15:05:05.137Z] coverage: 51.2% of statements [2022-03-05T15:05:05.137Z] ok github.com/docker/docker/registry 0.358s coverage: 51.2% of statements [2022-03-05T15:05:05.271Z] --- PASS: TestDockerNetworkConnectAlias (3.41s) [2022-03-05T15:05:05.271Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:05:05.818Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T15:05:06.105Z] === RUN TestDecodeContainerConfig [2022-03-05T15:05:06.105Z] --- PASS: TestDecodeContainerConfig (0.02s) [2022-03-05T15:05:06.105Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T15:05:06.105Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T15:05:06.105Z] === RUN TestValidatePrivileged [2022-03-05T15:05:06.105Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T15:05:06.105Z] PASS [2022-03-05T15:05:06.105Z] coverage: 52.6% of statements [2022-03-05T15:05:06.105Z] ok github.com/docker/docker/runconfig 0.199s coverage: 52.6% of statements [2022-03-05T15:05:06.561Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T15:05:06.561Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T15:05:06.561Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T15:05:06.561Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T15:05:06.561Z] PASS [2022-03-05T15:05:06.561Z] coverage: 62.5% of statements [2022-03-05T15:05:06.561Z] ok github.com/docker/docker/testutil 0.053s coverage: 62.5% of statements [2022-03-05T15:05:07.195Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T15:05:07.786Z] --- PASS: TestDockerNetworkReConnect (3.12s) [2022-03-05T15:05:07.786Z] === RUN TestServicePlugin [2022-03-05T15:05:07.786Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:05:07.786Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T15:05:07.786Z] === RUN TestServiceUpdateLabel [2022-03-05T15:05:08.570Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T15:05:09.453Z] === RUN TestGetDriver [2022-03-05T15:05:09.453Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T15:05:09.453Z] === RUN TestVolumeRequestError [2022-03-05T15:05:09.453Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T15:05:09.453Z] PASS [2022-03-05T15:05:09.453Z] coverage: 36.1% of statements [2022-03-05T15:05:09.453Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2022-03-05T15:05:09.453Z] === RUN TestGetAddress [2022-03-05T15:05:09.453Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T15:05:09.453Z] === RUN TestRemove [2022-03-05T15:05:09.453Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:05:09.453Z] --- SKIP: TestRemove (0.00s) [2022-03-05T15:05:09.453Z] === RUN TestInitializeWithVolumes [2022-03-05T15:05:09.453Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T15:05:09.453Z] === RUN TestCreate [2022-03-05T15:05:09.453Z] --- PASS: TestCreate (0.01s) [2022-03-05T15:05:09.453Z] === RUN TestValidateName [2022-03-05T15:05:09.453Z] --- PASS: TestValidateName (0.00s) [2022-03-05T15:05:09.453Z] === RUN TestCreateWithOpts [2022-03-05T15:05:09.453Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:05:09.453Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T15:05:09.453Z] === RUN TestRelaodNoOpts [2022-03-05T15:05:09.453Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-05T15:05:09.453Z] PASS [2022-03-05T15:05:09.453Z] coverage: 41.5% of statements [2022-03-05T15:05:09.453Z] ok github.com/docker/docker/volume/local 0.095s coverage: 41.5% of statements [2022-03-05T15:05:09.676Z] --- PASS: TestServiceUpdateLabel (1.71s) [2022-03-05T15:05:09.676Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRaw [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T15:05:09.910Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRaw [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T15:05:09.910Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestConvertTmpfsOptions [2022-03-05T15:05:09.910Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T15:05:09.910Z] linux_parser_test.go:209: data="ro" [2022-03-05T15:05:09.910Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestParseMountSpec [2022-03-05T15:05:09.910Z] parser_test.go:62: case 0 [2022-03-05T15:05:09.910Z] parser_test.go:62: case 1 [2022-03-05T15:05:09.910Z] parser_test.go:62: case 2 [2022-03-05T15:05:09.910Z] parser_test.go:62: case 3 [2022-03-05T15:05:09.910Z] parser_test.go:62: case 4 [2022-03-05T15:05:09.910Z] parser_test.go:62: case 5 [2022-03-05T15:05:09.910Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestValidateMount [2022-03-05T15:05:09.910Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRaw [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:05:09.910Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T15:05:09.910Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:05:09.910Z] PASS [2022-03-05T15:05:09.910Z] coverage: 67.6% of statements [2022-03-05T15:05:09.910Z] ok github.com/docker/docker/volume/mounts 0.063s coverage: 67.6% of statements [2022-03-05T15:05:11.441Z] === RUN TestSetGetMeta [2022-03-05T15:05:11.441Z] === PAUSE TestSetGetMeta [2022-03-05T15:05:11.441Z] === RUN TestRestore [2022-03-05T15:05:11.441Z] === PAUSE TestRestore [2022-03-05T15:05:11.441Z] === RUN TestServiceCreate [2022-03-05T15:05:11.441Z] === PAUSE TestServiceCreate [2022-03-05T15:05:11.441Z] === RUN TestServiceList [2022-03-05T15:05:11.441Z] === PAUSE TestServiceList [2022-03-05T15:05:11.441Z] === RUN TestServiceRemove [2022-03-05T15:05:11.441Z] === PAUSE TestServiceRemove [2022-03-05T15:05:11.441Z] === RUN TestServiceGet [2022-03-05T15:05:11.441Z] === PAUSE TestServiceGet [2022-03-05T15:05:11.441Z] === RUN TestServicePrune [2022-03-05T15:05:11.441Z] === PAUSE TestServicePrune [2022-03-05T15:05:11.441Z] === RUN TestCreate [2022-03-05T15:05:11.441Z] === PAUSE TestCreate [2022-03-05T15:05:11.441Z] === RUN TestRemove [2022-03-05T15:05:11.441Z] === PAUSE TestRemove [2022-03-05T15:05:11.441Z] === RUN TestList [2022-03-05T15:05:11.441Z] === PAUSE TestList [2022-03-05T15:05:11.441Z] === RUN TestFindByDriver [2022-03-05T15:05:11.441Z] === PAUSE TestFindByDriver [2022-03-05T15:05:11.441Z] === RUN TestFindByReferenced [2022-03-05T15:05:11.441Z] === PAUSE TestFindByReferenced [2022-03-05T15:05:11.441Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T15:05:11.441Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T15:05:11.441Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:05:11.441Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:05:11.441Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T15:05:11.441Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T15:05:11.441Z] === RUN TestRefDerefRemove [2022-03-05T15:05:11.441Z] === PAUSE TestRefDerefRemove [2022-03-05T15:05:11.441Z] === RUN TestGet [2022-03-05T15:05:11.441Z] === PAUSE TestGet [2022-03-05T15:05:11.441Z] === RUN TestGetWithReference [2022-03-05T15:05:11.441Z] === PAUSE TestGetWithReference [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:05:11.441Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T15:05:11.441Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:05:11.441Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T15:05:11.441Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T15:05:11.441Z] === CONT TestSetGetMeta [2022-03-05T15:05:11.441Z] === CONT TestList [2022-03-05T15:05:11.441Z] === CONT TestGet [2022-03-05T15:05:11.441Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T15:05:11.441Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestGetWithReference [2022-03-05T15:05:11.441Z] --- PASS: TestGet (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestRefDerefRemove [2022-03-05T15:05:11.441Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-05T15:05:11.441Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T15:05:11.441Z] --- PASS: TestList (0.04s) [2022-03-05T15:05:11.441Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:05:11.441Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestFindByReferenced [2022-03-05T15:05:11.441Z] --- PASS: TestGetWithReference (0.03s) [2022-03-05T15:05:11.441Z] === CONT TestServiceGet [2022-03-05T15:05:11.441Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestRemove [2022-03-05T15:05:11.441Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestCreate [2022-03-05T15:05:11.441Z] --- PASS: TestFindByReferenced (0.03s) [2022-03-05T15:05:11.441Z] === CONT TestServicePrune [2022-03-05T15:05:11.441Z] --- PASS: TestCreate (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestFindByDriver [2022-03-05T15:05:11.441Z] --- PASS: TestRemove (0.03s) [2022-03-05T15:05:11.441Z] === CONT TestServiceList [2022-03-05T15:05:11.441Z] --- PASS: TestFindByDriver (0.02s) [2022-03-05T15:05:11.441Z] === CONT TestServiceRemove [2022-03-05T15:05:11.897Z] time="2022-03-05T15:05:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:05:11.897Z] --- PASS: TestServiceGet (0.22s) [2022-03-05T15:05:11.897Z] === CONT TestServiceCreate [2022-03-05T15:05:11.897Z] --- PASS: TestServiceRemove (0.17s) [2022-03-05T15:05:11.897Z] === CONT TestRestore [2022-03-05T15:05:11.897Z] --- PASS: TestServiceList (0.19s) [2022-03-05T15:05:11.897Z] time="2022-03-05T15:05:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:05:11.897Z] time="2022-03-05T15:05:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:05:11.897Z] time="2022-03-05T15:05:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T15:05:11.897Z] --- PASS: TestServiceCreate (0.03s) [2022-03-05T15:05:11.898Z] time="2022-03-05T15:05:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:05:11.898Z] --- PASS: TestRestore (0.03s) [2022-03-05T15:05:11.898Z] --- PASS: TestServicePrune (0.24s) [2022-03-05T15:05:11.898Z] PASS [2022-03-05T15:05:11.898Z] coverage: 69.0% of statements [2022-03-05T15:05:11.898Z] ok github.com/docker/docker/volume/service 0.361s coverage: 69.0% of statements [2022-03-05T15:05:12.756Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T15:05:12.756Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T15:05:13.321Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T15:05:13.890Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T15:05:14.457Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T15:05:14.457Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T15:05:14.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-05T15:05:14.716Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-05T15:05:14.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-05T15:05:15.283Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T15:05:15.850Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T15:05:16.418Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T15:05:16.600Z] ? github.com/docker/docker/api [no test files] [2022-03-05T15:05:17.354Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T15:05:17.354Z] docker_api_swarm_test.go:46: [de0c554089285] joining swarm manager [da74e793a7871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:05:17.501Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:05:17.501Z] INFO: Testing against a local daemon [2022-03-05T15:05:17.501Z] === RUN TestBuildWithSession [2022-03-05T15:05:17.501Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:05:17.501Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T15:05:17.501Z] === RUN TestBuildSquashParent [2022-03-05T15:05:17.501Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:05:17.501Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:05:17.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:05:17.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:05:17.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:05:17.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:05:17.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:05:17.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:05:17.614Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T15:05:18.181Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T15:05:19.117Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T15:05:21.649Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T15:05:24.517Z] --- PASS: TestServiceUpdateSecrets (14.28s) [2022-03-05T15:05:24.517Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:05:26.196Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:05:26.916Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T15:05:27.183Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:05:29.450Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T15:05:29.551Z] 2022/03/05 15:05:29 Closing DB instances... [2022-03-05T15:05:29.710Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T15:05:29.710Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T15:05:29.969Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T15:05:29.969Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T15:05:30.229Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T15:05:31.081Z] --- PASS: TestNetworkDBGarbageCollection (54.05s) [2022-03-05T15:05:31.081Z] === RUN TestFindNode [2022-03-05T15:05:31.081Z] 2022/03/05 15:05:30 Closing DB instances... [2022-03-05T15:05:31.081Z] --- PASS: TestFindNode (0.03s) [2022-03-05T15:05:31.081Z] === RUN TestChangeNodeState [2022-03-05T15:05:31.081Z] 2022/03/05 15:05:31 Closing DB instances... [2022-03-05T15:05:31.081Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T15:05:31.081Z] === RUN TestNodeReincarnation [2022-03-05T15:05:31.081Z] 2022/03/05 15:05:31 Closing DB instances... [2022-03-05T15:05:32.136Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T15:05:33.511Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T15:05:35.416Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-05T15:05:35.852Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.17s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.89s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.28s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.08s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.07s) [2022-03-05T15:05:35.853Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.87s) [2022-03-05T15:05:35.853Z] === RUN TestBuildMultiStageCopy [2022-03-05T15:05:35.853Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T15:05:36.351Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-05T15:05:36.610Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T15:05:36.846Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-05T15:05:36.846Z] === RUN TestParallelCreate [2022-03-05T15:05:36.846Z] 2022/03/05 15:05:36 Closing DB instances... [2022-03-05T15:05:36.846Z] --- PASS: TestParallelCreate (0.02s) [2022-03-05T15:05:36.846Z] === RUN TestParallelDelete [2022-03-05T15:05:36.846Z] 2022/03/05 15:05:36 Closing DB instances... [2022-03-05T15:05:36.846Z] --- PASS: TestParallelDelete (0.02s) [2022-03-05T15:05:36.846Z] === RUN TestNetworkDBIslands [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6c83ab10d302 with config:&{NodeID:6c83ab10d302 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, added to nodes list" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:d657a5e217a9 with config:&{NodeID:d657a5e217a9 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to nodes list" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49398" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to nodes list" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, added to nodes list" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T15:05:36.846Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49399" [2022-03-05T15:05:37.177Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d318fd756a1b with config:&{NodeID:d318fd756a1b Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d318fd756a1b/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d318fd756a1b/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49400" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d318fd756a1b/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d318fd756a1b/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node 6c83ab10d302/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49401" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:36Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.303Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.744Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4f78a61e2ca7 with config:&{NodeID:4f78a61e2ca7 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49403" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node d657a5e217a9/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 6c83ab10d302/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 6c83ab10d302/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49404" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:37.759Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:37.866Z] === RUN TestMiddlewares [2022-03-05T15:05:37.866Z] --- PASS: TestMiddlewares (0.00s) [2022-03-05T15:05:37.866Z] PASS [2022-03-05T15:05:37.866Z] coverage: 9.0% of statements [2022-03-05T15:05:37.866Z] ok github.com/docker/docker/api/server 0.106s coverage: 9.0% of statements [2022-03-05T15:05:37.970Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-05T15:05:37.970Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-05T15:05:37.970Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-05T15:05:37.970Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-05T15:05:37.970Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-05T15:05:37.970Z] remote: Enumerating objects: 23, done. [2022-03-05T15:05:37.970Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-05T15:05:37.970Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-05T15:05:37.970Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-05T15:05:37.970Z] Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 5.08 MiB/s, done. [2022-03-05T15:05:37.970Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-05T15:05:37.970Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-05T15:05:37.970Z] Cross building: bundles/cross/linux/ppc64le [2022-03-05T15:05:37.970Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-05T15:05:37.970Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:a754be4afc78 with config:&{NodeID:a754be4afc78 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49405" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node 6c83ab10d302/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node 6c83ab10d302/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node d318fd756a1b/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node d657a5e217a9/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49406" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:37Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:38.215Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=info msg="The new bootstrap node list is:[172.22.48.60:10033 172.22.48.60:10034 172.22.48.60:10035]" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10033" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49407" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10034" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49408" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10035" [2022-03-05T15:05:38.215Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49409" [2022-03-05T15:05:38.671Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=info msg="The new bootstrap node list is:[172.22.48.60:10033 172.22.48.60:10034 172.22.48.60:10035]" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10033" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49410" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10034" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49411" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10035" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49412" [2022-03-05T15:05:38.671Z] time="2022-03-05T15:05:38Z" level=info msg="node 0 leaving" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="node2(d657a5e217a9): Node leave event for 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="node3(d318fd756a1b): Node leave event for 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="node5(a754be4afc78): Node leave event for 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="node4(4f78a61e2ca7): Node leave event for 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="node1(6c83ab10d302): Node leave event for 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=info msg="Node 6c83ab10d302/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.129Z] time="2022-03-05T15:05:38Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:39.358Z] --- PASS: TestServiceUpdateConfigs (14.18s) [2022-03-05T15:05:39.358Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node 1 leaving" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node5(a754be4afc78): Node leave event for d657a5e217a9/172.22.48.60" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node4(4f78a61e2ca7): Node leave event for d657a5e217a9/172.22.48.60" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9 change state NodeActive --> NodeFailed" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9/172.22.48.60, added to failed nodes list" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9 change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node3(d318fd756a1b): Node leave event for d657a5e217a9/172.22.48.60" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=error msg="node: d657a5e217a9 is unknown to memberlist" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d657a5e217a9/172.22.48.60, left gossip cluster" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node 2 leaving" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node4(4f78a61e2ca7): Node leave event for d318fd756a1b/172.22.48.60" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b change state NodeActive --> NodeLeft" [2022-03-05T15:05:39.586Z] time="2022-03-05T15:05:39Z" level=info msg="node5(a754be4afc78): Node leave event for d318fd756a1b/172.22.48.60" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b change state NodeActive --> NodeLeft" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="node3(d318fd756a1b): Node leave event for d318fd756a1b/172.22.48.60" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=debug msg="memberlist: Failed ping: a754be4afc78 (timeout reached)" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.48.60:10034: use of closed network connection" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.48.60:10036: use of closed network connection" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.48.60:10035: use of closed network connection" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49414" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b/172.22.48.60, left gossip cluster" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b/172.22.48.60, left gossip cluster" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node d318fd756a1b/172.22.48.60, left gossip cluster" [2022-03-05T15:05:40.041Z] networkdb_test.go:867: node4: OK [2022-03-05T15:05:40.041Z] networkdb_test.go:867: node5: OK [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="node 0 coming back" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a5b76766ba5e with config:&{NodeID:a5b76766ba5e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node a5b76766ba5e/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node a5b76766ba5e/172.22.48.60, added to nodes list" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="node 1 coming back" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:94b2dd675667 with config:&{NodeID:94b2dd675667 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node 94b2dd675667/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="Node 94b2dd675667/172.22.48.60, added to nodes list" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="node 2 coming back" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4821c9ea5570 with config:&{NodeID:4821c9ea5570 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:40Z" level=info msg="Node 4821c9ea5570/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:40.041Z] time="2022-03-05T15:05:40Z" level=info msg="Node 4821c9ea5570/172.22.48.60, added to nodes list" [2022-03-05T15:05:40.277Z] --- PASS: TestImportExtremelyLargeImageWorks (174.36s) [2022-03-05T15:05:40.277Z] PASS [2022-03-05T15:05:40.277Z] [2022-03-05T15:05:40.277Z] DONE 22 tests in 178.571s [2022-03-05T15:05:40.277Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-05T15:05:40.277Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:05:40.277Z] ++ set -e [2022-03-05T15:05:40.277Z] ++ '[' -n 0 ']' [2022-03-05T15:05:40.277Z] ++ set -x [2022-03-05T15:05:40.277Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:05:40.277Z] INFO: Testing against a local daemon [2022-03-05T15:05:40.277Z] === RUN TestNetworkCreateDelete [2022-03-05T15:05:40.277Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-05T15:05:40.277Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T15:05:40.496Z] time="2022-03-05T15:05:40Z" level=warning msg="memberlist: Was able to connect to a754be4afc78 but other probes failed, network may be misconfigured" [2022-03-05T15:05:40.535Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-03-05T15:05:40.535Z] === RUN TestDaemonDNSFallback [2022-03-05T15:05:41.458Z] time="2022-03-05T15:05:40Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:43.624Z] time="2022-03-05T15:05:42Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:43.624Z] time="2022-03-05T15:05:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.48.60:10033 172.22.48.60:10034 172.22.48.60:10035]" [2022-03-05T15:05:44.080Z] time="2022-03-05T15:05:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.48.60:10033 172.22.48.60:10034 172.22.48.60:10035]" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10033" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49417" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, is the new incarnation of the shutdown node 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49418" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10034" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, is the new incarnation of the shutdown node d657a5e217a9/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49419" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10035" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a754be4afc78/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, is the new incarnation of the shutdown node d318fd756a1b/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, is the new incarnation of the shutdown node d657a5e217a9/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, is the new incarnation of the shutdown node 6c83ab10d302/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node a5b76766ba5e/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 94b2dd675667/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, is the new incarnation of the shutdown node d318fd756a1b/172.22.48.60" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, joined gossip cluster" [2022-03-05T15:05:44.536Z] time="2022-03-05T15:05:44Z" level=info msg="Node 4821c9ea5570/172.22.48.60, added to nodes list" [2022-03-05T15:05:44.992Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10033" [2022-03-05T15:05:44.992Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49420" [2022-03-05T15:05:44.992Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10034" [2022-03-05T15:05:44.993Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49421" [2022-03-05T15:05:44.993Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.48.60:10035" [2022-03-05T15:05:44.993Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49422" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:44Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:45.449Z] 2022/03/05 15:05:45 Closing DB instances... [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="node3(4821c9ea5570): Node leave event for a5b76766ba5e/172.22.48.60" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="node4(4f78a61e2ca7): Node leave event for a5b76766ba5e/172.22.48.60" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="node5(a754be4afc78): Node leave event for a5b76766ba5e/172.22.48.60" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="node2(94b2dd675667): Node leave event for a5b76766ba5e/172.22.48.60" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="node1(a5b76766ba5e): Node leave event for a5b76766ba5e/172.22.48.60" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.449Z] time="2022-03-05T15:05:45Z" level=info msg="Node a5b76766ba5e/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.800Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667 change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="node5(a754be4afc78): Node leave event for 94b2dd675667/172.22.48.60" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667 change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="node3(4821c9ea5570): Node leave event for 94b2dd675667/172.22.48.60" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667 change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="node4(4f78a61e2ca7): Node leave event for 94b2dd675667/172.22.48.60" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667 change state NodeActive --> NodeLeft" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="node2(94b2dd675667): Node leave event for 94b2dd675667/172.22.48.60" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667/172.22.48.60, left gossip cluster" [2022-03-05T15:05:45.904Z] time="2022-03-05T15:05:45Z" level=info msg="Node 94b2dd675667/172.22.48.60, left gossip cluster" [2022-03-05T15:05:46.274Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T15:05:46.274Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570 change state NodeActive --> NodeLeft" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="node5(a754be4afc78): Node leave event for 4821c9ea5570/172.22.48.60" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570 change state NodeActive --> NodeLeft" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="node4(4f78a61e2ca7): Node leave event for 4821c9ea5570/172.22.48.60" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570 change state NodeActive --> NodeLeft" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="node3(4821c9ea5570): Node leave event for 4821c9ea5570/172.22.48.60" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570/172.22.48.60, left gossip cluster" [2022-03-05T15:05:46.360Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570/172.22.48.60, left gossip cluster" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4821c9ea5570/172.22.48.60, left gossip cluster" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=debug msg="memberlist: Failed ping: 4f78a61e2ca7 (timeout reached)" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.48.60:10037: use of closed network connection" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.48.60:10035: use of closed network connection" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=debug msg="memberlist: Stream connection from=172.22.48.60:49424" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4f78a61e2ca7 change state NodeActive --> NodeLeft" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=info msg="node5(a754be4afc78): Node leave event for 4f78a61e2ca7/172.22.48.60" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=info msg="Node 4f78a61e2ca7 change state NodeActive --> NodeLeft" [2022-03-05T15:05:46.816Z] time="2022-03-05T15:05:46Z" level=info msg="node4(4f78a61e2ca7): Node leave event for 4f78a61e2ca7/172.22.48.60" [2022-03-05T15:05:47.178Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T15:05:47.178Z] --- PASS: TestDaemonDNSFallback (6.57s) [2022-03-05T15:05:47.178Z] === RUN TestInspectNetwork [2022-03-05T15:05:47.260Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T15:05:47.274Z] time="2022-03-05T15:05:46Z" level=warning msg="memberlist: Was able to connect to 4f78a61e2ca7 but other probes failed, network may be misconfigured" [2022-03-05T15:05:47.274Z] time="2022-03-05T15:05:46Z" level=debug msg="memberlist: Failed to join 172.22.48.60: dial tcp 172.22.48.60:10017: connectex: No connection could be made because the target machine actively refused it." [2022-03-05T15:05:47.274Z] time="2022-03-05T15:05:47Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, left gossip cluster" [2022-03-05T15:05:47.729Z] time="2022-03-05T15:05:47Z" level=info msg="Node 4f78a61e2ca7/172.22.48.60, left gossip cluster" [2022-03-05T15:05:47.744Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T15:05:48.185Z] time="2022-03-05T15:05:47Z" level=info msg="Node a754be4afc78/172.22.48.60, left gossip cluster" [2022-03-05T15:05:48.185Z] time="2022-03-05T15:05:47Z" level=info msg="Node a754be4afc78 change state NodeActive --> NodeFailed" [2022-03-05T15:05:48.185Z] time="2022-03-05T15:05:47Z" level=info msg="Node a754be4afc78/172.22.48.60, added to failed nodes list" [2022-03-05T15:05:48.185Z] --- PASS: TestNetworkDBIslands (11.68s) [2022-03-05T15:05:48.185Z] PASS [2022-03-05T15:05:48.185Z] coverage: 60.5% of statements [2022-03-05T15:05:48.185Z] ok github.com/docker/docker/libnetwork/networkdb 104.785s coverage: 60.5% of statements [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T15:05:48.185Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T15:05:48.245Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T15:05:49.660Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T15:05:49.660Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-05T15:05:49.660Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy (13.84s) [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.06s) [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.93s) [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.13s) [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.24s) [2022-03-05T15:05:49.807Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s) [2022-03-05T15:05:49.807Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T15:05:51.054Z] === RUN TestInspectNetwork/full_network_id [2022-03-05T15:05:51.054Z] === RUN TestInspectNetwork/partial_network_id [2022-03-05T15:05:51.054Z] === RUN TestInspectNetwork/network_name [2022-03-05T15:05:51.054Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === Skipped [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T15:05:51.088Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-05T15:05:51.088Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-05T15:05:51.088Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T15:05:51.088Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-05T15:05:51.088Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:05:51.088Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T15:05:51.088Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T15:05:51.088Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T15:05:51.088Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T15:05:51.088Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T15:05:51.088Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T15:05:51.088Z] daemon_test.go:145: root required [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:05:51.088Z] reload_test.go:342: root required [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-05T15:05:51.088Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:05:51.088Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T15:05:51.088Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T15:05:51.088Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T15:05:51.088Z] layer_test.go:291: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T15:05:51.088Z] layer_test.go:340: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T15:05:51.088Z] layer_test.go:455: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T15:05:51.088Z] layer_test.go:684: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T15:05:51.088Z] migration_test.go:45: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:05:51.088Z] migration_test.go:181: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T15:05:51.088Z] mount_test.go:17: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T15:05:51.088Z] mount_test.go:76: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T15:05:51.088Z] mount_test.go:125: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T15:05:51.088Z] mount_test.go:212: Failing on Windows [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-05T15:05:51.088Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-05T15:05:51.088Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.088Z] [2022-03-05T15:05:51.088Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-05T15:05:51.089Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-05T15:05:51.089Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T15:05:51.089Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-05T15:05:51.089Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:05:51.089Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T15:05:51.089Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:05:51.089Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T15:05:51.089Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T15:05:51.089Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T15:05:51.089Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:05:51.089Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:05:51.089Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:05:51.089Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:05:51.089Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:05:51.089Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-05T15:05:51.089Z] archive_test.go:140: zstd not installed [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:05:51.089Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:05:51.089Z] changes_test.go:195: needs more investigation [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-05T15:05:51.089Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.01s) [2022-03-05T15:05:51.089Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T15:05:51.089Z] changes_test.go:432: needs further investigation [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:05:51.089Z] changes_test.go:468: needs further investigation [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:05:51.089Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T15:05:51.089Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:05:51.089Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:05:51.089Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.02s) [2022-03-05T15:05:51.089Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-05T15:05:51.089Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-05T15:05:51.089Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T15:05:51.089Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T15:05:51.089Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:05:51.089Z] [2022-03-05T15:05:51.089Z] DONE 2072 tests, 70 skipped in 291.692s [2022-03-05T15:05:51.089Z] INFO: make.ps1 ended at 03/05/2022 15:05:50 [2022-03-05T15:05:51.528Z] --- PASS: TestServiceUpdateNetwork (12.06s) [2022-03-05T15:05:51.528Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:05:51.528Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-05T15:05:51.528Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T15:05:52.762Z] --- PASS: TestBuildMultiStageParentConfig (2.65s) [2022-03-05T15:05:52.762Z] === RUN TestBuildLabelWithTargets [2022-03-05T15:05:52.762Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:05:52.762Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-05T15:05:52.762Z] === RUN TestBuildWithEmptyLayers [2022-03-05T15:05:52.958Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T15:05:53.217Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T15:05:53.979Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T15:05:53.979Z] INFO: Unit tests ended at 03/05/2022 15:05:53. Duration:00:05:08.7928679 [2022-03-05T15:05:53.979Z] INFO: Building busybox [2022-03-05T15:05:53.979Z] Sending build context to Docker daemon 5.12kB [2022-03-05T15:05:53.979Z] [2022-03-05T15:05:53.979Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T15:05:53.979Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T15:05:53.979Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T15:05:53.979Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T15:05:53.979Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T15:05:53.979Z] ---> bdeb13086b9f [2022-03-05T15:05:53.979Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T15:05:53.979Z] ---> Running in aaf14775c923 [2022-03-05T15:05:54.325Z] --- PASS: TestBuildWithEmptyLayers (1.68s) [2022-03-05T15:05:54.325Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T15:05:54.591Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T15:05:54.591Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T15:05:55.526Z] --- PASS: TestInspectNetwork (8.39s) [2022-03-05T15:05:55.526Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-05T15:05:55.526Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-05T15:05:55.526Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-05T15:05:55.526Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-05T15:05:55.526Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T15:05:56.094Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T15:05:56.661Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T15:05:57.598Z] --- PASS: TestRunContainerWithBridgeNone (1.94s) [2022-03-05T15:05:57.598Z] === RUN TestNetworkInvalidJSON [2022-03-05T15:05:57.598Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T15:05:57.598Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T15:05:57.598Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:05:57.598Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:05:57.598Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:05:57.598Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:05:57.598Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T15:05:57.598Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:05:57.598Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-05T15:05:57.598Z] === RUN TestNetworkList [2022-03-05T15:05:57.598Z] === RUN TestNetworkList//networks [2022-03-05T15:05:57.598Z] === PAUSE TestNetworkList//networks [2022-03-05T15:05:57.598Z] === RUN TestNetworkList//networks/ [2022-03-05T15:05:57.598Z] === PAUSE TestNetworkList//networks/ [2022-03-05T15:05:57.598Z] === CONT TestNetworkList//networks [2022-03-05T15:05:57.598Z] === CONT TestNetworkList//networks/ [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkList (0.02s) [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T15:05:57.598Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T15:05:57.598Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T15:05:57.598Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T15:05:58.164Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-03-05T15:05:58.164Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T15:05:58.164Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T15:05:59.101Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-05T15:05:59.101Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T15:05:59.360Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T15:05:59.618Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T15:05:59.618Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T15:05:59.621Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T15:05:59.877Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-03-05T15:05:59.877Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T15:06:00.135Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T15:06:00.394Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T15:06:00.961Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T15:06:00.961Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2022-03-05T15:06:00.961Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T15:06:01.028Z] Removing intermediate container aaf14775c923 [2022-03-05T15:06:01.028Z] ---> ba0eb0d87d06 [2022-03-05T15:06:01.028Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T15:06:01.028Z] ---> Running in f0ad9fc12655 [2022-03-05T15:06:01.028Z] Removing intermediate container f0ad9fc12655 [2022-03-05T15:06:01.028Z] ---> 38a11ed6c42b [2022-03-05T15:06:01.028Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T15:06:01.028Z] ---> Running in 64ede3332a20 [2022-03-05T15:06:01.028Z] Removing intermediate container 64ede3332a20 [2022-03-05T15:06:01.028Z] ---> cedc03653c5e [2022-03-05T15:06:01.028Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T15:06:02.338Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2022-03-05T15:06:02.338Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T15:06:02.338Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T15:06:02.554Z] [2022-03-05T15:06:02.905Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T15:06:02.905Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-03-05T15:06:02.905Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T15:06:03.010Z] ---> 83d885dff88f [2022-03-05T15:06:03.010Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T15:06:03.010Z] ---> Running in 1e6ab1212d43 [2022-03-05T15:06:04.808Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T15:06:05.745Z] --- PASS: TestServiceWithPredefinedNetwork (2.76s) [2022-03-05T15:06:05.745Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T15:06:05.745Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:06:05.745Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:06:05.745Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T15:06:06.005Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T15:06:06.156Z] --- PASS: TestServiceUpdatePidsLimit (15.91s) [2022-03-05T15:06:06.156Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-03-05T15:06:06.156Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-03-05T15:06:06.156Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-05T15:06:06.156Z] PASS [2022-03-05T15:06:06.156Z] [2022-03-05T15:06:06.156Z] === Skipped [2022-03-05T15:06:06.156Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T15:06:06.156Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:06:06.156Z] [2022-03-05T15:06:06.156Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-05T15:06:06.156Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-05T15:06:06.156Z] [2022-03-05T15:06:06.156Z] DONE 27 tests, 2 skipped in 145.254s [2022-03-05T15:06:06.156Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] ++ set -e [2022-03-05T15:06:06.156Z] ++ '[' -n 0 ']' [2022-03-05T15:06:06.156Z] ++ set -x [2022-03-05T15:06:06.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] INFO: Testing against a local daemon [2022-03-05T15:06:06.156Z] === RUN TestSessionCreate [2022-03-05T15:06:06.156Z] --- PASS: TestSessionCreate (0.03s) [2022-03-05T15:06:06.156Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:06:06.156Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-05T15:06:06.156Z] PASS [2022-03-05T15:06:06.156Z] [2022-03-05T15:06:06.156Z] DONE 2 tests in 0.136s [2022-03-05T15:06:06.156Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] ++ set -e [2022-03-05T15:06:06.156Z] ++ '[' -n 0 ']' [2022-03-05T15:06:06.156Z] ++ set -x [2022-03-05T15:06:06.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:06.156Z] INFO: Testing against a local daemon [2022-03-05T15:06:06.156Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:06:06.156Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T15:06:06.156Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:06:06.156Z] === RUN TestDiskUsage [2022-03-05T15:06:06.156Z] === PAUSE TestDiskUsage [2022-03-05T15:06:06.156Z] === RUN TestEventsExecDie [2022-03-05T15:06:06.413Z] --- PASS: TestEventsExecDie (0.46s) [2022-03-05T15:06:06.413Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:06:06.669Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-05T15:06:06.669Z] === RUN TestEventsVolumeCreate [2022-03-05T15:06:06.669Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-05T15:06:06.669Z] === RUN TestInfoBinaryCommits [2022-03-05T15:06:06.669Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T15:06:06.669Z] === RUN TestInfoAPIVersioned [2022-03-05T15:06:06.669Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T15:06:06.669Z] === RUN TestInfoAPI [2022-03-05T15:06:06.669Z] --- PASS: TestInfoAPI (0.02s) [2022-03-05T15:06:06.669Z] === RUN TestInfoAPIWarnings [2022-03-05T15:06:07.394Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T15:06:08.331Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T15:06:09.257Z] --- PASS: TestBuildMultiStageOnBuild (14.32s) [2022-03-05T15:06:09.257Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T15:06:09.257Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:06:09.257Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-05T15:06:09.257Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T15:06:09.267Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T15:06:09.526Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T15:06:12.055Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T15:06:12.993Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T15:06:13.303Z] Removing intermediate container 1e6ab1212d43 [2022-03-05T15:06:13.303Z] ---> 03247367da08 [2022-03-05T15:06:13.303Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T15:06:13.759Z] ---> Running in eb48600cde05 [2022-03-05T15:06:13.930Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T15:06:14.497Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T15:06:15.929Z] [2022-03-05T15:06:15.929Z] SUCCESS: Specified value was saved. [2022-03-05T15:06:18.889Z] Removing intermediate container eb48600cde05 [2022-03-05T15:06:18.889Z] ---> 151a83ac86ca [2022-03-05T15:06:18.889Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T15:06:18.889Z] ---> Running in 6901d0f76ce2 [2022-03-05T15:06:21.061Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T15:06:21.061Z] --- PASS: TestServiceWithDataPathPortInit (15.38s) [2022-03-05T15:06:21.061Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T15:06:21.865Z] --- PASS: TestBuildMultiStageLayerLeak (11.71s) [2022-03-05T15:06:21.865Z] === RUN TestBuildWithHugeFile [2022-03-05T15:06:23.592Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-05T15:06:24.158Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ioyzeqwmpryhuthckpohwrel4 Created:2022-03-05 15:06:22.411580004 +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[3aa64cd27079fde9e9817c3cc51a2fa7d9ee630605c33e852b01f142807cb729:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cjdejd62im5xly2ifhp1d3ql2 EndpointID:d8ad0ab36a44aca643a26765f6107bc91a5a5dcfaf7d4b1343be7511038abb63 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f8fb58c6854001b59f85ae74d3a2b64ea7303fabc4b78904c8327f7a5c84c590 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:52877c42f81e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cjdejd62im5xly2ifhp1d3ql2 EndpointID:d8ad0ab36a44aca643a26765f6107bc91a5a5dcfaf7d4b1343be7511038abb63 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-05T15:06:24.659Z] Cannot create a file when that file already exists. [2022-03-05T15:06:24.749Z] --- PASS: TestInfoAPIWarnings (16.21s) [2022-03-05T15:06:24.749Z] === RUN TestInfoDebug [2022-03-05T15:06:24.749Z] --- PASS: TestInfoDebug (0.52s) [2022-03-05T15:06:24.749Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:06:24.749Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-05T15:06:24.749Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:06:24.749Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-05T15:06:24.749Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:06:24.749Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-05T15:06:24.749Z] === RUN TestPingCacheHeaders [2022-03-05T15:06:24.749Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T15:06:24.749Z] === RUN TestPingGet [2022-03-05T15:06:24.749Z] --- PASS: TestPingGet (0.02s) [2022-03-05T15:06:24.749Z] === RUN TestPingHead [2022-03-05T15:06:24.749Z] --- PASS: TestPingHead (0.02s) [2022-03-05T15:06:24.749Z] === RUN TestVersion [2022-03-05T15:06:24.749Z] --- PASS: TestVersion (0.02s) [2022-03-05T15:06:24.749Z] === CONT TestDiskUsage [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T15:06:25.005Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T15:06:25.091Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-05T15:06:25.091Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T15:06:25.260Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T15:06:25.261Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T15:06:25.517Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage (1.08s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run (0.29s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.773Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.774Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T15:06:25.774Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:06:25.774Z] PASS [2022-03-05T15:06:25.774Z] [2022-03-05T15:06:25.774Z] === Skipped [2022-03-05T15:06:25.774Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:06:25.774Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T15:06:25.774Z] [2022-03-05T15:06:25.774Z] DONE 50 tests, 1 skipped in 19.727s [2022-03-05T15:06:25.774Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T15:06:25.774Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:25.774Z] ++ set -e [2022-03-05T15:06:25.774Z] ++ '[' -n 0 ']' [2022-03-05T15:06:25.774Z] ++ set -x [2022-03-05T15:06:25.774Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:25.774Z] INFO: Testing against a local daemon [2022-03-05T15:06:25.774Z] === RUN TestVolumesCreateAndList [2022-03-05T15:06:25.774Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T15:06:25.774Z] === RUN TestVolumesRemove [2022-03-05T15:06:25.774Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-05T15:06:25.774Z] === RUN TestVolumesInspect [2022-03-05T15:06:25.774Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-05T15:06:25.774Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:06:25.774Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:06:25.774Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:06:25.774Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:06:25.774Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-05T15:06:25.774Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T15:06:25.774Z] PASS [2022-03-05T15:06:25.774Z] [2022-03-05T15:06:25.774Z] DONE 5 tests in 0.204s [2022-03-05T15:06:26.030Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T15:06:26.286Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T15:06:26.286Z] +++ kill 13107 [2022-03-05T15:06:26.286Z] +++ /etc/init.d/apparmor stop [2022-03-05T15:06:26.542Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T15:06:26.542Z] [2022-03-05T15:06:26.542Z] Unloading profiles will leave already running processes permanently [2022-03-05T15:06:26.542Z] unconfined, which can lead to unexpected situations. [2022-03-05T15:06:26.542Z] [2022-03-05T15:06:26.542Z] To set a process to complain mode, use the command line tool [2022-03-05T15:06:26.542Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T15:06:26.542Z] +++ true [2022-03-05T15:06:26.542Z] exiting test-integration [2022-03-05T15:06:26.542Z] ++ exit 0 [2022-03-05T15:06:26.542Z] [2022-03-05T15:06:26.993Z] docker_api_swarm_test.go:304: [d5d50c5092ee3] joining swarm manager [dbfa68770608a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 Post stage [Pipeline] junit [2022-03-05T15:06:27.482Z] Recording test results [2022-03-05T15:06:27.561Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T15:06:27.679Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T15:06:28.012Z] + echo Ensuring container killed. [2022-03-05T15:06:28.012Z] Ensuring container killed. [2022-03-05T15:06:28.012Z] + docker rm -vf docker-pr8 [2022-03-05T15:06:28.012Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-03-05T15:06:28.288Z] + echo Chowning /workspace to jenkins user [2022-03-05T15:06:28.288Z] Chowning /workspace to jenkins user [2022-03-05T15:06:28.288Z] + id -u [2022-03-05T15:06:28.288Z] + id -g [2022-03-05T15:06:28.288Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T15:06:28.288Z] Unable to find image 'busybox:latest' locally [2022-03-05T15:06:28.288Z] latest: Pulling from library/busybox [2022-03-05T15:06:28.497Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T15:06:28.497Z] docker_api_swarm_test.go:305: [ddfa1577a00e7] joining swarm manager [dbfa68770608a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:06:28.545Z] f4731b18983e: Pulling fs layer [2022-03-05T15:06:28.545Z] f4731b18983e: Verifying Checksum [2022-03-05T15:06:28.545Z] f4731b18983e: Download complete [2022-03-05T15:06:28.545Z] f4731b18983e: Pull complete [2022-03-05T15:06:28.545Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-05T15:06:28.545Z] Status: Downloaded newer image for busybox:latest [2022-03-05T15:06:28.756Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.61s) [2022-03-05T15:06:28.756Z] PASS [2022-03-05T15:06:28.756Z] [2022-03-05T15:06:28.756Z] === Skipped [2022-03-05T15:06:28.756Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:06:28.756Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:06:28.756Z] [2022-03-05T15:06:28.756Z] DONE 26 tests, 1 skipped in 48.838s [2022-03-05T15:06:28.756Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] ++ set -e [2022-03-05T15:06:28.756Z] ++ '[' -n 0 ']' [2022-03-05T15:06:28.756Z] ++ set -x [2022-03-05T15:06:28.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] INFO: Testing against a local daemon [2022-03-05T15:06:28.756Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-05T15:06:28.756Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:06:28.756Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T15:06:28.756Z] === RUN TestDockerNetworkIpvlan [2022-03-05T15:06:28.756Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:06:28.756Z] --- SKIP: TestDockerNetworkIpvlan (0.01s) [2022-03-05T15:06:28.756Z] PASS [2022-03-05T15:06:28.756Z] [2022-03-05T15:06:28.756Z] === Skipped [2022-03-05T15:06:28.756Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-05T15:06:28.756Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:06:28.756Z] [2022-03-05T15:06:28.756Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.01s) [2022-03-05T15:06:28.756Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-05T15:06:28.756Z] [2022-03-05T15:06:28.756Z] DONE 2 tests, 2 skipped in 0.099s [2022-03-05T15:06:28.756Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] ++ set -e [2022-03-05T15:06:28.756Z] ++ '[' -n 0 ']' [2022-03-05T15:06:28.756Z] ++ set -x [2022-03-05T15:06:28.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:28.756Z] INFO: Testing against a local daemon [2022-03-05T15:06:28.756Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-05T15:06:29.323Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T15:06:29.323Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-05T15:06:29.891Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T15:06:30.150Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T15:06:30.150Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-03-05T15:06:30.150Z] === RUN TestDockerNetworkMacvlan [Pipeline] catchError [Pipeline] { [2022-03-05T15:06:30.448Z] Removing intermediate container 6901d0f76ce2 [2022-03-05T15:06:30.448Z] ---> de33adaeea7e [2022-03-05T15:06:30.448Z] Step 13/13 : CMD ["sh"] [2022-03-05T15:06:30.448Z] ---> Running in 60d1675fb653 [2022-03-05T15:06:30.448Z] Removing intermediate container 60d1675fb653 [2022-03-05T15:06:30.448Z] ---> cfd32ea25ea1 [2022-03-05T15:06:30.448Z] Successfully built cfd32ea25ea1 [2022-03-05T15:06:30.448Z] Successfully tagged busybox:latest [2022-03-05T15:06:30.448Z] INFO: Docker images of the daemon under test [2022-03-05T15:06:30.448Z] [2022-03-05T15:06:30.448Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T15:06:30.448Z] busybox latest cfd32ea25ea1 1 second ago 5GB [2022-03-05T15:06:30.448Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T15:06:30.448Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-05T15:06:30.448Z] [2022-03-05T15:06:30.448Z] INFO: Running integration tests at 03/05/2022 15:06:30... [2022-03-05T15:06:30.448Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T15:06:30.448Z] INFO: Integration API tests being run from the host: [2022-03-05T15:06:30.448Z] INFO: make.ps1 starting at 03/05/2022 15:06:30 [Pipeline] sh [2022-03-05T15:06:30.729Z] + bundleName=arm64-integration [2022-03-05T15:06:30.729Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-05T15:06:30.729Z] Creating arm64-integration-bundles.tar.gz [2022-03-05T15:06:30.729Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-05T15:06:30.729Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-05T15:06:30.738Z] Archiving artifacts [2022-03-05T15:06:31.086Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-05T15:06:31.086Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T15:06:31.991Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T15:06:32.024Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-05T15:06:32.024Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T15:06:32.579Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T15:06:32.882Z] + make clean [2022-03-05T15:06:32.882Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T15:06:32.882Z] docker-dev-cache [2022-03-05T15:06:32.882Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T15:06:32.960Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-05T15:06:32.960Z] === RUN TestDockerSuite/TestBuildShellMultiple [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T15:06:34.862Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-05T15:06:35.797Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T15:06:35.797Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T15:06:36.055Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T15:06:36.055Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-05T15:06:36.055Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T15:06:36.622Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T15:06:37.211Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-05T15:06:37.211Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T15:06:37.211Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T15:06:38.182Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T15:06:41.492Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-05T15:06:41.492Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T15:06:42.429Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan (12.36s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.09s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.17s) [2022-03-05T15:06:42.689Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.80s) [2022-03-05T15:06:42.689Z] PASS [2022-03-05T15:06:42.689Z] [2022-03-05T15:06:42.689Z] DONE 8 tests in 13.827s [2022-03-05T15:06:42.689Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] ++ set -e [2022-03-05T15:06:42.689Z] ++ '[' -n 0 ']' [2022-03-05T15:06:42.689Z] ++ set -x [2022-03-05T15:06:42.689Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] testing: warning: no tests to run [2022-03-05T15:06:42.689Z] PASS [2022-03-05T15:06:42.689Z] [2022-03-05T15:06:42.689Z] DONE 0 tests in 0.030s [2022-03-05T15:06:42.689Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] ++ set -e [2022-03-05T15:06:42.689Z] ++ '[' -n 0 ']' [2022-03-05T15:06:42.689Z] ++ set -x [2022-03-05T15:06:42.689Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:06:42.689Z] INFO: Testing against a local daemon [2022-03-05T15:06:42.689Z] === RUN TestAuthZPluginAllowRequest [2022-03-05T15:06:43.255Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T15:06:43.822Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T15:06:44.181Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2022-03-05T15:06:44.181Z] === RUN TestAuthZPluginTLS [2022-03-05T15:06:44.439Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T15:06:44.697Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-05T15:06:44.697Z] === RUN TestAuthZPluginDenyRequest [2022-03-05T15:06:45.263Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2022-03-05T15:06:45.263Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-05T15:06:45.521Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T15:06:45.779Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-03-05T15:06:45.779Z] === RUN TestAuthZPluginDenyResponse [2022-03-05T15:06:46.346Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-05T15:06:46.346Z] === RUN TestAuthZPluginAllowEventStream [2022-03-05T15:06:46.912Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T15:06:47.847Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-05T15:06:47.847Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-03-05T15:06:47.847Z] === RUN TestAuthZPluginErrorResponse [2022-03-05T15:06:48.417Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-05T15:06:48.417Z] === RUN TestAuthZPluginErrorRequest [2022-03-05T15:06:48.984Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-05T15:06:48.984Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-05T15:06:49.552Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-05T15:06:49.552Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-05T15:06:50.121Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T15:06:50.212Z] === RUN TestBoolValue [2022-03-05T15:06:50.212Z] --- PASS: TestBoolValue (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestBoolValueOrDefault [2022-03-05T15:06:50.212Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestInt64ValueOrZero [2022-03-05T15:06:50.212Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestInt64ValueOrDefault [2022-03-05T15:06:50.212Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-05T15:06:50.212Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestJsonContentType [2022-03-05T15:06:50.212Z] --- PASS: TestJsonContentType (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 14.7% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/server/httputils 0.061s coverage: 14.7% of statements [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T15:06:50.212Z] === RUN TestMaskSecretKeys [2022-03-05T15:06:50.212Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-05T15:06:50.212Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-05T15:06:50.212Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-05T15:06:50.212Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestVersionMiddlewareVersion [2022-03-05T15:06:50.212Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-05T15:06:50.212Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 37.7% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/server/middleware 0.069s coverage: 37.7% of statements [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T15:06:50.212Z] === RUN TestAdjustForAPIVersion [2022-03-05T15:06:50.212Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 5.7% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/server/router/swarm 0.072s coverage: 5.7% of statements [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T15:06:50.212Z] === RUN TestStrSliceMarshalJSON [2022-03-05T15:06:50.212Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestStrSliceUnmarshalJSON [2022-03-05T15:06:50.212Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestStrSliceUnmarshalString [2022-03-05T15:06:50.212Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestStrSliceUnmarshalSlice [2022-03-05T15:06:50.212Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 90.0% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2022-03-05T15:06:50.212Z] === RUN TestToJSON [2022-03-05T15:06:50.212Z] --- PASS: TestToJSON (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestToParamWithVersion [2022-03-05T15:06:50.212Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestFromJSON [2022-03-05T15:06:50.212Z] --- PASS: TestFromJSON (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestEmpty [2022-03-05T15:06:50.212Z] --- PASS: TestEmpty (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestArgsMatchKVListEmptySources [2022-03-05T15:06:50.212Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestArgsMatchKVList [2022-03-05T15:06:50.212Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestArgsMatch [2022-03-05T15:06:50.212Z] --- PASS: TestArgsMatch (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestAdd [2022-03-05T15:06:50.212Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestDel [2022-03-05T15:06:50.212Z] --- PASS: TestDel (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestLen [2022-03-05T15:06:50.212Z] --- PASS: TestLen (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestExactMatch [2022-03-05T15:06:50.212Z] --- PASS: TestExactMatch (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestOnlyOneExactMatch [2022-03-05T15:06:50.212Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestContains [2022-03-05T15:06:50.212Z] --- PASS: TestContains (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestValidate [2022-03-05T15:06:50.212Z] --- PASS: TestValidate (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestWalkValues [2022-03-05T15:06:50.212Z] --- PASS: TestWalkValues (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestFuzzyMatch [2022-03-05T15:06:50.212Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestClone [2022-03-05T15:06:50.212Z] --- PASS: TestClone (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 92.2% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/types/filters 0.055s coverage: 92.2% of statements [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T15:06:50.212Z] === RUN TestDurationToSecondsString [2022-03-05T15:06:50.212Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestGetTimestamp [2022-03-05T15:06:50.212Z] --- PASS: TestGetTimestamp (0.20s) [2022-03-05T15:06:50.212Z] === RUN TestParseTimestamps [2022-03-05T15:06:50.212Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 100.0% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/types/time 0.257s coverage: 100.0% of statements [2022-03-05T15:06:50.212Z] === RUN TestCompareVersion [2022-03-05T15:06:50.212Z] --- PASS: TestCompareVersion (0.00s) [2022-03-05T15:06:50.212Z] PASS [2022-03-05T15:06:50.212Z] coverage: 77.3% of statements [2022-03-05T15:06:50.212Z] ok github.com/docker/docker/api/types/versions 0.050s coverage: 77.3% of statements [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T15:06:50.212Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-05T15:06:50.212Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-05T15:06:50.212Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestCloneArgsSmartHttp [2022-03-05T15:06:50.212Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-05T15:06:50.212Z] === RUN TestCloneArgsDumbHttp [2022-03-05T15:06:50.212Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestCloneArgsGit [2022-03-05T15:06:50.212Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestCheckoutGit [2022-03-05T15:06:50.212Z] === RUN TestEnable [2022-03-05T15:06:50.212Z] --- PASS: TestEnable (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestDisable [2022-03-05T15:06:50.212Z] --- PASS: TestDisable (0.00s) [2022-03-05T15:06:50.212Z] === RUN TestEnabled [2022-03-05T15:06:50.213Z] --- PASS: TestEnabled (0.00s) [2022-03-05T15:06:50.213Z] PASS [2022-03-05T15:06:50.213Z] coverage: 100.0% of statements [2022-03-05T15:06:50.213Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2022-03-05T15:06:50.213Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-05T15:06:50.213Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-05T15:06:50.213Z] === RUN TestProcessNoDockerignore [2022-03-05T15:06:50.213Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-05T15:06:50.213Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-05T15:06:50.213Z] === RUN TestDetectContentType [2022-03-05T15:06:50.213Z] --- PASS: TestDetectContentType (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestSelectAcceptableMIME [2022-03-05T15:06:50.213Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestInspectEmptyResponse [2022-03-05T15:06:50.213Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestInspectResponseBinary [2022-03-05T15:06:50.213Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestResponseUnsupportedContentType [2022-03-05T15:06:50.213Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestInspectResponseTextSimple [2022-03-05T15:06:50.213Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestInspectResponseEmptyContentType [2022-03-05T15:06:50.213Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestUnknownContentLength [2022-03-05T15:06:50.213Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestDownloadRemote [2022-03-05T15:06:50.213Z] --- PASS: TestDownloadRemote (0.11s) [2022-03-05T15:06:50.213Z] === RUN TestGetWithStatusError [2022-03-05T15:06:50.213Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestCloseRootDirectory [2022-03-05T15:06:50.213Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:06:50.213Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-05T15:06:50.213Z] === RUN TestHashFile [2022-03-05T15:06:50.213Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:06:50.213Z] --- SKIP: TestHashFile (0.01s) [2022-03-05T15:06:50.213Z] === RUN TestHashSubdir [2022-03-05T15:06:50.213Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:06:50.213Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-05T15:06:50.213Z] === RUN TestRemoveDirectory [2022-03-05T15:06:50.213Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:06:50.213Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-05T15:06:50.213Z] PASS [2022-03-05T15:06:50.213Z] coverage: 9.3% of statements [2022-03-05T15:06:50.213Z] ok github.com/docker/docker/builder/remotecontext 0.427s coverage: 9.3% of statements [2022-03-05T15:06:50.682Z] === RUN TestGetAllAllowed [2022-03-05T15:06:50.682Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestGetAllMeta [2022-03-05T15:06:50.682Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-05T15:06:50.682Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestIsUnreferencedBuiltin [2022-03-05T15:06:50.682Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestIsExistingDirectory [2022-03-05T15:06:50.682Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestGetFilenameForDownload [2022-03-05T15:06:50.682Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestEnv2Variables [2022-03-05T15:06:50.682Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-05T15:06:50.682Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestMaintainer [2022-03-05T15:06:50.682Z] --- PASS: TestMaintainer (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestLabel [2022-03-05T15:06:50.682Z] --- PASS: TestLabel (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestFromScratch [2022-03-05T15:06:50.682Z] --- PASS: TestFromScratch (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestFromWithArg [2022-03-05T15:06:50.682Z] --- PASS: TestFromWithArg (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-05T15:06:50.682Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestFromWithUndefinedArg [2022-03-05T15:06:50.682Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestFromMultiStageWithNamedStage [2022-03-05T15:06:50.682Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestOnbuild [2022-03-05T15:06:50.682Z] --- PASS: TestOnbuild (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestWorkdir [2022-03-05T15:06:50.682Z] --- PASS: TestWorkdir (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestCmd [2022-03-05T15:06:50.682Z] --- PASS: TestCmd (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestHealthcheckNone [2022-03-05T15:06:50.682Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestHealthcheckCmd [2022-03-05T15:06:50.682Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestEntrypoint [2022-03-05T15:06:50.682Z] --- PASS: TestEntrypoint (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestExpose [2022-03-05T15:06:50.682Z] --- PASS: TestExpose (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestUser [2022-03-05T15:06:50.682Z] --- PASS: TestUser (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestVolume [2022-03-05T15:06:50.682Z] --- PASS: TestVolume (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestStopSignal [2022-03-05T15:06:50.682Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:06:50.682Z] --- SKIP: TestStopSignal (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestArg [2022-03-05T15:06:50.682Z] --- PASS: TestArg (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestShell [2022-03-05T15:06:50.682Z] --- PASS: TestShell (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestPrependEnvOnCmd [2022-03-05T15:06:50.682Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestRunWithBuildArgs [2022-03-05T15:06:50.682Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestRunIgnoresHealthcheck [2022-03-05T15:06:50.682Z] --- PASS: TestRunIgnoresHealthcheck (0.01s) [2022-03-05T15:06:50.682Z] === RUN TestDispatchUnsupportedOptions [2022-03-05T15:06:50.682Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-05T15:06:50.682Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-05T15:06:50.682Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-05T15:06:50.682Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestNormalizeWorkdir [2022-03-05T15:06:50.682Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestDispatch [2022-03-05T15:06:50.682Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-05T15:06:50.682Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-05T15:06:50.682Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-05T15:06:50.682Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-05T15:06:50.682Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-05T15:06:50.682Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-05T15:06:50.682Z] === RUN TestDispatch/COPY_url [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch (0.08s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-05T15:06:50.682Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestAddScratchImageAddsToMounts [2022-03-05T15:06:50.682Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-05T15:06:50.682Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-05T15:06:50.682Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-05T15:06:50.682Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestImageSourceGetAddsToMounts [2022-03-05T15:06:50.682Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestEmptyDockerfile [2022-03-05T15:06:50.682Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestSymlinkDockerfile [2022-03-05T15:06:50.682Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-05T15:06:50.682Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-05T15:06:50.682Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestNonExistingDockerfile [2022-03-05T15:06:50.682Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestCopyRunConfig [2022-03-05T15:06:50.682Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestDeepCopyRunConfig [2022-03-05T15:06:50.682Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestExportImage [2022-03-05T15:06:50.682Z] --- PASS: TestExportImage (0.00s) [2022-03-05T15:06:50.682Z] === RUN TestNormalizeDest [2022-03-05T15:06:50.682Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-05T15:06:50.682Z] PASS [2022-03-05T15:06:50.682Z] coverage: 46.7% of statements [2022-03-05T15:06:50.682Z] ok github.com/docker/docker/builder/dockerfile 0.249s coverage: 46.7% of statements [2022-03-05T15:06:50.682Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T15:06:51.062Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.68s) [2022-03-05T15:06:51.062Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-05T15:06:51.678Z] === RUN TestTCP4Proxy [2022-03-05T15:06:51.678Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-05T15:06:51.678Z] === RUN TestTCP4ProxyHalfClose [2022-03-05T15:06:51.678Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-03-05T15:06:51.678Z] === RUN TestTCP6Proxy [2022-03-05T15:06:51.678Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:06:51.678Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestTCPDualStackProxy [2022-03-05T15:06:51.678Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:06:51.678Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestUDP4Proxy [2022-03-05T15:06:51.678Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestUDP6Proxy [2022-03-05T15:06:51.678Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:06:51.678Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestUDPWriteError [2022-03-05T15:06:51.678Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestSCTP4Proxy [2022-03-05T15:06:51.678Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:06:51.678Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-05T15:06:51.678Z] === RUN TestSCTP6Proxy [2022-03-05T15:06:51.678Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:06:51.678Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-05T15:06:51.678Z] PASS [2022-03-05T15:06:51.678Z] coverage: 49.4% of statements [2022-03-05T15:06:51.678Z] ok github.com/docker/docker/cmd/docker-proxy 0.073s coverage: 49.4% of statements [2022-03-05T15:06:52.965Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) [2022-03-05T15:06:52.965Z] === RUN TestAuthZPluginHeader [2022-03-05T15:06:53.534Z] --- PASS: TestAuthZPluginHeader (0.79s) [2022-03-05T15:06:53.535Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-05T15:06:58.806Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.34s) [2022-03-05T15:06:58.806Z] === RUN TestAuthZPluginV2Disable [2022-03-05T15:07:01.341Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T15:07:01.600Z] --- PASS: TestAuthZPluginV2Disable (3.66s) [2022-03-05T15:07:01.600Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-05T15:07:01.600Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T15:07:01.860Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T15:07:02.428Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T15:07:02.995Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T15:07:04.212Z] === RUN TestCheckpointCreateError [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointCreate [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointDeleteError [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointDelete [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointListError [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointList [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointList (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestCheckpointListContainerNotFound [2022-03-05T15:07:04.212Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNewClientWithOpsFromEnv [2022-03-05T15:07:04.212Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:07:04.212Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestGetAPIPath [2022-03-05T15:07:04.212Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestParseHostURL [2022-03-05T15:07:04.212Z] --- PASS: TestParseHostURL (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-05T15:07:04.212Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPIVersion [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPVersionOverride [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-05T15:07:04.212Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestClientRedirect [2022-03-05T15:07:04.212Z] --- PASS: TestClientRedirect (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigCreateUnsupported [2022-03-05T15:07:04.212Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigCreateError [2022-03-05T15:07:04.212Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigCreate [2022-03-05T15:07:04.212Z] --- PASS: TestConfigCreate (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspectNotFound [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspectWithEmptyID [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspectUnsupported [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspectError [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspectConfigNotFound [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigInspect [2022-03-05T15:07:04.212Z] --- PASS: TestConfigInspect (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigListUnsupported [2022-03-05T15:07:04.212Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigListError [2022-03-05T15:07:04.212Z] --- PASS: TestConfigListError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigList [2022-03-05T15:07:04.212Z] --- PASS: TestConfigList (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigRemoveUnsupported [2022-03-05T15:07:04.212Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigRemoveError [2022-03-05T15:07:04.212Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigRemove [2022-03-05T15:07:04.212Z] --- PASS: TestConfigRemove (0.00s) [2022-03-05T15:07:04.212Z] === RUN TestConfigUpdateUnsupported [2022-03-05T15:07:04.212Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-05T15:07:04.370Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T15:07:04.371Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-05T15:07:04.371Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-05T15:07:04.371Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T15:07:04.371Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-05T15:07:04.371Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T15:07:04.371Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-05T15:07:04.371Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T15:07:04.371Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-05T15:07:04.371Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T15:07:04.684Z] === RUN TestConfigUpdateError [2022-03-05T15:07:04.684Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestConfigUpdate [2022-03-05T15:07:04.684Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCommitError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCommit [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCommit (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStatPathError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStatPathNotFoundError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStatPathNoHeaderError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStatPath [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyToContainerError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyToContainerNotFoundError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyToContainer [2022-03-05T15:07:04.684Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyFromContainerError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyFromContainerNotFoundError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-05T15:07:04.684Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestCopyFromContainer [2022-03-05T15:07:04.684Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCreateError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCreateImageNotFound [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCreateWithName [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerCreateAutoRemove [2022-03-05T15:07:04.684Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerDiffError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerDiff [2022-03-05T15:07:04.684Z] --- PASS: TestContainerDiff (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecCreateError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecCreate [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecStartError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecStart [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecInspectError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecInspect [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExportError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExportError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExport [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExport (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerInspectError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerInspectContainerNotFound [2022-03-05T15:07:04.684Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerInspectWithEmptyID [2022-03-05T15:07:04.684Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerInspect [2022-03-05T15:07:04.684Z] --- PASS: TestContainerInspect (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerInspectNode [2022-03-05T15:07:04.684Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerKillError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerKillError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerKill [2022-03-05T15:07:04.684Z] --- PASS: TestContainerKill (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerListError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerListError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerList [2022-03-05T15:07:04.684Z] --- PASS: TestContainerList (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerLogsNotFoundError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerLogsError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerLogs [2022-03-05T15:07:04.684Z] --- PASS: TestContainerLogs (0.24s) [2022-03-05T15:07:04.684Z] === RUN TestContainerPauseError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerPause [2022-03-05T15:07:04.684Z] --- PASS: TestContainerPause (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainersPruneError [2022-03-05T15:07:04.684Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainersPrune [2022-03-05T15:07:04.684Z] --- PASS: TestContainersPrune (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRemoveError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRemoveNotFoundError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRemove [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRemove (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRenameError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRename [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRename (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerResizeError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecResizeError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerResize [2022-03-05T15:07:04.684Z] --- PASS: TestContainerResize (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerExecResize [2022-03-05T15:07:04.684Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRestartError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerRestart [2022-03-05T15:07:04.684Z] --- PASS: TestContainerRestart (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStartError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStartError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStart [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStart (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStatsError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStats [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStats (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStopError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStopError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerStop [2022-03-05T15:07:04.684Z] --- PASS: TestContainerStop (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerTopError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerTopError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerTop [2022-03-05T15:07:04.684Z] --- PASS: TestContainerTop (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerUnpauseError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerUnpause [2022-03-05T15:07:04.684Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerUpdateError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerUpdateError (0.02s) [2022-03-05T15:07:04.684Z] === RUN TestContainerUpdate [2022-03-05T15:07:04.684Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerWaitError [2022-03-05T15:07:04.684Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestContainerWait [2022-03-05T15:07:04.684Z] --- PASS: TestContainerWait (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestDiskUsageError [2022-03-05T15:07:04.684Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestDiskUsage [2022-03-05T15:07:04.684Z] --- PASS: TestDiskUsage (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestDistributionInspectUnsupported [2022-03-05T15:07:04.684Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestDistributionInspectWithEmptyID [2022-03-05T15:07:04.684Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestEventsErrorInOptions [2022-03-05T15:07:04.684Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestEventsErrorFromServer [2022-03-05T15:07:04.684Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestEvents [2022-03-05T15:07:04.684Z] --- PASS: TestEvents (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestTLSCloseWriter [2022-03-05T15:07:04.684Z] === PAUSE TestTLSCloseWriter [2022-03-05T15:07:04.684Z] === RUN TestImageBuildError [2022-03-05T15:07:04.684Z] --- PASS: TestImageBuildError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageBuild [2022-03-05T15:07:04.684Z] --- PASS: TestImageBuild (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestGetDockerOS [2022-03-05T15:07:04.684Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageCreateError [2022-03-05T15:07:04.684Z] --- PASS: TestImageCreateError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageCreate [2022-03-05T15:07:04.684Z] --- PASS: TestImageCreate (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageHistoryError [2022-03-05T15:07:04.684Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageHistory [2022-03-05T15:07:04.684Z] --- PASS: TestImageHistory (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageImportError [2022-03-05T15:07:04.684Z] --- PASS: TestImageImportError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageImport [2022-03-05T15:07:04.684Z] --- PASS: TestImageImport (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageInspectError [2022-03-05T15:07:04.684Z] --- PASS: TestImageInspectError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageInspectImageNotFound [2022-03-05T15:07:04.684Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageInspectWithEmptyID [2022-03-05T15:07:04.684Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageInspect [2022-03-05T15:07:04.684Z] --- PASS: TestImageInspect (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageListError [2022-03-05T15:07:04.684Z] --- PASS: TestImageListError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageList [2022-03-05T15:07:04.684Z] --- PASS: TestImageList (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageListApiBefore125 [2022-03-05T15:07:04.684Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageLoadError [2022-03-05T15:07:04.684Z] --- PASS: TestImageLoadError (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImageLoad [2022-03-05T15:07:04.684Z] --- PASS: TestImageLoad (0.00s) [2022-03-05T15:07:04.684Z] === RUN TestImagesPruneError [2022-03-05T15:07:04.684Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagesPrune [2022-03-05T15:07:04.685Z] --- PASS: TestImagesPrune (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullReferenceParseError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullAnyError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePullWithoutErrors [2022-03-05T15:07:04.685Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushReferenceError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushAnyError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithoutErrors [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-05T15:07:04.685Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageRemoveImageNotFound [2022-03-05T15:07:04.685Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageRemove [2022-03-05T15:07:04.685Z] --- PASS: TestImageRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSaveError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSaveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSave [2022-03-05T15:07:04.685Z] --- PASS: TestImageSave (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchAnyError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageSearchWithoutErrors [2022-03-05T15:07:04.685Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageTagError [2022-03-05T15:07:04.685Z] --- PASS: TestImageTagError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageTagInvalidReference [2022-03-05T15:07:04.685Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageTagInvalidSourceImageName [2022-03-05T15:07:04.685Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageTagHexSource [2022-03-05T15:07:04.685Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestImageTag [2022-03-05T15:07:04.685Z] --- PASS: TestImageTag (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestInfoServerError [2022-03-05T15:07:04.685Z] --- PASS: TestInfoServerError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestInfoInvalidResponseJSONError [2022-03-05T15:07:04.685Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestInfo [2022-03-05T15:07:04.685Z] --- PASS: TestInfo (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkConnectError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkConnect [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkCreateError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkCreate [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkDisconnectError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkDisconnect [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/empty_ID [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/no_options [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/verbose [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/global_scope [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/unknown_network [2022-03-05T15:07:04.685Z] === RUN TestNetworkInspect/server_error [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkListError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkList [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworksPruneError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworksPrune [2022-03-05T15:07:04.685Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNetworkRemove [2022-03-05T15:07:04.685Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeInspectNodeNotFound [2022-03-05T15:07:04.685Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeInspect [2022-03-05T15:07:04.685Z] --- PASS: TestNodeInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeListError [2022-03-05T15:07:04.685Z] --- PASS: TestNodeListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeList [2022-03-05T15:07:04.685Z] --- PASS: TestNodeList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeRemove [2022-03-05T15:07:04.685Z] --- PASS: TestNodeRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeUpdateError [2022-03-05T15:07:04.685Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestNodeUpdate [2022-03-05T15:07:04.685Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestOptionWithHostFromEnv [2022-03-05T15:07:04.685Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestOptionWithTimeout [2022-03-05T15:07:04.685Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestOptionWithVersionFromEnv [2022-03-05T15:07:04.685Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPingFail [2022-03-05T15:07:04.685Z] --- PASS: TestPingFail (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPingWithError [2022-03-05T15:07:04.685Z] 2022/03/05 15:07:04 RoundTripper returned a response & error; ignoring response [2022-03-05T15:07:04.685Z] 2022/03/05 15:07:04 RoundTripper returned a response & error; ignoring response [2022-03-05T15:07:04.685Z] --- PASS: TestPingWithError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPingSuccess [2022-03-05T15:07:04.685Z] --- PASS: TestPingSuccess (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPingHeadFallback [2022-03-05T15:07:04.685Z] === RUN TestPingHeadFallback/OK [2022-03-05T15:07:04.685Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-05T15:07:04.685Z] === RUN TestPingHeadFallback/Not_Found [2022-03-05T15:07:04.685Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-05T15:07:04.685Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-05T15:07:04.685Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginDisableError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginDisable [2022-03-05T15:07:04.685Z] --- PASS: TestPluginDisable (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginEnableError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginEnable [2022-03-05T15:07:04.685Z] --- PASS: TestPluginEnable (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginInspect [2022-03-05T15:07:04.685Z] --- PASS: TestPluginInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginListError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginList [2022-03-05T15:07:04.685Z] --- PASS: TestPluginList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginPushError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginPushError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginPush [2022-03-05T15:07:04.685Z] --- PASS: TestPluginPush (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginRemove [2022-03-05T15:07:04.685Z] --- PASS: TestPluginRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginSetError [2022-03-05T15:07:04.685Z] --- PASS: TestPluginSetError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPluginSet [2022-03-05T15:07:04.685Z] --- PASS: TestPluginSet (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSetHostHeader [2022-03-05T15:07:04.685Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestPlainTextError [2022-03-05T15:07:04.685Z] --- PASS: TestPlainTextError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestInfiniteError [2022-03-05T15:07:04.685Z] --- PASS: TestInfiniteError (0.06s) [2022-03-05T15:07:04.685Z] === RUN TestCanceledContext [2022-03-05T15:07:04.685Z] 2022/03/05 15:07:04 RoundTripper returned a response & error; ignoring response [2022-03-05T15:07:04.685Z] --- PASS: TestCanceledContext (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestDeadlineExceededContext [2022-03-05T15:07:04.685Z] 2022/03/05 15:07:04 RoundTripper returned a response & error; ignoring response [2022-03-05T15:07:04.685Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretCreateUnsupported [2022-03-05T15:07:04.685Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretCreateError [2022-03-05T15:07:04.685Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretCreate [2022-03-05T15:07:04.685Z] --- PASS: TestSecretCreate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretInspectUnsupported [2022-03-05T15:07:04.685Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretInspectSecretNotFound [2022-03-05T15:07:04.685Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretInspect [2022-03-05T15:07:04.685Z] --- PASS: TestSecretInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretListUnsupported [2022-03-05T15:07:04.685Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretListError [2022-03-05T15:07:04.685Z] --- PASS: TestSecretListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretList [2022-03-05T15:07:04.685Z] --- PASS: TestSecretList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretRemoveUnsupported [2022-03-05T15:07:04.685Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretRemove [2022-03-05T15:07:04.685Z] --- PASS: TestSecretRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretUpdateUnsupported [2022-03-05T15:07:04.685Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretUpdateError [2022-03-05T15:07:04.685Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSecretUpdate [2022-03-05T15:07:04.685Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceCreateError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceCreate [2022-03-05T15:07:04.685Z] --- PASS: TestServiceCreate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-05T15:07:04.685Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceCreateDigestPinning [2022-03-05T15:07:04.685Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceInspectServiceNotFound [2022-03-05T15:07:04.685Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceInspect [2022-03-05T15:07:04.685Z] --- PASS: TestServiceInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceListError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceList [2022-03-05T15:07:04.685Z] --- PASS: TestServiceList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceLogsError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceLogs [2022-03-05T15:07:04.685Z] --- PASS: TestServiceLogs (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceRemoveError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceRemoveNotFoundError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceRemove [2022-03-05T15:07:04.685Z] --- PASS: TestServiceRemove (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceUpdateError [2022-03-05T15:07:04.685Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestServiceUpdate [2022-03-05T15:07:04.685Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmGetUnlockKeyError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmGetUnlockKey [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmInitError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmInit [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmInit (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmInspect [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmJoinError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmJoin [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmLeaveError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmLeave [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmUnlockError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmUnlock [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmUpdateError [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestSwarmUpdate [2022-03-05T15:07:04.685Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestTaskInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestTaskInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestTaskInspect [2022-03-05T15:07:04.685Z] --- PASS: TestTaskInspect (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestTaskListError [2022-03-05T15:07:04.685Z] --- PASS: TestTaskListError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestTaskList [2022-03-05T15:07:04.685Z] --- PASS: TestTaskList (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeCreateError [2022-03-05T15:07:04.685Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeCreate [2022-03-05T15:07:04.685Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeInspectError [2022-03-05T15:07:04.685Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeInspectNotFound [2022-03-05T15:07:04.685Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeInspectWithEmptyID [2022-03-05T15:07:04.685Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-05T15:07:04.685Z] === RUN TestVolumeInspect [2022-03-05T15:07:04.686Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-05T15:07:04.686Z] === RUN TestVolumeListError [2022-03-05T15:07:04.686Z] --- PASS: TestVolumeListError (0.00s) [2022-03-05T15:07:04.686Z] === RUN TestVolumeList [2022-03-05T15:07:04.686Z] --- PASS: TestVolumeList (0.01s) [2022-03-05T15:07:04.686Z] === RUN TestVolumeRemoveError [2022-03-05T15:07:04.686Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-05T15:07:04.686Z] === RUN TestVolumeRemove [2022-03-05T15:07:04.686Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-05T15:07:04.686Z] === CONT TestTLSCloseWriter [2022-03-05T15:07:04.686Z] --- PASS: TestTLSCloseWriter (0.03s) [2022-03-05T15:07:04.686Z] PASS [2022-03-05T15:07:04.686Z] coverage: 75.2% of statements [2022-03-05T15:07:04.686Z] ok github.com/docker/docker/client 0.547s coverage: 75.2% of statements [2022-03-05T15:07:05.311Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.72s) [2022-03-05T15:07:05.311Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-05T15:07:05.879Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T15:07:05.879Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T15:07:06.447Z] docker_api_swarm_test.go:272: [d97d001e3cf53] joining swarm manager [d7a5fd403fa7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:07:06.706Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T15:07:07.275Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T15:07:07.696Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:07:07.696Z] INFO: Testing against a local daemon [2022-03-05T15:07:07.696Z] === RUN TestBuildWithSession [2022-03-05T15:07:07.696Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:07:07.696Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T15:07:07.696Z] === RUN TestBuildSquashParent [2022-03-05T15:07:07.696Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:07:07.696Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:07:07.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:07:07.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:07:07.696Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:07:07.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:07:07.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:07:07.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:07:08.215Z] docker_api_swarm_test.go:273: [dc60da7a0d19c] joining swarm manager [d7a5fd403fa7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:07:08.216Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T15:07:08.475Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T15:07:11.807Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T15:07:13.185Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T15:07:14.122Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T15:07:14.420Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-05T15:07:14.420Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-05T15:07:14.420Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-05T15:07:14.420Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-05T15:07:14.420Z] Cross building: bundles/cross/linux/s390x [2022-03-05T15:07:14.420Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-05T15:07:14.420Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-05T15:07:14.688Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T15:07:14.946Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T15:07:14.946Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-05T15:07:14.946Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T15:07:15.513Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T15:07:16.888Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.58s) [2022-03-05T15:07:16.888Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-05T15:07:17.146Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T15:07:17.146Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T15:07:17.146Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:07:17.146Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T15:07:17.714Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T15:07:18.281Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T15:07:18.848Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T15:07:19.416Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T15:07:20.351Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T15:07:21.290Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T15:07:21.855Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T15:07:22.792Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T15:07:23.357Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T15:07:24.292Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T15:07:24.860Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T15:07:24.860Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T15:07:24.860Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T15:07:25.119Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T15:07:25.119Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T15:07:25.119Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T15:07:25.119Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T15:07:25.119Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-05T15:07:26.496Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T15:07:27.431Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T15:07:27.431Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T15:07:27.998Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T15:07:28.565Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T15:07:28.817Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:07:28.817Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:07:29.131Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T15:07:29.389Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T15:07:29.955Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T15:07:29.955Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T15:07:29.955Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T15:07:29.999Z] --- PASS: TestCheckoutGit (40.74s) [2022-03-05T15:07:29.999Z] === RUN TestValidGitTransport [2022-03-05T15:07:29.999Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-05T15:07:29.999Z] === RUN TestGitInvalidRef [2022-03-05T15:07:29.999Z] --- PASS: TestGitInvalidRef (0.28s) [2022-03-05T15:07:29.999Z] PASS [2022-03-05T15:07:29.999Z] coverage: 86.3% of statements [2022-03-05T15:07:29.999Z] ok github.com/docker/docker/builder/remotecontext/git 41.102s coverage: 86.3% of statements [2022-03-05T15:07:29.999Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T15:07:29.999Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T15:07:30.522Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T15:07:30.522Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T15:07:30.522Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T15:07:30.522Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T15:07:30.522Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T15:07:31.089Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T15:07:31.347Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T15:07:31.912Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T15:07:31.912Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T15:07:32.848Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T15:07:33.415Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-05T15:07:33.415Z] PASS [2022-03-05T15:07:33.415Z] [2022-03-05T15:07:33.415Z] DONE 17 tests in 50.787s [2022-03-05T15:07:33.415Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-05T15:07:33.415Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:07:33.415Z] ++ set -e [2022-03-05T15:07:33.415Z] ++ '[' -n 0 ']' [2022-03-05T15:07:33.415Z] ++ set -x [2022-03-05T15:07:33.415Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:07:33.415Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T15:07:33.415Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T15:07:33.675Z] INFO: Testing against a local daemon [2022-03-05T15:07:33.675Z] === RUN TestPluginInvalidJSON [2022-03-05T15:07:33.675Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:07:33.675Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:07:33.675Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:07:33.675Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-05T15:07:33.675Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T15:07:33.675Z] === RUN TestPluginInstall [2022-03-05T15:07:33.675Z] === RUN TestPluginInstall/no_auth [2022-03-05T15:07:33.933Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T15:07:34.499Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T15:07:35.437Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T15:07:35.696Z] time="2022-03-05T15:07:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:35.696Z] time="2022-03-05T15:07:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:617392871f9671dbda8ce51830dee4fef50be15710b20499d709d9a53e0f77c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:35.696Z] time="2022-03-05T15:07:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:35.696Z] time="2022-03-05T15:07:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:617392871f9671dbda8ce51830dee4fef50be15710b20499d709d9a53e0f77c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:35.956Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T15:07:35.956Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T15:07:36.214Z] === RUN TestPluginInstall/with_htpasswd [2022-03-05T15:07:36.472Z] time="2022-03-05T15:07:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:36.472Z] time="2022-03-05T15:07:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:617392871f9671dbda8ce51830dee4fef50be15710b20499d709d9a53e0f77c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:36.472Z] time="2022-03-05T15:07:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:36.472Z] time="2022-03-05T15:07:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:617392871f9671dbda8ce51830dee4fef50be15710b20499d709d9a53e0f77c5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:36.472Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T15:07:37.040Z] === RUN TestPluginInstall/with_insecure [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.02s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-05T15:07:37.177Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestConfigureDaemonLogs [2022-03-05T15:07:37.177Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestCommonOptionsInstallFlags [2022-03-05T15:07:37.177Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-05T15:07:37.177Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-05T15:07:37.177Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-05T15:07:37.177Z] PASS [2022-03-05T15:07:37.177Z] coverage: 18.7% of statements [2022-03-05T15:07:37.177Z] ok github.com/docker/docker/cmd/dockerd 0.277s coverage: 18.7% of statements [2022-03-05T15:07:37.177Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-05T15:07:37.177Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T15:07:37.298Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.86s) [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (19.99s) [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (20.39s) [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (20.71s) [2022-03-05T15:07:37.363Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.09s) [2022-03-05T15:07:37.364Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.73s) [2022-03-05T15:07:37.364Z] === RUN TestBuildMultiStageCopy [2022-03-05T15:07:37.364Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T15:07:37.647Z] === RUN TestContainerStopSignal [2022-03-05T15:07:37.647Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestContainerStopTimeout [2022-03-05T15:07:37.647Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-05T15:07:37.647Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-05T15:07:37.647Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-05T15:07:37.647Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-05T15:07:37.647Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestReplaceAndAppendEnvVars [2022-03-05T15:07:37.647Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-05T15:07:37.647Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestNewMemoryStore [2022-03-05T15:07:37.647Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestAddContainers [2022-03-05T15:07:37.647Z] --- PASS: TestAddContainers (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestGetContainer [2022-03-05T15:07:37.647Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestDeleteContainer [2022-03-05T15:07:37.647Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestListContainers [2022-03-05T15:07:37.647Z] --- PASS: TestListContainers (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestFirstContainer [2022-03-05T15:07:37.647Z] --- PASS: TestFirstContainer (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestApplyAllContainer [2022-03-05T15:07:37.647Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestIsValidHealthString [2022-03-05T15:07:37.647Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestStateRunStop [2022-03-05T15:07:37.647Z] --- PASS: TestStateRunStop (0.00s) [2022-03-05T15:07:37.647Z] === RUN TestStateTimeoutWait [2022-03-05T15:07:37.864Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T15:07:37.864Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T15:07:37.864Z] time="2022-03-05T15:07:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:37.864Z] time="2022-03-05T15:07:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:906815773e452625838e4b42547cf0d42df4bc9121aa7dfe5ccc200f1cf5741e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:37.864Z] time="2022-03-05T15:07:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-05T15:07:37.864Z] time="2022-03-05T15:07:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:906815773e452625838e4b42547cf0d42df4bc9121aa7dfe5ccc200f1cf5741e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-05T15:07:38.116Z] state_test.go:141: Stop callback fired [2022-03-05T15:07:38.116Z] state_test.go:165: Stop callback fired [2022-03-05T15:07:38.116Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-05T15:07:38.116Z] === RUN TestIsValidStateString [2022-03-05T15:07:38.116Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-05T15:07:38.116Z] === RUN TestViewSaveDelete [2022-03-05T15:07:38.116Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-05T15:07:38.116Z] === RUN TestViewAll [2022-03-05T15:07:38.116Z] --- PASS: TestViewAll (0.02s) [2022-03-05T15:07:38.116Z] === RUN TestViewGet [2022-03-05T15:07:38.116Z] --- PASS: TestViewGet (0.01s) [2022-03-05T15:07:38.116Z] === RUN TestNames [2022-03-05T15:07:38.116Z] --- PASS: TestNames (0.00s) [2022-03-05T15:07:38.116Z] === RUN TestViewWithHealthCheck [2022-03-05T15:07:38.116Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-05T15:07:38.116Z] PASS [2022-03-05T15:07:38.116Z] coverage: 41.7% of statements [2022-03-05T15:07:38.116Z] ok github.com/docker/docker/container 0.289s coverage: 41.7% of statements [2022-03-05T15:07:38.116Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T15:07:38.116Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T15:07:38.116Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T15:07:38.116Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T15:07:38.122Z] plugin_test.go:165: [d18e2af8fafef] daemon is not started [2022-03-05T15:07:38.122Z] --- PASS: TestPluginInstall (4.57s) [2022-03-05T15:07:38.122Z] --- PASS: TestPluginInstall/no_auth (2.48s) [2022-03-05T15:07:38.122Z] --- PASS: TestPluginInstall/with_htpasswd (0.81s) [2022-03-05T15:07:38.122Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-03-05T15:07:38.122Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:07:38.381Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T15:07:39.692Z] === RUN TestPrepare [2022-03-05T15:07:39.692Z] --- PASS: TestPrepare (0.00s) [2022-03-05T15:07:39.692Z] === RUN TestStart [2022-03-05T15:07:39.692Z] --- PASS: TestStart (0.00s) [2022-03-05T15:07:39.692Z] === RUN TestWaitCancel [2022-03-05T15:07:39.692Z] --- PASS: TestWaitCancel (0.00s) [2022-03-05T15:07:39.692Z] === RUN TestWaitDisabled [2022-03-05T15:07:39.692Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-05T15:07:39.692Z] === RUN TestWaitEnabled [2022-03-05T15:07:39.692Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-05T15:07:39.692Z] === RUN TestRemove [2022-03-05T15:07:39.692Z] --- PASS: TestRemove (0.00s) [2022-03-05T15:07:39.692Z] PASS [2022-03-05T15:07:39.692Z] coverage: 65.3% of statements [2022-03-05T15:07:39.692Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.076s coverage: 65.3% of statements [2022-03-05T15:07:39.758Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T15:07:39.758Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-05T15:07:40.692Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T15:07:40.692Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T15:07:40.692Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T15:07:40.692Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T15:07:40.692Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T15:07:40.951Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-05T15:07:40.951Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T15:07:41.883Z] --- PASS: TestPluginsWithRuntimes (3.72s) [2022-03-05T15:07:41.883Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.01s) [2022-03-05T15:07:41.883Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.96s) [2022-03-05T15:07:41.883Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:07:41.917Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-05T15:07:41.917Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.18s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-05T15:07:41.917Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-05T15:07:41.917Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-05T15:07:42.387Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-05T15:07:42.387Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-05T15:07:42.387Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-05T15:07:42.387Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-05T15:07:42.388Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-05T15:07:42.388Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-05T15:07:42.388Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-05T15:07:42.388Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-05T15:07:42.388Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-05T15:07:42.388Z] PASS [2022-03-05T15:07:42.388Z] coverage: 35.9% of statements [2022-03-05T15:07:42.388Z] ok github.com/docker/docker/daemon/cluster/convert 0.572s coverage: 35.9% of statements [2022-03-05T15:07:42.388Z] === RUN TestNewListSecretsFilters [2022-03-05T15:07:42.388Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-05T15:07:42.388Z] === RUN TestNewListConfigsFilters [2022-03-05T15:07:42.388Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-05T15:07:42.388Z] PASS [2022-03-05T15:07:42.388Z] coverage: 0.5% of statements [2022-03-05T15:07:42.388Z] ok github.com/docker/docker/daemon/cluster 1.073s coverage: 0.5% of statements [2022-03-05T15:07:42.449Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-03-05T15:07:42.449Z] PASS [2022-03-05T15:07:42.449Z] [2022-03-05T15:07:42.449Z] DONE 10 tests in 8.972s [2022-03-05T15:07:42.449Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-05T15:07:42.449Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:07:42.449Z] ++ set -e [2022-03-05T15:07:42.449Z] ++ '[' -n 0 ']' [2022-03-05T15:07:42.449Z] ++ set -x [2022-03-05T15:07:42.449Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:07:42.449Z] INFO: Testing against a local daemon [2022-03-05T15:07:42.449Z] === RUN TestExternalGraphDriver [2022-03-05T15:07:42.707Z] === RUN TestExternalGraphDriver/json [2022-03-05T15:07:44.643Z] === RUN TestExternalGraphDriver/spec [2022-03-05T15:07:45.209Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T15:07:45.776Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T15:07:46.034Z] === RUN TestExternalGraphDriver/pull [2022-03-05T15:07:46.184Z] === RUN TestBuilderGC [2022-03-05T15:07:46.184Z] --- PASS: TestBuilderGC (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationNotFound [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonBrokenConfiguration [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestFindConfigurationConflicts [2022-03-05T15:07:46.184Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-05T15:07:46.184Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-05T15:07:46.184Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-05T15:07:46.184Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-05T15:07:46.184Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-05T15:07:46.184Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-05T15:07:46.184Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-05T15:07:46.184Z] === RUN TestValidateConfiguration [2022-03-05T15:07:46.184Z] === RUN TestValidateConfiguration/with_label [2022-03-05T15:07:46.184Z] === RUN TestValidateConfiguration/with_dns [2022-03-05T15:07:46.184Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-05T15:07:46.184Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-05T15:07:46.602Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T15:07:46.602Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-05T15:07:46.602Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T15:07:46.602Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T15:07:46.654Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-05T15:07:46.655Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-05T15:07:46.655Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-05T15:07:46.655Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-05T15:07:46.655Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestReloadSetConfigFileNotExist [2022-03-05T15:07:46.655Z] time="2022-03-05T15:07:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-05T15:07:46.655Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-05T15:07:46.655Z] === RUN TestReloadDefaultConfigNotExist [2022-03-05T15:07:46.655Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:07:46.655Z] --- SKIP: TestReloadDefaultConfigNotExist (0.06s) [2022-03-05T15:07:46.655Z] === RUN TestReloadBadDefaultConfig [2022-03-05T15:07:46.655Z] time="2022-03-05T15:07:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-667041969" [2022-03-05T15:07:46.655Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestReloadWithConflictingLabels [2022-03-05T15:07:46.655Z] time="2022-03-05T15:07:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-306957692" [2022-03-05T15:07:46.655Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestReloadWithDuplicateLabels [2022-03-05T15:07:46.655Z] time="2022-03-05T15:07:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-334010922" [2022-03-05T15:07:46.655Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestMaskURLCredentials [2022-03-05T15:07:46.655Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestDaemonConfigurationMerge [2022-03-05T15:07:46.655Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-05T15:07:46.655Z] PASS [2022-03-05T15:07:46.655Z] coverage: 79.2% of statements [2022-03-05T15:07:46.655Z] ok github.com/docker/docker/daemon/config 0.758s coverage: 79.2% of statements [2022-03-05T15:07:46.655Z] === RUN TestEventsLog [2022-03-05T15:07:46.655Z] --- PASS: TestEventsLog (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestEventsLogTimeout [2022-03-05T15:07:46.655Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestLogEvents [2022-03-05T15:07:46.655Z] --- PASS: TestLogEvents (0.05s) [2022-03-05T15:07:46.655Z] === RUN TestLoadBufferedEvents [2022-03-05T15:07:46.655Z] --- PASS: TestLoadBufferedEvents (0.21s) [2022-03-05T15:07:46.655Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-05T15:07:46.655Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-05T15:07:46.655Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-05T15:07:46.655Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-05T15:07:46.655Z] PASS [2022-03-05T15:07:46.655Z] coverage: 50.0% of statements [2022-03-05T15:07:46.655Z] ok github.com/docker/docker/daemon/events 0.319s coverage: 50.0% of statements [2022-03-05T15:07:47.123Z] === RUN TestWaitNodeAttachment [2022-03-05T15:07:47.537Z] --- PASS: TestExternalGraphDriver (4.94s) [2022-03-05T15:07:47.537Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2022-03-05T15:07:47.537Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-03-05T15:07:47.537Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-03-05T15:07:47.537Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:07:47.592Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-05T15:07:47.592Z] === RUN TestIsolationConversion [2022-03-05T15:07:47.592Z] === RUN TestIsolationConversion/default [2022-03-05T15:07:47.592Z] === RUN TestIsolationConversion/process [2022-03-05T15:07:47.592Z] === RUN TestIsolationConversion/hyperv [2022-03-05T15:07:47.592Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestContainerLabels [2022-03-05T15:07:47.592Z] --- PASS: TestContainerLabels (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestCredentialSpecConversion [2022-03-05T15:07:47.592Z] === RUN TestCredentialSpecConversion/none [2022-03-05T15:07:47.592Z] === RUN TestCredentialSpecConversion/config [2022-03-05T15:07:47.592Z] === RUN TestCredentialSpecConversion/file [2022-03-05T15:07:47.592Z] === RUN TestCredentialSpecConversion/registry [2022-03-05T15:07:47.592Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-05T15:07:47.592Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountBind [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountVolume [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountTarget [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountTmpfs [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountInvalidType [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-05T15:07:47.592Z] === RUN TestControllerValidateMountNamedPipe [2022-03-05T15:07:47.592Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-05T15:07:47.592Z] PASS [2022-03-05T15:07:47.592Z] coverage: 11.0% of statements [2022-03-05T15:07:47.592Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.625s coverage: 11.0% of statements [2022-03-05T15:07:48.580Z] === RUN TestIsEmptyDir [2022-03-05T15:07:48.580Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-05T15:07:48.580Z] PASS [2022-03-05T15:07:48.580Z] coverage: 2.3% of statements [2022-03-05T15:07:48.580Z] ok github.com/docker/docker/daemon/graphdriver 0.086s coverage: 2.3% of statements [2022-03-05T15:07:48.580Z] === RUN TestVerifyNetworkingConfig [2022-03-05T15:07:48.580Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestGetContainer [2022-03-05T15:07:48.580Z] --- PASS: TestGetContainer (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestValidContainerNames [2022-03-05T15:07:48.580Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestContainerInitDNS [2022-03-05T15:07:48.580Z] daemon_test.go:145: root required [2022-03-05T15:07:48.580Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestMerge [2022-03-05T15:07:48.580Z] --- PASS: TestMerge (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestValidateContainerIsolation [2022-03-05T15:07:48.580Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestFindNetworkErrorType [2022-03-05T15:07:48.580Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestEnsureServicesExist [2022-03-05T15:07:48.580Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestEnsureServicesExistErrors [2022-03-05T15:07:48.580Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-05T15:07:48.580Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-05T15:07:48.580Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-05T15:07:48.580Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-05T15:07:48.580Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-05T15:07:48.580Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-05T15:07:48.580Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestContainerDelete [2022-03-05T15:07:48.580Z] --- PASS: TestContainerDelete (0.01s) [2022-03-05T15:07:48.580Z] === RUN TestContainerDoubleDelete [2022-03-05T15:07:48.580Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLogContainerEventCopyLabels [2022-03-05T15:07:48.580Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLogContainerEventWithAttributes [2022-03-05T15:07:48.580Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestNoneHealthcheck [2022-03-05T15:07:48.580Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestHealthStates [2022-03-05T15:07:48.580Z] === RUN TestLinkNaming [2022-03-05T15:07:48.580Z] --- PASS: TestLinkNaming (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLinkNew [2022-03-05T15:07:48.580Z] --- PASS: TestLinkNew (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLinkEnv [2022-03-05T15:07:48.580Z] --- PASS: TestLinkEnv (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLinkMultipleEnv [2022-03-05T15:07:48.580Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-05T15:07:48.580Z] === RUN TestLinkPortRangeEnv [2022-03-05T15:07:48.580Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-05T15:07:48.580Z] PASS [2022-03-05T15:07:48.580Z] coverage: 93.0% of statements [2022-03-05T15:07:48.580Z] ok github.com/docker/docker/daemon/links 0.060s coverage: 93.0% of statements [2022-03-05T15:07:48.912Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-05T15:07:48.912Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] time="2022-03-05T15:07:48Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-05T15:07:49.049Z] --- PASS: TestHealthStates (0.23s) [2022-03-05T15:07:49.049Z] === RUN TestGetInspectData [2022-03-05T15:07:49.049Z] --- PASS: TestGetInspectData (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestFillLicense [2022-03-05T15:07:49.049Z] --- PASS: TestFillLicense (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestListInvalidFilter [2022-03-05T15:07:49.049Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestNameFilter [2022-03-05T15:07:49.049Z] --- PASS: TestNameFilter (0.01s) [2022-03-05T15:07:49.049Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-05T15:07:49.049Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-05T15:07:49.049Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-05T15:07:49.049Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadLabels [2022-03-05T15:07:49.049Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-05T15:07:49.049Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadMirrors [2022-03-05T15:07:49.049Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-05T15:07:49.049Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-05T15:07:49.049Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-05T15:07:49.049Z] reload_test.go:342: root required [2022-03-05T15:07:49.049Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-05T15:07:49.049Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-05T15:07:49.049Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-05T15:07:49.049Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-05T15:07:49.049Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-05T15:07:49.049Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-05T15:07:49.049Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-05T15:07:49.049Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-05T15:07:49.049Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-05T15:07:49.049Z] === RUN TestParseVolumesFrom [2022-03-05T15:07:49.049Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-05T15:07:49.049Z] PASS [2022-03-05T15:07:49.049Z] coverage: 8.6% of statements [2022-03-05T15:07:49.049Z] ok github.com/docker/docker/daemon 0.513s coverage: 8.6% of statements [2022-03-05T15:07:49.049Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T15:07:49.049Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T15:07:49.049Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-05T15:07:49.050Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-05T15:07:49.847Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T15:07:50.782Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/defaults [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-05T15:07:52.010Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-05T15:07:52.010Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-03-05T15:07:52.010Z] === RUN TestCreateSuccess [2022-03-05T15:07:52.010Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCreateStreamSkipped [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-05T15:07:52.010Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCreateLogGroupSuccess [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-05T15:07:52.010Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCreateError [2022-03-05T15:07:52.010Z] --- PASS: TestCreateError (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCreateAlreadyExists [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-05T15:07:52.010Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestLogClosed [2022-03-05T15:07:52.010Z] --- PASS: TestLogClosed (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestLogBlocking [2022-03-05T15:07:52.010Z] --- PASS: TestLogBlocking (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-05T15:07:52.010Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestLogNonBlockingBufferFull [2022-03-05T15:07:52.010Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestPublishBatchSuccess [2022-03-05T15:07:52.010Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestPublishBatchError [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=error msg=error [2022-03-05T15:07:52.010Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:07:52.010Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-05T15:07:52.010Z] time="2022-03-05T15:07:51Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-05T15:07:52.010Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchSimple [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchTicker [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMultilinePattern [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.10s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchClose [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/0/Hello [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/2/🙃 [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/3/���� [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/4/He��o [2022-03-05T15:07:52.010Z] === RUN TestEffectiveLen/5/ [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/0/ [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/1/Hello [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: Hello [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/2/Hello [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: He [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: llo [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/3/Hello [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: Hello [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/4/🙃 [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/5/🙃 [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/6/a� [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: a [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: � [2022-03-05T15:07:52.010Z] === RUN TestFindValidSplit/7/a� [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1076: a� [2022-03-05T15:07:52.010Z] cloudwatchlogs_test.go:1077: [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit (0.01s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-05T15:07:52.010Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestProcessEventEmoji [2022-03-05T15:07:52.010Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchLineSplit [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchLineSplit (0.03s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMaxEvents [2022-03-05T15:07:52.010Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-05T15:07:52.010Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-05T15:07:52.011Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-03-05T15:07:52.011Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-05T15:07:52.011Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-05T15:07:52.011Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-05T15:07:52.011Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-05T15:07:52.011Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestCreateTagSuccess [2022-03-05T15:07:52.011Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-05T15:07:52.011Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-05T15:07:52.011Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-05T15:07:52.011Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-05T15:07:52.011Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-05T15:07:52.011Z] PASS [2022-03-05T15:07:52.011Z] coverage: 80.2% of statements [2022-03-05T15:07:52.011Z] ok github.com/docker/docker/daemon/logger/awslogs 0.600s coverage: 80.2% of statements [2022-03-05T15:07:52.011Z] === RUN TestAdapterReadLogs [2022-03-05T15:07:52.011Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestCopier [2022-03-05T15:07:52.011Z] --- PASS: TestCopier (0.00s) [2022-03-05T15:07:52.011Z] === RUN TestCopierLongLines [2022-03-05T15:07:52.011Z] --- PASS: TestCopierLongLines (0.01s) [2022-03-05T15:07:52.011Z] === RUN TestCopierSlow [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-05T15:07:52.011Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-05T15:07:52.011Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-05T15:07:52.011Z] PASS [2022-03-05T15:07:52.011Z] coverage: 33.6% of statements [2022-03-05T15:07:52.011Z] ok github.com/docker/docker/daemon/logger/fluentd 0.061s coverage: 33.6% of statements [2022-03-05T15:07:52.141Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T15:07:52.141Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T15:07:52.141Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T15:07:52.480Z] --- PASS: TestCopierSlow (0.20s) [2022-03-05T15:07:52.480Z] === RUN TestCopierWithSized [2022-03-05T15:07:52.480Z] === RUN TestCopierWithSized/as_is [2022-03-05T15:07:52.480Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-05T15:07:52.480Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-05T15:07:52.480Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-05T15:07:52.480Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-05T15:07:52.480Z] === RUN TestCopierWithPartial [2022-03-05T15:07:52.480Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestRingLogger [2022-03-05T15:07:52.480Z] --- PASS: TestRingLogger (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestRingCap [2022-03-05T15:07:52.480Z] --- PASS: TestRingCap (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestRingClose [2022-03-05T15:07:52.480Z] --- PASS: TestRingClose (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestRingDrain [2022-03-05T15:07:52.480Z] --- PASS: TestRingDrain (0.00s) [2022-03-05T15:07:52.480Z] PASS [2022-03-05T15:07:52.480Z] coverage: 43.2% of statements [2022-03-05T15:07:52.480Z] === RUN TestSearchRegistryForImagesErrors [2022-03-05T15:07:52.480Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestSearchRegistryForImages [2022-03-05T15:07:52.480Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestOnlyPlatformWithFallback [2022-03-05T15:07:52.480Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-05T15:07:52.480Z] === RUN TestImageDelete [2022-03-05T15:07:52.480Z] ok github.com/docker/docker/daemon/logger 0.295s coverage: 43.2% of statements [2022-03-05T15:07:52.480Z] === RUN TestImageDelete/no_lease [2022-03-05T15:07:52.480Z] === RUN TestImageDelete/lease_exists [2022-03-05T15:07:52.480Z] --- PASS: TestImageDelete (0.10s) [2022-03-05T15:07:52.480Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-05T15:07:52.480Z] --- PASS: TestImageDelete/lease_exists (0.06s) [2022-03-05T15:07:52.480Z] === RUN TestContentStoreForPull [2022-03-05T15:07:52.685Z] --- PASS: TestGraphdriverPluginV2 (5.05s) [2022-03-05T15:07:52.685Z] PASS [2022-03-05T15:07:52.685Z] [2022-03-05T15:07:52.685Z] DONE 5 tests in 10.081s [2022-03-05T15:07:52.685Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-05T15:07:52.685Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:07:52.685Z] ++ set -e [2022-03-05T15:07:52.685Z] ++ '[' -n 0 ']' [2022-03-05T15:07:52.685Z] ++ set -x [2022-03-05T15:07:52.685Z] ++ 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-03-05T15:07:52.685Z] INFO: Testing against a local daemon [2022-03-05T15:07:52.685Z] === RUN TestContinueAfterPluginCrash [2022-03-05T15:07:52.685Z] === PAUSE TestContinueAfterPluginCrash [2022-03-05T15:07:52.685Z] === RUN TestReadPluginNoRead [2022-03-05T15:07:52.685Z] === PAUSE TestReadPluginNoRead [2022-03-05T15:07:52.685Z] === RUN TestDaemonStartWithLogOpt [2022-03-05T15:07:52.685Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-05T15:07:52.685Z] === CONT TestContinueAfterPluginCrash [2022-03-05T15:07:52.685Z] === CONT TestReadPluginNoRead [2022-03-05T15:07:52.943Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-05T15:07:52.950Z] --- PASS: TestContentStoreForPull (0.28s) [2022-03-05T15:07:52.950Z] PASS [2022-03-05T15:07:52.950Z] coverage: 6.8% of statements [2022-03-05T15:07:52.950Z] ok github.com/docker/docker/daemon/images 0.510s coverage: 6.8% of statements [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-05T15:07:52.950Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-05T15:07:53.421Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-05T15:07:53.421Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-05T15:07:53.421Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-05T15:07:53.421Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-05T15:07:53.421Z] === RUN TestFastTimeMarshalJSON [2022-03-05T15:07:53.421Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-05T15:07:53.421Z] PASS [2022-03-05T15:07:53.671Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T15:07:53.890Z] coverage: 87.2% of statements [2022-03-05T15:07:53.890Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.310s coverage: 87.2% of statements [2022-03-05T15:07:53.890Z] === RUN TestJSONFileLogger [2022-03-05T15:07:53.890Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-05T15:07:53.890Z] === RUN TestJSONFileLoggerWithTags [2022-03-05T15:07:53.890Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-05T15:07:53.890Z] === RUN TestJSONFileLoggerWithOpts [2022-03-05T15:07:53.890Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2022-03-05T15:07:53.890Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-05T15:07:53.890Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-05T15:07:53.890Z] === RUN TestEncodeDecode [2022-03-05T15:07:53.890Z] === PAUSE TestEncodeDecode [2022-03-05T15:07:53.890Z] === RUN TestUnexpectedEOF [2022-03-05T15:07:54.359Z] time="2022-03-05T15:07:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:07:54.359Z] time="2022-03-05T15:07:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-05T15:07:54.359Z] --- PASS: TestUnexpectedEOF (0.23s) [2022-03-05T15:07:54.359Z] === CONT TestEncodeDecode [2022-03-05T15:07:54.359Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-05T15:07:54.359Z] PASS [2022-03-05T15:07:54.359Z] coverage: 69.9% of statements [2022-03-05T15:07:54.359Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.366s coverage: 69.9% of statements [2022-03-05T15:07:54.359Z] === RUN TestWriteLog [2022-03-05T15:07:54.359Z] === PAUSE TestWriteLog [2022-03-05T15:07:54.359Z] === RUN TestReadLog [2022-03-05T15:07:54.359Z] === PAUSE TestReadLog [2022-03-05T15:07:54.359Z] === RUN TestDecode [2022-03-05T15:07:54.359Z] --- PASS: TestDecode (0.03s) [2022-03-05T15:07:54.359Z] === CONT TestWriteLog [2022-03-05T15:07:54.359Z] --- PASS: TestWriteLog (0.01s) [2022-03-05T15:07:54.359Z] === CONT TestReadLog [2022-03-05T15:07:54.359Z] === RUN TestReadLog/tail_exact [2022-03-05T15:07:54.359Z] === RUN TestReadLog/tail_less_than_available [2022-03-05T15:07:54.359Z] === RUN TestReadLog/tail_more_than_available [2022-03-05T15:07:54.359Z] --- PASS: TestReadLog (0.27s) [2022-03-05T15:07:54.359Z] --- PASS: TestReadLog/tail_exact (0.23s) [2022-03-05T15:07:54.359Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-05T15:07:54.359Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-05T15:07:54.359Z] PASS [2022-03-05T15:07:54.359Z] coverage: 78.7% of statements [2022-03-05T15:07:54.359Z] ok github.com/docker/docker/daemon/logger/local 0.369s coverage: 78.7% of statements [2022-03-05T15:07:54.828Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy (17.59s) [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.49s) [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.18s) [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.34s) [2022-03-05T15:07:55.199Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.62s) [2022-03-05T15:07:55.199Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T15:07:55.298Z] === RUN TestOpenFileDelete [2022-03-05T15:07:55.298Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestOpenFileRename [2022-03-05T15:07:55.298Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestHandleDecoderErr [2022-03-05T15:07:55.298Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestParseLogTagDefaultTag [2022-03-05T15:07:55.298Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestParseLogTag [2022-03-05T15:07:55.298Z] --- PASS: TestParseLogTag (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestParseLogTagEmptyTag [2022-03-05T15:07:55.298Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestTailFiles [2022-03-05T15:07:55.298Z] --- PASS: TestTailFiles (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestFollowLogsConsumerGone [2022-03-05T15:07:55.298Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-05T15:07:55.298Z] === RUN TestFollowLogsProducerGone [2022-03-05T15:07:55.298Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-05T15:07:55.298Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-05T15:07:55.298Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-05T15:07:55.298Z] === RUN TestCheckCapacityAndRotate [2022-03-05T15:07:55.298Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-05T15:07:55.298Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-05T15:07:55.475Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T15:07:55.767Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2022-03-05T15:07:55.767Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-03-05T15:07:55.767Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s) [2022-03-05T15:07:55.767Z] PASS [2022-03-05T15:07:55.767Z] coverage: 55.1% of statements [2022-03-05T15:07:55.767Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.249s coverage: 55.1% of statements [2022-03-05T15:07:55.767Z] === RUN TestLog [2022-03-05T15:07:55.767Z] --- PASS: TestLog (0.03s) [2022-03-05T15:07:55.767Z] PASS [2022-03-05T15:07:55.767Z] coverage: 31.5% of statements [2022-03-05T15:07:55.767Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.103s coverage: 31.5% of statements [2022-03-05T15:07:56.044Z] docker_api_swarm_node_test.go:20: [d81b32b8a06f0] joining swarm manager [dbbed90b966de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:07:56.304Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T15:07:56.755Z] === RUN TestParseLogFormat [2022-03-05T15:07:56.755Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestValidateLogOptEmpty [2022-03-05T15:07:56.755Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestValidateSyslogAddress [2022-03-05T15:07:56.755Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestParseAddressDefaultPort [2022-03-05T15:07:56.755Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestValidateSyslogFacility [2022-03-05T15:07:56.755Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestValidateLogOptSyslogFormat [2022-03-05T15:07:56.755Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestValidateLogOpt [2022-03-05T15:07:56.755Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:07:56.755Z] PASS [2022-03-05T15:07:56.755Z] coverage: 46.8% of statements [2022-03-05T15:07:56.755Z] ok github.com/docker/docker/daemon/logger/syslog 0.085s coverage: 46.8% of statements [2022-03-05T15:07:56.755Z] === RUN TestValidateLogOpt [2022-03-05T15:07:56.755Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestNewMissedConfig [2022-03-05T15:07:56.755Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestNewMissedUrl [2022-03-05T15:07:56.755Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestNewMissedToken [2022-03-05T15:07:56.755Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestNewWithProxy [2022-03-05T15:07:56.755Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestDefault [2022-03-05T15:07:56.755Z] --- PASS: TestDefault (0.01s) [2022-03-05T15:07:56.755Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-05T15:07:56.755Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestJsonFormat [2022-03-05T15:07:56.755Z] --- PASS: TestJsonFormat (0.02s) [2022-03-05T15:07:56.755Z] === RUN TestRawFormat [2022-03-05T15:07:56.755Z] --- PASS: TestRawFormat (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestRawFormatWithLabels [2022-03-05T15:07:56.755Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestRawFormatWithoutTag [2022-03-05T15:07:56.755Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-05T15:07:56.755Z] === RUN TestBatching [2022-03-05T15:07:56.755Z] === RUN TestNewParse [2022-03-05T15:07:56.755Z] --- PASS: TestNewParse (0.00s) [2022-03-05T15:07:56.755Z] PASS [2022-03-05T15:07:56.755Z] coverage: 8.3% of statements [2022-03-05T15:07:56.755Z] ok github.com/docker/docker/daemon/logger/templates 0.065s coverage: 8.3% of statements [2022-03-05T15:07:56.873Z] docker_api_swarm_node_test.go:21: [d31821222b3bf] joining swarm manager [dbbed90b966de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:07:57.224Z] --- PASS: TestBatching (0.35s) [2022-03-05T15:07:57.224Z] === RUN TestFrequency [2022-03-05T15:07:57.224Z] --- PASS: TestFrequency (0.19s) [2022-03-05T15:07:57.224Z] === RUN TestOneMessagePerRequest [2022-03-05T15:07:57.224Z] --- PASS: TestOneMessagePerRequest (0.02s) [2022-03-05T15:07:57.224Z] === RUN TestVerify [2022-03-05T15:07:57.224Z] --- PASS: TestVerify (0.00s) [2022-03-05T15:07:57.224Z] === RUN TestSkipVerify [2022-03-05T15:07:57.696Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:57.696Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:57.696Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:57.696Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:57.696Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:57.810Z] === RUN TestReadPluginNoRead/default [2022-03-05T15:07:58.071Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T15:07:58.089Z] --- PASS: TestBuildMultiStageParentConfig (3.04s) [2022-03-05T15:07:58.089Z] === RUN TestBuildLabelWithTargets [2022-03-05T15:07:58.089Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:07:58.089Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-05T15:07:58.089Z] === RUN TestBuildWithEmptyLayers [2022-03-05T15:07:58.166Z] --- PASS: TestSkipVerify (0.82s) [2022-03-05T15:07:58.166Z] === RUN TestBufferMaximum [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.944265\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.944265\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] --- PASS: TestBufferMaximum (0.01s) [2022-03-05T15:07:58.166Z] === RUN TestServerAlwaysDown [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.952703\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.952703\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.952703\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.953702\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] time="2022-03-05T15:07:57Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646492877.953702\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:58.166Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-05T15:07:58.166Z] === RUN TestCannotSendAfterClose [2022-03-05T15:07:58.166Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-05T15:07:58.166Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-05T15:07:59.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T15:07:59.154Z] === RUN TestV1IDService [2022-03-05T15:07:59.154Z] --- PASS: TestV1IDService (0.03s) [2022-03-05T15:07:59.154Z] === RUN TestV2MetadataService [2022-03-05T15:07:59.154Z] time="2022-03-05T15:07:58Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-05T15:07:59.154Z] time="2022-03-05T15:07:58Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"53eb1ba2cdc9\"}'" [2022-03-05T15:07:59.154Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-05T15:07:59.154Z] PASS [2022-03-05T15:07:59.154Z] coverage: 82.5% of statements [2022-03-05T15:07:59.154Z] ok github.com/docker/docker/daemon/logger/splunk 2.536s coverage: 82.5% of statements [2022-03-05T15:07:59.154Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T15:07:59.154Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-05T15:07:59.154Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T15:07:59.266Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-05T15:07:59.625Z] === RUN TestSuccessfulDownload [2022-03-05T15:07:59.625Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:07:59.625Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-05T15:07:59.625Z] === RUN TestCancelledDownload [2022-03-05T15:07:59.625Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-05T15:07:59.625Z] === RUN TestMaxDownloadAttempts [2022-03-05T15:07:59.625Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:07:59.625Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:07:59.625Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:07:59.625Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:07:59.625Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:07:59.625Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:07:59.625Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:07:59.625Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:07:59.625Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-05T15:07:59.625Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-05T15:07:59.625Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-05T15:07:59.625Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-05T15:07:59.833Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-05T15:08:00.096Z] time="2022-03-05T15:07:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:08:00.096Z] time="2022-03-05T15:07:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:08:00.096Z] time="2022-03-05T15:07:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:08:00.096Z] time="2022-03-05T15:07:59Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-05T15:08:00.096Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-05T15:08:00.096Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-03-05T15:08:00.096Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-03-05T15:08:00.096Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-03-05T15:08:00.096Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-03-05T15:08:00.096Z] === RUN TestTransfer [2022-03-05T15:08:00.096Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-05T15:08:00.096Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-05T15:08:00.096Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-05T15:08:00.096Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-05T15:08:00.096Z] === RUN TestContinueOnError_NeverContinue [2022-03-05T15:08:00.096Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-05T15:08:00.096Z] === RUN TestManifestStore [2022-03-05T15:08:00.096Z] === RUN TestManifestStore/no_remote_or_local [2022-03-05T15:08:00.096Z] --- PASS: TestTransfer (0.12s) [2022-03-05T15:08:00.096Z] === RUN TestConcurrencyLimit [2022-03-05T15:08:00.255Z] --- PASS: TestBuildWithEmptyLayers (1.70s) [2022-03-05T15:08:00.255Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1793191465\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/no_local_cache [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/with_local_cache [2022-03-05T15:08:00.565Z] --- PASS: TestV2MetadataService (1.38s) [2022-03-05T15:08:00.565Z] PASS [2022-03-05T15:08:00.565Z] coverage: 48.2% of statements [2022-03-05T15:08:00.565Z] ok github.com/docker/docker/distribution/metadata 1.489s coverage: 48.2% of statements [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/unknown_media_type [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="reference for unknown type: " [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="reference for unknown type: " [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="reference for unknown type: " [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="reference for unknown type: " [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="reference for unknown type: " [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-05T15:08:00.565Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-05T15:08:00.565Z] time="2022-03-05T15:08:00Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore (0.39s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/no_remote_or_local (0.25s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-05T15:08:00.565Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-05T15:08:00.565Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-05T15:08:00.566Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-05T15:08:00.566Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestFixManifestLayers [2022-03-05T15:08:00.566Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-05T15:08:00.566Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:08:00.566Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestFixManifestLayersBadParent [2022-03-05T15:08:00.566Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestValidateManifest [2022-03-05T15:08:00.566Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:08:00.566Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestFormatPlatform [2022-03-05T15:08:00.566Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestGetRepositoryMountCandidates [2022-03-05T15:08:00.566Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestLayerAlreadyExists [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-05T15:08:00.566Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-05T15:08:00.566Z] === RUN TestWhenEmptyAuthConfig [2022-03-05T15:08:00.566Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-03-05T15:08:00.566Z] === RUN TestInactiveJobs [2022-03-05T15:08:00.769Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-05T15:08:01.040Z] === RUN TestNotFound [2022-03-05T15:08:01.040Z] --- PASS: TestNotFound (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestConflict [2022-03-05T15:08:01.040Z] --- PASS: TestConflict (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestForbidden [2022-03-05T15:08:01.040Z] --- PASS: TestForbidden (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestInvalidParameter [2022-03-05T15:08:01.040Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestNotImplemented [2022-03-05T15:08:01.040Z] --- PASS: TestNotImplemented (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestNotModified [2022-03-05T15:08:01.040Z] --- PASS: TestNotModified (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestUnauthorized [2022-03-05T15:08:01.040Z] --- PASS: TestUnauthorized (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestUnknown [2022-03-05T15:08:01.040Z] --- PASS: TestUnknown (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestCancelled [2022-03-05T15:08:01.040Z] --- PASS: TestCancelled (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestDeadline [2022-03-05T15:08:01.040Z] --- PASS: TestDeadline (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestDataLoss [2022-03-05T15:08:01.040Z] --- PASS: TestDataLoss (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestUnavailable [2022-03-05T15:08:01.040Z] --- PASS: TestUnavailable (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestSystem [2022-03-05T15:08:01.040Z] --- PASS: TestSystem (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Not_Found [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Bad_Request [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Conflict [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Unauthorized [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Forbidden [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Not_Modified [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-05T15:08:01.040Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-05T15:08:01.040Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-05T15:08:01.040Z] PASS [2022-03-05T15:08:01.040Z] coverage: 53.1% of statements [2022-03-05T15:08:01.040Z] ok github.com/docker/docker/errdefs 0.065s coverage: 53.1% of statements [2022-03-05T15:08:01.040Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-05T15:08:01.040Z] === RUN TestWatchRelease [2022-03-05T15:08:01.040Z] --- PASS: TestWatchRelease (0.04s) [2022-03-05T15:08:01.040Z] === RUN TestWatchFinishedTransfer [2022-03-05T15:08:01.040Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-05T15:08:01.040Z] === RUN TestDuplicateTransfer [2022-03-05T15:08:01.040Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-05T15:08:01.040Z] === RUN TestSuccessfulUpload [2022-03-05T15:08:01.343Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-05T15:08:01.509Z] time="2022-03-05T15:08:01Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-05T15:08:01.509Z] --- PASS: TestSuccessfulUpload (0.41s) [2022-03-05T15:08:01.509Z] === RUN TestCancelledUpload [2022-03-05T15:08:01.509Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-05T15:08:01.509Z] PASS [2022-03-05T15:08:01.509Z] coverage: 77.7% of statements [2022-03-05T15:08:01.509Z] ok github.com/docker/docker/distribution/xfer 1.962s coverage: 77.7% of statements [2022-03-05T15:08:01.509Z] --- PASS: TestWhenEmptyAuthConfig (1.23s) [2022-03-05T15:08:01.509Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-05T15:08:01.509Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-05T15:08:01.509Z] === RUN TestTokenPassThru [2022-03-05T15:08:01.978Z] --- PASS: TestTokenPassThru (0.03s) [2022-03-05T15:08:01.978Z] === RUN TestTokenPassThruDifferentHost [2022-03-05T15:08:01.978Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-05T15:08:01.978Z] PASS [2022-03-05T15:08:01.978Z] coverage: 24.6% of statements [2022-03-05T15:08:01.978Z] ok github.com/docker/docker/distribution 1.782s coverage: 24.6% of statements [2022-03-05T15:08:01.978Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T15:08:01.978Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T15:08:02.276Z] === CONT TestReadPluginNoRead [2022-03-05T15:08:02.276Z] read_test.go:92: [d5ab4b7307947] daemon is not started [2022-03-05T15:08:02.276Z] --- PASS: TestReadPluginNoRead (9.42s) [2022-03-05T15:08:02.276Z] --- PASS: TestReadPluginNoRead/default (1.63s) [2022-03-05T15:08:02.276Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2022-03-05T15:08:02.276Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.35s) [2022-03-05T15:08:02.276Z] === CONT TestDaemonStartWithLogOpt [2022-03-05T15:08:02.448Z] === RUN TestCompare [2022-03-05T15:08:02.448Z] --- PASS: TestCompare (0.00s) [2022-03-05T15:08:02.448Z] PASS [2022-03-05T15:08:02.448Z] coverage: 19.2% of statements [2022-03-05T15:08:02.448Z] ok github.com/docker/docker/image/cache 0.130s coverage: 19.2% of statements [2022-03-05T15:08:02.448Z] === RUN TestFSGetInvalidData [2022-03-05T15:08:02.448Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-05T15:08:02.448Z] === RUN TestFSInvalidSet [2022-03-05T15:08:02.448Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-05T15:08:02.448Z] === RUN TestFSInvalidRoot [2022-03-05T15:08:02.448Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-05T15:08:02.448Z] === RUN TestFSMetadataGetSet [2022-03-05T15:08:02.534Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-05T15:08:02.918Z] --- PASS: TestFSMetadataGetSet (0.08s) [2022-03-05T15:08:02.918Z] === RUN TestFSInvalidWalker [2022-03-05T15:08:02.918Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-05T15:08:02.918Z] === RUN TestFSGetSet [2022-03-05T15:08:02.918Z] --- PASS: TestFSGetSet (0.05s) [2022-03-05T15:08:02.918Z] === RUN TestFSGetUnsetKey [2022-03-05T15:08:02.918Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-05T15:08:02.918Z] === RUN TestFSGetEmptyData [2022-03-05T15:08:02.918Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-05T15:08:02.918Z] === RUN TestFSDelete [2022-03-05T15:08:02.918Z] --- PASS: TestFSDelete (0.02s) [2022-03-05T15:08:02.918Z] === RUN TestFSWalker [2022-03-05T15:08:02.918Z] --- PASS: TestFSWalker (0.02s) [2022-03-05T15:08:02.918Z] === RUN TestFSWalkerStopOnError [2022-03-05T15:08:02.918Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-05T15:08:02.918Z] === RUN TestNewFromJSON [2022-03-05T15:08:02.918Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-05T15:08:02.918Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestMarshalKeyOrder [2022-03-05T15:08:02.918Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestHistoryEqual [2022-03-05T15:08:02.918Z] --- PASS: TestHistoryEqual (0.20s) [2022-03-05T15:08:02.918Z] === RUN TestImage [2022-03-05T15:08:02.918Z] --- PASS: TestImage (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestImageOSNotEmpty [2022-03-05T15:08:02.918Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-05T15:08:02.918Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-05T15:08:02.918Z] === RUN TestCreate [2022-03-05T15:08:02.918Z] --- PASS: TestCreate (0.01s) [2022-03-05T15:08:02.918Z] === RUN TestRestore [2022-03-05T15:08:02.918Z] time="2022-03-05T15:08:02Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-05T15:08:02.918Z] --- PASS: TestRestore (0.04s) [2022-03-05T15:08:02.918Z] === RUN TestAddDelete [2022-03-05T15:08:03.100Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-05T15:08:03.358Z] --- PASS: TestContinueAfterPluginCrash (10.81s) [2022-03-05T15:08:03.387Z] --- PASS: TestAddDelete (0.04s) [2022-03-05T15:08:03.387Z] === RUN TestSearchAfterDelete [2022-03-05T15:08:03.387Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-05T15:08:03.387Z] === RUN TestParentReset [2022-03-05T15:08:03.387Z] --- PASS: TestParentReset (0.05s) [2022-03-05T15:08:03.387Z] === RUN TestGetAndSetLastUpdated [2022-03-05T15:08:03.387Z] --- PASS: TestGetAndSetLastUpdated (0.04s) [2022-03-05T15:08:03.387Z] === RUN TestStoreLen [2022-03-05T15:08:03.387Z] === RUN TestMakeV1ConfigFromConfig [2022-03-05T15:08:03.387Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-05T15:08:03.387Z] PASS [2022-03-05T15:08:03.387Z] coverage: 25.0% of statements [2022-03-05T15:08:03.387Z] ok github.com/docker/docker/image/v1 0.100s coverage: 25.0% of statements [2022-03-05T15:08:03.387Z] --- PASS: TestStoreLen (0.09s) [2022-03-05T15:08:03.387Z] PASS [2022-03-05T15:08:03.387Z] coverage: 86.9% of statements [2022-03-05T15:08:03.387Z] ok github.com/docker/docker/image 0.833s coverage: 86.9% of statements [2022-03-05T15:08:03.387Z] === RUN TestValidateManifest [2022-03-05T15:08:03.387Z] === RUN TestValidateManifest/nil [2022-03-05T15:08:03.387Z] === RUN TestValidateManifest/non-nil [2022-03-05T15:08:03.387Z] --- PASS: TestValidateManifest (0.00s) [2022-03-05T15:08:03.387Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-05T15:08:03.387Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-05T15:08:03.387Z] PASS [2022-03-05T15:08:03.387Z] coverage: 0.7% of statements [2022-03-05T15:08:03.387Z] ok github.com/docker/docker/image/tarexport 0.089s coverage: 0.7% of statements [2022-03-05T15:08:03.860Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T15:08:04.330Z] === RUN TestSerialization [2022-03-05T15:08:04.330Z] --- PASS: TestSerialization (0.02s) [2022-03-05T15:08:04.330Z] PASS [2022-03-05T15:08:04.330Z] coverage: 100.0% of statements [2022-03-05T15:08:04.330Z] ok github.com/docker/docker/libcontainerd/queue 0.069s coverage: 100.0% of statements [2022-03-05T15:08:04.731Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ce0780_} [2022-03-05T15:08:05.296Z] --- PASS: TestDaemonStartWithLogOpt (3.26s) [2022-03-05T15:08:05.296Z] PASS [2022-03-05T15:08:05.296Z] [2022-03-05T15:08:05.296Z] DONE 6 tests in 12.791s [2022-03-05T15:08:05.296Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-05T15:08:05.296Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:05.296Z] ++ set -e [2022-03-05T15:08:05.296Z] ++ '[' -n 0 ']' [2022-03-05T15:08:05.296Z] ++ set -x [2022-03-05T15:08:05.296Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:05.296Z] testing: warning: no tests to run [2022-03-05T15:08:05.296Z] PASS [2022-03-05T15:08:05.296Z] [2022-03-05T15:08:05.296Z] DONE 0 tests in 0.032s [2022-03-05T15:08:05.296Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-05T15:08:05.296Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:05.297Z] ++ set -e [2022-03-05T15:08:05.297Z] ++ '[' -n 0 ']' [2022-03-05T15:08:05.297Z] ++ set -x [2022-03-05T15:08:05.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:05.556Z] INFO: Testing against a local daemon [2022-03-05T15:08:05.556Z] === RUN TestPluginWithDevMounts [2022-03-05T15:08:05.556Z] === PAUSE TestPluginWithDevMounts [2022-03-05T15:08:05.556Z] === CONT TestPluginWithDevMounts [2022-03-05T15:08:05.898Z] === RUN TestEmptyLayer [2022-03-05T15:08:05.898Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-05T15:08:05.898Z] === RUN TestCommitFailure [2022-03-05T15:08:05.898Z] --- PASS: TestCommitFailure (0.01s) [2022-03-05T15:08:05.898Z] === RUN TestStartTransactionFailure [2022-03-05T15:08:05.898Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-05T15:08:05.898Z] === RUN TestGetOrphan [2022-03-05T15:08:05.898Z] --- PASS: TestGetOrphan (0.01s) [2022-03-05T15:08:05.898Z] === RUN TestMountAndRegister [2022-03-05T15:08:05.898Z] layer_test.go:258: Layer size: 14 [2022-03-05T15:08:05.898Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-05T15:08:05.898Z] === RUN TestLayerRelease [2022-03-05T15:08:05.898Z] layer_test.go:291: Failing on Windows [2022-03-05T15:08:05.898Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-05T15:08:05.898Z] === RUN TestStoreRestore [2022-03-05T15:08:05.898Z] layer_test.go:340: Failing on Windows [2022-03-05T15:08:05.898Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-05T15:08:05.898Z] === RUN TestTarStreamStability [2022-03-05T15:08:05.898Z] layer_test.go:455: Failing on Windows [2022-03-05T15:08:05.898Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-05T15:08:05.898Z] === RUN TestRegisterExistingLayer [2022-03-05T15:08:05.898Z] === RUN TestEnvironmentParsing [2022-03-05T15:08:05.898Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-05T15:08:05.898Z] PASS [2022-03-05T15:08:05.898Z] coverage: 1.2% of statements [2022-03-05T15:08:05.898Z] ok github.com/docker/docker/libcontainerd/local 0.071s coverage: 1.2% of statements [2022-03-05T15:08:05.898Z] --- PASS: TestRegisterExistingLayer (0.25s) [2022-03-05T15:08:06.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1708551087_/foo_false____} [2022-03-05T15:08:06.367Z] === RUN TestTarStreamVerification [2022-03-05T15:08:06.367Z] layer_test.go:684: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestLayerMigration [2022-03-05T15:08:06.367Z] migration_test.go:45: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestLayerMigrationNoTarsplit [2022-03-05T15:08:06.367Z] migration_test.go:181: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMountInit [2022-03-05T15:08:06.367Z] mount_test.go:17: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestMountInit (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMountSize [2022-03-05T15:08:06.367Z] mount_test.go:76: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestMountSize (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMountChanges [2022-03-05T15:08:06.367Z] mount_test.go:125: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestMountChanges (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMountApply [2022-03-05T15:08:06.367Z] mount_test.go:212: Failing on Windows [2022-03-05T15:08:06.367Z] --- SKIP: TestMountApply (0.00s) [2022-03-05T15:08:06.367Z] PASS [2022-03-05T15:08:06.367Z] coverage: 30.2% of statements [2022-03-05T15:08:06.367Z] ok github.com/docker/docker/layer 0.436s coverage: 30.2% of statements [2022-03-05T15:08:06.367Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T15:08:06.367Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T15:08:06.367Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T15:08:06.367Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T15:08:06.367Z] === RUN TestSequenceGetAvailableBit [2022-03-05T15:08:06.367Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSequenceEqual [2022-03-05T15:08:06.367Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSequenceCopy [2022-03-05T15:08:06.367Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestGetFirstAvailable [2022-03-05T15:08:06.367Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestFindSequence [2022-03-05T15:08:06.367Z] --- PASS: TestFindSequence (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestCheckIfAvailable [2022-03-05T15:08:06.367Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMergeSequences [2022-03-05T15:08:06.367Z] --- PASS: TestMergeSequences (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestPushReservation [2022-03-05T15:08:06.367Z] --- PASS: TestPushReservation (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSerializeDeserialize [2022-03-05T15:08:06.367Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSet [2022-03-05T15:08:06.367Z] --- PASS: TestSet (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSetUnset [2022-03-05T15:08:06.367Z] --- PASS: TestSetUnset (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestOffsetSetUnset [2022-03-05T15:08:06.367Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSetInRange [2022-03-05T15:08:06.367Z] --- PASS: TestSetInRange (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestSetAnyInRange [2022-03-05T15:08:06.367Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestMethods [2022-03-05T15:08:06.367Z] --- PASS: TestMethods (0.00s) [2022-03-05T15:08:06.367Z] === RUN TestRandomAllocateDeallocate [2022-03-05T15:08:07.501Z] --- PASS: TestPluginWithDevMounts (1.70s) [2022-03-05T15:08:07.501Z] PASS [2022-03-05T15:08:07.501Z] [2022-03-05T15:08:07.501Z] DONE 1 tests in 1.791s [2022-03-05T15:08:07.501Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-05T15:08:07.501Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:07.501Z] ++ set -e [2022-03-05T15:08:07.501Z] ++ '[' -n 0 ']' [2022-03-05T15:08:07.501Z] ++ set -x [2022-03-05T15:08:07.501Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:07.501Z] INFO: Testing against a local daemon [2022-03-05T15:08:07.501Z] === RUN TestSecretInspect [2022-03-05T15:08:07.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1708551087_/foo_true____} [2022-03-05T15:08:07.501Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-05T15:08:08.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_false____} [2022-03-05T15:08:09.328Z] === RUN TestInvalidConfig [2022-03-05T15:08:09.328Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-05T15:08:09.328Z] === RUN TestConfig [2022-03-05T15:08:09.328Z] --- PASS: TestConfig (0.00s) [2022-03-05T15:08:09.328Z] === RUN TestOptionsLabels [2022-03-05T15:08:09.329Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-05T15:08:09.329Z] === RUN TestValidName [2022-03-05T15:08:09.329Z] --- PASS: TestValidName (0.00s) [2022-03-05T15:08:09.329Z] PASS [2022-03-05T15:08:09.329Z] coverage: 19.7% of statements [2022-03-05T15:08:09.329Z] ok github.com/docker/docker/libnetwork/config 0.113s coverage: 19.7% of statements [2022-03-05T15:08:09.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_true____} [2022-03-05T15:08:09.701Z] --- PASS: TestSecretInspect (2.40s) [2022-03-05T15:08:09.701Z] === RUN TestSecretList [2022-03-05T15:08:09.804Z] === RUN TestKey [2022-03-05T15:08:09.804Z] --- PASS: TestKey (0.00s) [2022-03-05T15:08:09.804Z] === RUN TestParseKey [2022-03-05T15:08:09.804Z] --- PASS: TestParseKey (0.00s) [2022-03-05T15:08:09.804Z] === RUN TestInvalidDataStore [2022-03-05T15:08:09.804Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-05T15:08:09.804Z] === RUN TestKVObjectFlatKey [2022-03-05T15:08:09.804Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-05T15:08:09.804Z] === RUN TestAtomicKVObjectFlatKey [2022-03-05T15:08:09.804Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-05T15:08:09.804Z] PASS [2022-03-05T15:08:09.804Z] coverage: 21.9% of statements [2022-03-05T15:08:09.804Z] ok github.com/docker/docker/libnetwork/datastore 0.054s coverage: 21.9% of statements [2022-03-05T15:08:10.793Z] === RUN TestErrorInterfaces [2022-03-05T15:08:10.793Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestNetworkMarshalling [2022-03-05T15:08:10.793Z] --- PASS: TestNetworkMarshalling (0.22s) [2022-03-05T15:08:10.793Z] === RUN TestEndpointMarshalling [2022-03-05T15:08:10.793Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestAuxAddresses [2022-03-05T15:08:10.793Z] time="2022-03-05T15:08:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:08:10.793Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-05T15:08:10.793Z] === RUN TestSRVServiceQuery [2022-03-05T15:08:10.793Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-05T15:08:10.793Z] === RUN TestServiceVIPReuse [2022-03-05T15:08:10.793Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-05T15:08:10.793Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-05T15:08:10.793Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T15:08:10.793Z] === RUN TestDNSIPQuery [2022-03-05T15:08:10.793Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestDNSIPQuery (0.01s) [2022-03-05T15:08:10.793Z] === RUN TestDNSProxyServFail [2022-03-05T15:08:10.793Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestSandboxAddEmpty [2022-03-05T15:08:10.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestSandboxAddMultiPrio [2022-03-05T15:08:10.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestSandboxAddSamePrio [2022-03-05T15:08:10.793Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestCleanupServiceDiscovery [2022-03-05T15:08:10.793Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestDNSOptions [2022-03-05T15:08:10.793Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:08:10.793Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestMultipleControllersWithSameStore [2022-03-05T15:08:10.793Z] time="2022-03-05T15:08:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:08:10.793Z] time="2022-03-05T15:08:10Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-05T15:08:10.793Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-03-05T15:08:10.793Z] PASS [2022-03-05T15:08:10.793Z] coverage: 8.5% of statements [2022-03-05T15:08:10.793Z] ok github.com/docker/docker/libnetwork 0.433s coverage: 8.5% of statements [2022-03-05T15:08:10.793Z] === RUN TestIPDataMarshalling [2022-03-05T15:08:10.793Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-05T15:08:10.793Z] === RUN TestValidateAndIsV6 [2022-03-05T15:08:10.793Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-05T15:08:10.793Z] PASS [2022-03-05T15:08:10.793Z] coverage: 68.9% of statements [2022-03-05T15:08:11.076Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_true__0xc000ce07b0__} [2022-03-05T15:08:11.263Z] ok github.com/docker/docker/libnetwork/driverapi 0.054s coverage: 68.9% of statements [2022-03-05T15:08:11.263Z] === RUN TestDriver [2022-03-05T15:08:11.263Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:08:11.263Z] PASS [2022-03-05T15:08:11.263Z] coverage: 34.8% of statements [2022-03-05T15:08:11.263Z] ok github.com/docker/docker/libnetwork/drivers/host 0.049s coverage: 34.8% of statements [2022-03-05T15:08:12.012Z] docker_api_swarm_test.go:502: [d02d4632d14a3] joining swarm manager [d061003d5a3a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:08:12.251Z] === RUN TestDriver [2022-03-05T15:08:12.251Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:08:12.251Z] PASS [2022-03-05T15:08:12.251Z] coverage: 34.8% of statements [2022-03-05T15:08:12.251Z] ok github.com/docker/docker/libnetwork/drivers/null 0.057s coverage: 34.8% of statements [2022-03-05T15:08:12.578Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ce07c8_} [2022-03-05T15:08:12.578Z] --- PASS: TestSecretList (2.93s) [2022-03-05T15:08:12.578Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:08:12.720Z] === RUN TestNetworkAllocateFree [2022-03-05T15:08:12.720Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-05T15:08:12.720Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-05T15:08:12.720Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-05T15:08:12.720Z] PASS [2022-03-05T15:08:12.720Z] coverage: 63.6% of statements [2022-03-05T15:08:12.720Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.053s coverage: 63.6% of statements [2022-03-05T15:08:13.190Z] === RUN TestGetEmptyCapabilities [2022-03-05T15:08:13.190Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-03-05T15:08:13.190Z] === RUN TestGetExtraCapabilities [2022-03-05T15:08:13.190Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-05T15:08:13.190Z] === RUN TestGetInvalidCapabilities [2022-03-05T15:08:13.190Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-05T15:08:13.190Z] === RUN TestRemoteDriver [2022-03-05T15:08:13.190Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:08:13.190Z] === RUN TestDriverError [2022-03-05T15:08:13.190Z] --- PASS: TestDriverError (0.00s) [2022-03-05T15:08:13.190Z] === RUN TestMissingValues [2022-03-05T15:08:13.190Z] --- PASS: TestMissingValues (0.02s) [2022-03-05T15:08:13.190Z] === RUN TestRollback [2022-03-05T15:08:13.190Z] --- PASS: TestRollback (0.01s) [2022-03-05T15:08:13.190Z] PASS [2022-03-05T15:08:13.190Z] coverage: 57.4% of statements [2022-03-05T15:08:13.190Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.174s coverage: 57.4% of statements [2022-03-05T15:08:13.952Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ce07e0_} [2022-03-05T15:08:14.179Z] === RUN TestNAT [2022-03-05T15:08:14.179Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:08:14.179Z] --- SKIP: TestNAT (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestTransparent [2022-03-05T15:08:14.179Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:08:14.179Z] --- SKIP: TestTransparent (0.00s) [2022-03-05T15:08:14.179Z] PASS [2022-03-05T15:08:14.179Z] coverage: 0.0% of statements [2022-03-05T15:08:14.179Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-03-05T15:08:14.179Z] === RUN TestNew [2022-03-05T15:08:14.179Z] --- PASS: TestNew (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestAddDriver [2022-03-05T15:08:14.179Z] --- PASS: TestAddDriver (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestAddDuplicateDriver [2022-03-05T15:08:14.179Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-05T15:08:14.179Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestDriver [2022-03-05T15:08:14.179Z] --- PASS: TestDriver (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestIPAM [2022-03-05T15:08:14.179Z] --- PASS: TestIPAM (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestWalkIPAMs [2022-03-05T15:08:14.179Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestWalkDrivers [2022-03-05T15:08:14.179Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-05T15:08:14.179Z] PASS [2022-03-05T15:08:14.179Z] coverage: 82.4% of statements [2022-03-05T15:08:14.179Z] ok github.com/docker/docker/libnetwork/drvregistry 0.097s coverage: 82.4% of statements [2022-03-05T15:08:14.179Z] === RUN TestBuildDefault [2022-03-05T15:08:14.179Z] --- PASS: TestBuildDefault (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestBuildHostnameDomainname [2022-03-05T15:08:14.179Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestBuildHostname [2022-03-05T15:08:14.179Z] --- PASS: TestBuildHostname (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestBuildHostnameFQDN [2022-03-05T15:08:14.179Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestBuildNoIP [2022-03-05T15:08:14.179Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestUpdate [2022-03-05T15:08:14.179Z] --- PASS: TestUpdate (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-05T15:08:14.179Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-05T15:08:14.179Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestAddEmpty [2022-03-05T15:08:14.179Z] --- PASS: TestAddEmpty (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestAdd [2022-03-05T15:08:14.179Z] --- PASS: TestAdd (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestDeleteEmpty [2022-03-05T15:08:14.179Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestDeleteNewline [2022-03-05T15:08:14.179Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestDelete [2022-03-05T15:08:14.179Z] --- PASS: TestDelete (0.00s) [2022-03-05T15:08:14.179Z] === RUN TestConcurrentWrites [2022-03-05T15:08:14.649Z] --- PASS: TestConcurrentWrites (0.31s) [2022-03-05T15:08:14.649Z] PASS [2022-03-05T15:08:14.649Z] coverage: 81.2% of statements [2022-03-05T15:08:14.649Z] ok github.com/docker/docker/libnetwork/etchosts 0.401s coverage: 81.2% of statements [2022-03-05T15:08:14.649Z] --- PASS: TestRandomAllocateDeallocate (8.22s) [2022-03-05T15:08:14.649Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:08:14.886Z] --- PASS: TestSecretsCreateAndDelete (2.35s) [2022-03-05T15:08:14.886Z] === RUN TestSecretsUpdate [2022-03-05T15:08:15.119Z] === RUN TestNew [2022-03-05T15:08:15.119Z] --- PASS: TestNew (0.00s) [2022-03-05T15:08:15.119Z] === RUN TestAllocate [2022-03-05T15:08:15.119Z] --- PASS: TestAllocate (0.00s) [2022-03-05T15:08:15.119Z] === RUN TestUninitialized [2022-03-05T15:08:15.119Z] --- PASS: TestUninitialized (0.00s) [2022-03-05T15:08:15.119Z] === RUN TestAllocateInRange [2022-03-05T15:08:15.119Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-05T15:08:15.119Z] === RUN TestAllocateSerial [2022-03-05T15:08:15.119Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-05T15:08:15.119Z] PASS [2022-03-05T15:08:15.119Z] coverage: 87.5% of statements [2022-03-05T15:08:15.119Z] ok github.com/docker/docker/libnetwork/idm 0.053s coverage: 87.5% of statements [2022-03-05T15:08:15.119Z] === RUN TestCaller [2022-03-05T15:08:15.119Z] --- PASS: TestCaller (0.00s) [2022-03-05T15:08:15.119Z] PASS [2022-03-05T15:08:15.119Z] coverage: 100.0% of statements [2022-03-05T15:08:15.119Z] ok github.com/docker/docker/libnetwork/internal/caller 0.052s coverage: 100.0% of statements [2022-03-05T15:08:15.452Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ce07f8_} [2022-03-05T15:08:16.107Z] === RUN TestSetSerialInsertDelete [2022-03-05T15:08:16.107Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-05T15:08:16.107Z] === RUN TestSetParallelInsertDelete [2022-03-05T15:08:16.579Z] --- PASS: TestAllocateRandomDeallocate (1.89s) [2022-03-05T15:08:16.579Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-05T15:08:16.827Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ce0810_} [2022-03-05T15:08:17.048Z] === RUN TestInt2IP2IntConversion [2022-03-05T15:08:17.396Z] --- PASS: TestSecretsUpdate (2.32s) [2022-03-05T15:08:17.396Z] === RUN TestTemplatedSecret [2022-03-05T15:08:17.905Z] --- PASS: TestBuildMultiStageOnBuild (17.28s) [2022-03-05T15:08:17.905Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T15:08:17.905Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:08:17.905Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-05T15:08:17.905Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T15:08:18.036Z] --- PASS: TestInt2IP2IntConversion (0.58s) [2022-03-05T15:08:18.036Z] === RUN TestGetAddressVersion [2022-03-05T15:08:18.036Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-05T15:08:18.036Z] === RUN TestKeyString [2022-03-05T15:08:18.036Z] --- PASS: TestKeyString (0.00s) [2022-03-05T15:08:18.036Z] === RUN TestPoolDataMarshal [2022-03-05T15:08:18.036Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-05T15:08:18.036Z] === RUN TestSubnetsMarshal [2022-03-05T15:08:18.036Z] --- PASS: TestSubnetsMarshal (0.07s) [2022-03-05T15:08:18.036Z] === RUN TestAddSubnets [2022-03-05T15:08:18.036Z] === RUN TestPoolRequest [2022-03-05T15:08:18.036Z] --- PASS: TestPoolRequest (0.00s) [2022-03-05T15:08:18.036Z] === RUN TestOtherRequests [2022-03-05T15:08:18.036Z] --- PASS: TestOtherRequests (0.00s) [2022-03-05T15:08:18.036Z] PASS [2022-03-05T15:08:18.036Z] coverage: 57.1% of statements [2022-03-05T15:08:18.036Z] --- PASS: TestAddSubnets (0.07s) [2022-03-05T15:08:18.036Z] === RUN TestDoublePoolRelease [2022-03-05T15:08:18.036Z] ok github.com/docker/docker/libnetwork/ipams/null 0.051s coverage: 57.1% of statements [2022-03-05T15:08:18.036Z] --- PASS: TestDoublePoolRelease (0.04s) [2022-03-05T15:08:18.036Z] === RUN TestAddReleasePoolID [2022-03-05T15:08:18.036Z] --- PASS: TestAddReleasePoolID (0.12s) [2022-03-05T15:08:18.036Z] === RUN TestPredefinedPool [2022-03-05T15:08:18.036Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.47s) [2022-03-05T15:08:18.036Z] === RUN TestRetrieveFromStore [2022-03-05T15:08:18.036Z] --- PASS: TestPredefinedPool (0.07s) [2022-03-05T15:08:18.036Z] === RUN TestRemoveSubnet [2022-03-05T15:08:18.332Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T15:08:18.507Z] --- PASS: TestRemoveSubnet (0.35s) [2022-03-05T15:08:18.507Z] === RUN TestGetSameAddress [2022-03-05T15:08:18.507Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-05T15:08:18.507Z] === RUN TestPoolAllocationReuse [2022-03-05T15:08:18.559Z] --- PASS: TestBuildWithHugeFile (118.67s) [2022-03-05T15:08:18.559Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T15:08:18.559Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:08:18.559Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:08:18.559Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T15:08:18.559Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:08:18.559Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:08:18.559Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:08:18.976Z] --- PASS: TestRetrieveFromStore (0.81s) [2022-03-05T15:08:18.976Z] === RUN TestIsCorrupted [2022-03-05T15:08:18.976Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-05T15:08:18.976Z] === RUN TestSetRollover [2022-03-05T15:08:19.027Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:08:19.028Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:08:19.028Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:08:19.028Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:08:19.028Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:08:19.028Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:08:19.028Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-05T15:08:19.028Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T15:08:19.028Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-05T15:08:19.028Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T15:08:19.028Z] === RUN TestBuildPreserveOwnership [2022-03-05T15:08:19.028Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:08:19.028Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-05T15:08:19.028Z] === RUN TestBuildPlatformInvalid [2022-03-05T15:08:19.028Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-05T15:08:19.028Z] PASS [2022-03-05T15:08:19.028Z] ok github.com/docker/docker/integration/build 185.883s [2022-03-05T15:08:19.445Z] === RUN TestGetCapabilities [2022-03-05T15:08:19.445Z] --- PASS: TestGetCapabilities (0.02s) [2022-03-05T15:08:19.445Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-05T15:08:19.445Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-05T15:08:19.445Z] === RUN TestGetDefaultAddressSpaces [2022-03-05T15:08:19.445Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-05T15:08:19.445Z] === RUN TestRemoteDriver [2022-03-05T15:08:19.445Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-05T15:08:19.445Z] PASS [2022-03-05T15:08:19.445Z] coverage: 47.4% of statements [2022-03-05T15:08:19.445Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.104s coverage: 47.4% of statements [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === Skipped [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T15:08:19.495Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T15:08:19.495Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-05T15:08:19.495Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-05T15:08:19.495Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:08:19.495Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-05T15:08:19.495Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:08:19.495Z] [2022-03-05T15:08:19.495Z] DONE 29 tests, 6 skipped in 217.916s [2022-03-05T15:08:19.495Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-05T15:08:19.712Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T15:08:20.279Z] --- PASS: TestTemplatedSecret (2.90s) [2022-03-05T15:08:20.279Z] === RUN TestSecretCreateResolve [2022-03-05T15:08:20.435Z] === RUN TestWindowsIPAM [2022-03-05T15:08:20.435Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-05T15:08:20.435Z] PASS [2022-03-05T15:08:20.435Z] coverage: 71.4% of statements [2022-03-05T15:08:20.435Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.063s coverage: 71.4% of statements [2022-03-05T15:08:20.905Z] --- PASS: TestPoolAllocationReuse (2.20s) [2022-03-05T15:08:20.905Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-05T15:08:20.905Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-05T15:08:20.905Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-05T15:08:20.905Z] --- PASS: TestSetRollover (2.16s) [2022-03-05T15:08:20.905Z] === RUN TestSetRolloverSerial [2022-03-05T15:08:21.375Z] === RUN TestDefaultNetwork [2022-03-05T15:08:21.718Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:08:21.718Z] INFO: Testing against a local daemon [2022-03-05T15:08:21.718Z] === RUN TestConfigInspect [2022-03-05T15:08:21.718Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-05T15:08:21.718Z] === RUN TestConfigList [2022-03-05T15:08:21.718Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] --- SKIP: TestConfigList (0.00s) [2022-03-05T15:08:21.718Z] === RUN TestConfigsCreateAndDelete [2022-03-05T15:08:21.718Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:08:21.718Z] === RUN TestConfigsUpdate [2022-03-05T15:08:21.718Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T15:08:21.718Z] === RUN TestTemplatedConfig [2022-03-05T15:08:21.718Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T15:08:21.718Z] === RUN TestConfigCreateResolve [2022-03-05T15:08:21.718Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:08:21.718Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-05T15:08:21.718Z] PASS [2022-03-05T15:08:21.718Z] ok github.com/docker/docker/integration/config 0.094s [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === Skipped [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-05T15:08:21.718Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-05T15:08:21.718Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:08:21.718Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T15:08:21.718Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T15:08:21.718Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:21.718Z] [2022-03-05T15:08:21.718Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-05T15:08:21.845Z] --- PASS: TestDefaultNetwork (0.32s) [2022-03-05T15:08:21.845Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-05T15:08:21.845Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-03-05T15:08:21.845Z] === RUN TestInitAddressPools [2022-03-05T15:08:21.845Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-05T15:08:21.845Z] PASS [2022-03-05T15:08:21.845Z] coverage: 74.0% of statements [2022-03-05T15:08:21.845Z] ok github.com/docker/docker/libnetwork/ipamutils 0.708s coverage: 74.0% of statements [2022-03-05T15:08:22.181Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T15:08:22.187Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:08:22.187Z] [2022-03-05T15:08:22.187Z] DONE 6 tests, 6 skipped in 2.232s [2022-03-05T15:08:22.187Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T15:08:22.748Z] docker_api_swarm_test.go:507: [dd89c4128ef24] joining swarm manager [d061003d5a3a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:08:22.833Z] === RUN TestKeyValue [2022-03-05T15:08:22.834Z] --- PASS: TestKeyValue (0.00s) [2022-03-05T15:08:22.834Z] PASS [2022-03-05T15:08:22.834Z] coverage: 60.0% of statements [2022-03-05T15:08:22.834Z] ok github.com/docker/docker/libnetwork/netlabel 0.048s coverage: 60.0% of statements [2022-03-05T15:08:23.008Z] --- PASS: TestSecretCreateResolve (2.83s) [2022-03-05T15:08:23.008Z] PASS [2022-03-05T15:08:23.008Z] [2022-03-05T15:08:23.008Z] DONE 6 tests in 15.811s [2022-03-05T15:08:23.008Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-05T15:08:23.008Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:23.008Z] ++ set -e [2022-03-05T15:08:23.008Z] ++ '[' -n 0 ']' [2022-03-05T15:08:23.008Z] ++ set -x [2022-03-05T15:08:23.008Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:08:23.266Z] INFO: Testing against a local daemon [2022-03-05T15:08:23.266Z] === RUN TestServiceCreateInit [2022-03-05T15:08:23.266Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:08:23.309Z] --- PASS: TestSetRolloverSerial (2.13s) [2022-03-05T15:08:23.309Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-05T15:08:23.309Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-05T15:08:23.309Z] PASS [2022-03-05T15:08:23.309Z] coverage: 84.4% of statements [2022-03-05T15:08:23.309Z] ok github.com/docker/docker/libnetwork/bitseq 16.787s coverage: 84.4% of statements [2022-03-05T15:08:23.524Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T15:08:24.298Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.65s) [2022-03-05T15:08:24.299Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-05T15:08:25.148Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:08:25.148Z] INFO: Testing against a local daemon [2022-03-05T15:08:25.148Z] === RUN TestCheckpoint [2022-03-05T15:08:25.148Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:08:25.148Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T15:08:25.148Z] === RUN TestContainerInvalidJSON [2022-03-05T15:08:25.148Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:08:25.148Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:08:25.148Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:08:25.148Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:08:25.148Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:08:25.148Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:08:25.148Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-05T15:08:25.148Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-05T15:08:25.148Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T15:08:25.148Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T15:08:25.148Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2022-03-05T15:08:25.148Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T15:08:25.148Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-03-05T15:08:25.148Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T15:08:25.616Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-03-05T15:08:25.616Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T15:08:25.616Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-03-05T15:08:25.616Z] === RUN TestCopyFromContainer [2022-03-05T15:08:25.616Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:25.616Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T15:08:25.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:08:25.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:08:25.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:08:25.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:08:25.616Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:08:25.616Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:08:25.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:08:25.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:08:25.616Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:08:25.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T15:08:25.616Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:08:25.616Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidEnv [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T15:08:25.616Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T15:08:25.616Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T15:08:25.616Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:25.616Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T15:08:25.616Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:08:25.616Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T15:08:25.616Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:08:25.616Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:08:25.616Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:08:25.616Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:08:25.616Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:08:25.867Z] --- PASS: TestSetParallelInsertDelete (10.02s) [2022-03-05T15:08:25.867Z] PASS [2022-03-05T15:08:25.867Z] coverage: 100.0% of statements [2022-03-05T15:08:25.867Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.081s coverage: 100.0% of statements [2022-03-05T15:08:26.055Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T15:08:26.084Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T15:08:26.084Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T15:08:26.084Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:08:26.084Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:08:26.084Z] === RUN TestCreateDifferentPlatform [2022-03-05T15:08:26.084Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T15:08:26.084Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T15:08:26.084Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T15:08:26.084Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T15:08:26.084Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T15:08:26.084Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-03-05T15:08:26.084Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T15:08:26.084Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:08:26.084Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:08:26.084Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T15:08:26.084Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:26.084Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:08:26.084Z] === RUN TestDiff [2022-03-05T15:08:26.084Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:08:26.084Z] --- SKIP: TestDiff (0.00s) [2022-03-05T15:08:26.084Z] === RUN TestExecWithCloseStdin [2022-03-05T15:08:26.339Z] === RUN TestNetworkDBSimple [2022-03-05T15:08:26.622Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T15:08:26.808Z] === RUN TestGenerate [2022-03-05T15:08:26.808Z] --- PASS: TestGenerate (0.00s) [2022-03-05T15:08:26.808Z] === RUN TestGeneratePtr [2022-03-05T15:08:26.808Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-05T15:08:26.808Z] === RUN TestGenerateMissingField [2022-03-05T15:08:26.808Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-05T15:08:26.808Z] === RUN TestFieldCannotBeSet [2022-03-05T15:08:26.808Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-05T15:08:26.808Z] === RUN TestTypeMismatchError [2022-03-05T15:08:26.808Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-05T15:08:26.808Z] PASS [2022-03-05T15:08:26.808Z] coverage: 100.0% of statements [2022-03-05T15:08:26.808Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-03-05T15:08:26.881Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T15:08:27.277Z] 2022/03/05 15:08:26 Closing DB instances... [2022-03-05T15:08:27.447Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:08:27.705Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T15:08:27.748Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.19s) [2022-03-05T15:08:27.748Z] === RUN TestGetAddress [2022-03-05T15:08:27.748Z] testing: warning: no tests to run [2022-03-05T15:08:27.748Z] PASS [2022-03-05T15:08:27.748Z] coverage: 0.0% of statements [2022-03-05T15:08:27.748Z] ok github.com/docker/docker/libnetwork/osl 0.057s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:08:28.274Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-05T15:08:28.738Z] === RUN TestRequestNewPort [2022-03-05T15:08:28.738Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestRequestSpecificPort [2022-03-05T15:08:28.738Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestReleasePort [2022-03-05T15:08:28.738Z] --- PASS: TestReleasePort (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestReuseReleasedPort [2022-03-05T15:08:28.738Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestReleaseUnreadledPort [2022-03-05T15:08:28.738Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestUnknowProtocol [2022-03-05T15:08:28.738Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestAllocateAllPorts [2022-03-05T15:08:28.738Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestPortAllocation [2022-03-05T15:08:28.738Z] --- PASS: TestPortAllocation (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestPortAllocationWithCustomRange [2022-03-05T15:08:28.738Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestNoDuplicateBPR [2022-03-05T15:08:28.738Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-05T15:08:28.738Z] === RUN TestChangePortRange [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-05T15:08:28.738Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-05T15:08:28.738Z] --- PASS: TestChangePortRange (0.00s) [2022-03-05T15:08:28.738Z] PASS [2022-03-05T15:08:28.738Z] coverage: 88.6% of statements [2022-03-05T15:08:28.738Z] ok github.com/docker/docker/libnetwork/portallocator 0.054s coverage: 88.6% of statements [2022-03-05T15:08:28.738Z] --- PASS: TestNetworkDBSimple (2.67s) [2022-03-05T15:08:28.738Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-05T15:08:28.843Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T15:08:29.083Z] --- PASS: TestExecWithCloseStdin (2.60s) [2022-03-05T15:08:29.083Z] === RUN TestExec [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T15:08:29.726Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T15:08:29.726Z] testing: warning: no tests to run [2022-03-05T15:08:29.726Z] PASS [2022-03-05T15:08:29.726Z] coverage: 0.0% of statements [2022-03-05T15:08:29.726Z] ok github.com/docker/docker/libnetwork/portmapper 0.054s coverage: 0.0% of statements [no tests to run] [2022-03-05T15:08:29.782Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T15:08:30.196Z] 2022/03/05 15:08:29 Closing DB instances... [2022-03-05T15:08:30.349Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T15:08:30.665Z] === RUN TestHashData [2022-03-05T15:08:30.665Z] --- PASS: TestHashData (0.00s) [2022-03-05T15:08:30.665Z] PASS [2022-03-05T15:08:30.665Z] coverage: 2.8% of statements [2022-03-05T15:08:30.665Z] ok github.com/docker/docker/libnetwork/resolvconf 0.053s coverage: 2.8% of statements [2022-03-05T15:08:30.665Z] === RUN TestErrorConstructors [2022-03-05T15:08:30.665Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-05T15:08:30.665Z] === RUN TestCompareIPMask [2022-03-05T15:08:30.665Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-05T15:08:30.665Z] === RUN TestUtilGetHostPartIP [2022-03-05T15:08:30.665Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-05T15:08:30.665Z] === RUN TestUtilGetBroadcastIP [2022-03-05T15:08:30.665Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-05T15:08:30.665Z] === RUN TestParseCIDR [2022-03-05T15:08:30.665Z] --- PASS: TestParseCIDR (0.00s) [2022-03-05T15:08:30.665Z] PASS [2022-03-05T15:08:30.665Z] coverage: 37.3% of statements [2022-03-05T15:08:30.665Z] ok github.com/docker/docker/libnetwork/types 0.052s coverage: 37.3% of statements [2022-03-05T15:08:30.918Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T15:08:31.303Z] --- PASS: TestExec (2.42s) [2022-03-05T15:08:31.303Z] === RUN TestExecUser [2022-03-05T15:08:31.303Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:08:31.303Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestExportContainerAndImportImage [2022-03-05T15:08:31.303Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:31.303Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T15:08:31.303Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:31.303Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestHealthCheckWorkdir [2022-03-05T15:08:31.303Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:08:31.303Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestHealthKillContainer [2022-03-05T15:08:31.303Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:08:31.303Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T15:08:31.303Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:08:31.303Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:08:31.303Z] === RUN TestKillContainerInvalidSignal [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-05T15:08:31.655Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-05T15:08:31.655Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-05T15:08:31.655Z] PASS [2022-03-05T15:08:31.655Z] coverage: 50.0% of statements [2022-03-05T15:08:31.655Z] ok github.com/docker/docker/oci 0.056s coverage: 50.0% of statements [2022-03-05T15:08:31.655Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-05T15:08:31.655Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-05T15:08:31.852Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T15:08:31.852Z] --- PASS: TestServiceCreateInit (8.71s) [2022-03-05T15:08:31.852Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.32s) [2022-03-05T15:08:31.852Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.38s) [2022-03-05T15:08:31.852Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:08:32.420Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T15:08:32.643Z] === RUN TestAddressPoolOpt [2022-03-05T15:08:32.643Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/a [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/something [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/_=a [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/env1=value1 [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/_env1=value1 [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/PATH [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/=a [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/PATH= [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/PATH=something [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/asd!qwe [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/1asd [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/123 [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/some_space [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/__some_space_before [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/some_space_after__ [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/= [2022-03-05T15:08:32.643Z] === RUN TestValidateEnv/PaTh [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestParseHost [2022-03-05T15:08:32.643Z] --- PASS: TestParseHost (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestParseDockerDaemonHost [2022-03-05T15:08:32.643Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestParseTCP [2022-03-05T15:08:32.643Z] --- PASS: TestParseTCP (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-05T15:08:32.643Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestValidateExtraHosts [2022-03-05T15:08:32.643Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestIpOptString [2022-03-05T15:08:32.643Z] --- PASS: TestIpOptString (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-05T15:08:32.643Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestNewIpOptValidDefaultVal [2022-03-05T15:08:32.643Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestIpOptSetInvalidVal [2022-03-05T15:08:32.643Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestValidateIPAddress [2022-03-05T15:08:32.643Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestMapOpts [2022-03-05T15:08:32.643Z] --- PASS: TestMapOpts (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestListOptsWithoutValidator [2022-03-05T15:08:32.643Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestListOptsWithValidator [2022-03-05T15:08:32.643Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestValidateDNSSearch [2022-03-05T15:08:32.643Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_general_format [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_one_more [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-05T15:08:32.643Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-05T15:08:32.643Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestNamedListOpts [2022-03-05T15:08:32.643Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestNamedMapOpts [2022-03-05T15:08:32.643Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestParseLink [2022-03-05T15:08:32.643Z] --- PASS: TestParseLink (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestQuotedStringSetWithQuotes [2022-03-05T15:08:32.643Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-05T15:08:32.643Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-05T15:08:32.643Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-05T15:08:32.643Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-05T15:08:32.643Z] === RUN TestUlimitOpt [2022-03-05T15:08:32.643Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-05T15:08:32.643Z] PASS [2022-03-05T15:08:32.643Z] coverage: 67.4% of statements [2022-03-05T15:08:32.643Z] ok github.com/docker/docker/opts 0.115s coverage: 67.4% of statements [2022-03-05T15:08:32.643Z] === RUN TestParseVersion [2022-03-05T15:08:32.643Z] --- PASS: TestParseVersion (0.00s) [2022-03-05T15:08:32.643Z] PASS [2022-03-05T15:08:32.643Z] coverage: 52.9% of statements [2022-03-05T15:08:32.643Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 52.9% of statements [2022-03-05T15:08:32.677Z] --- PASS: TestBuildMultiStageLayerLeak (14.05s) [2022-03-05T15:08:32.677Z] === RUN TestBuildWithHugeFile [2022-03-05T15:08:32.987Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T15:08:33.112Z] 2022/03/05 15:08:32 Closing DB instances... [2022-03-05T15:08:33.516Z] --- PASS: TestKillContainerInvalidSignal (2.34s) [2022-03-05T15:08:33.516Z] === RUN TestKillContainer [2022-03-05T15:08:33.516Z] === RUN TestKillContainer/no_signal [2022-03-05T15:08:33.922Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T15:08:34.678Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-05T15:08:34.678Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-05T15:08:34.678Z] === RUN TestPeerCertificateMarshalJSON [2022-03-05T15:08:34.857Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T15:08:35.149Z] === RUN TestIsArchivePathDir [2022-03-05T15:08:35.149Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-05T15:08:35.149Z] === RUN TestIsArchivePathInvalidFile [2022-03-05T15:08:35.149Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-03-05T15:08:35.149Z] === RUN TestIsArchivePathTar [2022-03-05T15:08:35.618Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-03-05T15:08:35.618Z] === RUN TestDecompressStreamGzip [2022-03-05T15:08:35.618Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-05T15:08:35.618Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-05T15:08:35.618Z] --- PASS: TestPeerCertificateMarshalJSON (0.91s) [2022-03-05T15:08:35.618Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-05T15:08:35.618Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestMiddleware [2022-03-05T15:08:35.618Z] --- PASS: TestMiddleware (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestNewResponseModifier [2022-03-05T15:08:35.618Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-05T15:08:35.618Z] PASS [2022-03-05T15:08:35.618Z] coverage: 26.8% of statements [2022-03-05T15:08:35.618Z] ok github.com/docker/docker/pkg/authorization 0.963s coverage: 26.8% of statements [2022-03-05T15:08:35.618Z] --- PASS: TestDecompressStreamGzip (0.15s) [2022-03-05T15:08:35.618Z] === RUN TestDecompressStreamBzip2 [2022-03-05T15:08:35.618Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-03-05T15:08:35.618Z] === RUN TestDecompressStreamXz [2022-03-05T15:08:35.618Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:08:35.618Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestDecompressStreamZstd [2022-03-05T15:08:35.618Z] archive_test.go:140: zstd not installed [2022-03-05T15:08:35.618Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-05T15:08:35.618Z] === RUN TestCompressStreamXzUnsupported [2022-03-05T15:08:35.618Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-05T15:08:35.618Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestCompressStreamInvalid [2022-03-05T15:08:35.618Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionInvalid [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionUncompressed [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionBzip2 [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionGzip [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionXz [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionXz (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestExtensionZstd [2022-03-05T15:08:35.618Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-05T15:08:35.618Z] === RUN TestCmdStreamLargeStderr [2022-03-05T15:08:35.732Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T15:08:35.732Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:08:35.732Z] === RUN TestKillContainer/killing_signal [2022-03-05T15:08:35.795Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T15:08:35.850Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-05T15:08:35.850Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-05T15:08:35.850Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-05T15:08:35.850Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-05T15:08:35.850Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-05T15:08:36.090Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-05T15:08:36.090Z] === RUN TestCmdStreamBad [2022-03-05T15:08:36.090Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:08:36.090Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-05T15:08:36.090Z] === RUN TestCmdStreamGood [2022-03-05T15:08:36.090Z] --- PASS: TestCmdStreamGood (0.06s) [2022-03-05T15:08:36.090Z] === RUN TestUntarPathWithInvalidDest [2022-03-05T15:08:36.090Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-05T15:08:36.090Z] === RUN TestUntarPathWithInvalidSrc [2022-03-05T15:08:36.090Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-05T15:08:36.090Z] === RUN TestUntarPath [2022-03-05T15:08:36.090Z] --- PASS: TestUntarPath (0.08s) [2022-03-05T15:08:36.090Z] === RUN TestUntarPathWithDestinationFile [2022-03-05T15:08:36.090Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-05T15:08:36.090Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-05T15:08:36.090Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s) [2022-03-05T15:08:36.090Z] === RUN TestCopyWithTarInvalidSrc [2022-03-05T15:08:36.090Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-05T15:08:36.090Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-05T15:08:36.090Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:08:36.090Z] === RUN TestCopyWithTarSrcFile [2022-03-05T15:08:36.090Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-05T15:08:36.090Z] === RUN TestCopyWithTarSrcFolder [2022-03-05T15:08:36.090Z] === RUN TestUnbuffered [2022-03-05T15:08:36.090Z] --- PASS: TestUnbuffered (0.00s) [2022-03-05T15:08:36.090Z] === RUN TestRaceUnbuffered [2022-03-05T15:08:36.090Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-05T15:08:36.196Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-05T15:08:36.511Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/test/unit [2022-03-05T15:08:36.560Z] PASS [2022-03-05T15:08:36.560Z] coverage: 100.0% of statements [2022-03-05T15:08:36.560Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-05T15:08:36.560Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-05T15:08:36.560Z] ok github.com/docker/docker/pkg/broadcaster 0.043s coverage: 100.0% of statements [2022-03-05T15:08:36.560Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-05T15:08:36.560Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-05T15:08:36.560Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-05T15:08:36.560Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-05T15:08:36.560Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-05T15:08:36.560Z] === RUN TestCopyFileWithTarSrcFile [2022-03-05T15:08:36.560Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-05T15:08:36.560Z] === RUN TestTarFiles [2022-03-05T15:08:36.560Z] 2022/03/05 15:08:36 Closing DB instances... [2022-03-05T15:08:36.767Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-05T15:08:36.767Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-05T15:08:36.767Z] + TESTDIRS=./... [2022-03-05T15:08:36.767Z] + exclude_paths='/vendor/|/integration' [2022-03-05T15:08:36.767Z] ++ go list ./... [2022-03-05T15:08:36.767Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-05T15:08:37.076Z] === RUN TestMatch [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[foo]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[foo_bar]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[]#01 [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[qux]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-05T15:08:37.076Z] === RUN TestMatch/[[foo_baz]] [2022-03-05T15:08:37.076Z] --- PASS: TestMatch (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-05T15:08:37.076Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-05T15:08:37.076Z] PASS [2022-03-05T15:08:37.076Z] coverage: 87.5% of statements [2022-03-05T15:08:37.076Z] ok github.com/docker/docker/pkg/capabilities 0.049s coverage: 87.5% of statements [2022-03-05T15:08:37.196Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T15:08:37.699Z] + pkg_list='github.com/docker/docker/api [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/backend/build [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/httputils [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/middleware [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/build [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/debug [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/image [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/network [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/session [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/system [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/volume [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/backend [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/events [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/filters [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/image [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/mount [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/network [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/registry [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/strslice [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/swarm [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/time [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/versions [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/volume [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/dockerfile [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/dockerignore [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/remotecontext [2022-03-05T15:08:37.699Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T15:08:37.699Z] github.com/docker/docker/cli [2022-03-05T15:08:37.699Z] github.com/docker/docker/cli/config [2022-03-05T15:08:37.699Z] github.com/docker/docker/cli/debug [2022-03-05T15:08:37.699Z] github.com/docker/docker/client [2022-03-05T15:08:37.699Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T15:08:37.699Z] github.com/docker/docker/cmd/dockerd [2022-03-05T15:08:37.699Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T15:08:37.699Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T15:08:37.699Z] github.com/docker/docker/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/container/stream [2022-03-05T15:08:37.699Z] github.com/docker/docker/contrib/apparmor [2022-03-05T15:08:37.699Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T15:08:37.699Z] github.com/docker/docker/contrib/httpserver [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/config [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/events [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/exec [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/images [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/initlayer [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/links [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/listeners [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/local [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/names [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/network [2022-03-05T15:08:37.699Z] github.com/docker/docker/daemon/stats [2022-03-05T15:08:37.699Z] github.com/docker/docker/distribution [2022-03-05T15:08:37.699Z] github.com/docker/docker/distribution/metadata [2022-03-05T15:08:37.699Z] github.com/docker/docker/distribution/utils [2022-03-05T15:08:37.699Z] github.com/docker/docker/distribution/xfer [2022-03-05T15:08:37.699Z] github.com/docker/docker/dockerversion [2022-03-05T15:08:37.699Z] github.com/docker/docker/errdefs [2022-03-05T15:08:37.699Z] github.com/docker/docker/image [2022-03-05T15:08:37.699Z] github.com/docker/docker/image/cache [2022-03-05T15:08:37.699Z] github.com/docker/docker/image/tarexport [2022-03-05T15:08:37.699Z] github.com/docker/docker/image/v1 [2022-03-05T15:08:37.699Z] github.com/docker/docker/internal/test/suite [2022-03-05T15:08:37.699Z] github.com/docker/docker/layer [2022-03-05T15:08:37.699Z] github.com/docker/docker/libcontainerd [2022-03-05T15:08:37.699Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T15:08:37.699Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T15:08:37.699Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T15:08:37.699Z] github.com/docker/docker/libcontainerd/types [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/libnetwork/types [2022-03-05T15:08:37.699Z] github.com/docker/docker/oci [2022-03-05T15:08:37.699Z] github.com/docker/docker/oci/caps [2022-03-05T15:08:37.699Z] github.com/docker/docker/opts [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/aaparser [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/archive [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/authorization [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/capabilities [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/containerfs [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/directory [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/dmesg [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/filenotify [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/fileutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/fsutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/homedir [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/idtools [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/ioutils [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/locker [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/longpath [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/loopback [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/mount [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/parsers [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/pidfile [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/platform [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugins [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/pools [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/progress [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/pubsub [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/reexec [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/signal [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/stack [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/stringid [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/symlink [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/system [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/tailfile [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/tarsum [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/term [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/term/windows [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/truncindex [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/urlutil [2022-03-05T15:08:37.699Z] github.com/docker/docker/pkg/useragent [2022-03-05T15:08:37.699Z] github.com/docker/docker/plugin [2022-03-05T15:08:37.699Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T15:08:37.699Z] github.com/docker/docker/plugin/v2 [2022-03-05T15:08:37.699Z] github.com/docker/docker/profiles/apparmor [2022-03-05T15:08:37.699Z] github.com/docker/docker/profiles/seccomp [2022-03-05T15:08:37.699Z] github.com/docker/docker/quota [2022-03-05T15:08:37.699Z] github.com/docker/docker/reference [2022-03-05T15:08:37.699Z] github.com/docker/docker/registry [2022-03-05T15:08:37.699Z] github.com/docker/docker/registry/resumable [2022-03-05T15:08:37.699Z] github.com/docker/docker/restartmanager [2022-03-05T15:08:37.699Z] github.com/docker/docker/rootless [2022-03-05T15:08:37.699Z] github.com/docker/docker/rootless/specconv [2022-03-05T15:08:37.699Z] github.com/docker/docker/runconfig [2022-03-05T15:08:37.699Z] github.com/docker/docker/runconfig/opts [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/daemon [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/environment [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fakegit [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/registry [2022-03-05T15:08:37.699Z] github.com/docker/docker/testutil/request [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/drivers [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/local [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/mounts [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/service [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/service/opts [2022-03-05T15:08:37.699Z] github.com/docker/docker/volume/testutils' [2022-03-05T15:08:37.699Z] ++ grep --fixed-strings -v /libnetwork [2022-03-05T15:08:37.699Z] ++ echo 'github.com/docker/docker/api [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/backend/build [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/httputils [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/middleware [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/build [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/debug [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/image [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/network [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/session [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/system [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/server/router/volume [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/backend [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/container [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/events [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/filters [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/image [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/mount [2022-03-05T15:08:37.699Z] github.com/docker/docker/api/types/network [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/registry [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/strslice [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/swarm [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/time [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/volume [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/dockerfile [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/dockerignore [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/remotecontext [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli/config [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli/debug [2022-03-05T15:08:37.700Z] github.com/docker/docker/client [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T15:08:37.700Z] github.com/docker/docker/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/container/stream [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/apparmor [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/httpserver [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/config [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/events [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/exec [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/images [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/initlayer [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/links [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/listeners [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/local [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/names [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/network [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/stats [2022-03-05T15:08:37.700Z] github.com/docker/docker/distribution [2022-03-05T15:08:37.700Z] github.com/docker/docker/distribution/metadata [2022-03-05T15:08:37.700Z] github.com/docker/docker/distribution/utils [2022-03-05T15:08:37.700Z] github.com/docker/docker/distribution/xfer [2022-03-05T15:08:37.700Z] github.com/docker/docker/dockerversion [2022-03-05T15:08:37.700Z] github.com/docker/docker/errdefs [2022-03-05T15:08:37.700Z] github.com/docker/docker/image [2022-03-05T15:08:37.700Z] github.com/docker/docker/image/cache [2022-03-05T15:08:37.700Z] github.com/docker/docker/image/tarexport [2022-03-05T15:08:37.700Z] github.com/docker/docker/image/v1 [2022-03-05T15:08:37.700Z] github.com/docker/docker/internal/test/suite [2022-03-05T15:08:37.700Z] github.com/docker/docker/layer [2022-03-05T15:08:37.700Z] github.com/docker/docker/libcontainerd [2022-03-05T15:08:37.700Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T15:08:37.700Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T15:08:37.700Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T15:08:37.700Z] github.com/docker/docker/libcontainerd/types [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/libnetwork/types [2022-03-05T15:08:37.700Z] github.com/docker/docker/oci [2022-03-05T15:08:37.700Z] github.com/docker/docker/oci/caps [2022-03-05T15:08:37.700Z] github.com/docker/docker/opts [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/aaparser [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/archive [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/authorization [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/capabilities [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/containerfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/directory [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/dmesg [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/filenotify [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/fileutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/fsutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/homedir [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/idtools [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/ioutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/locker [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/longpath [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/loopback [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/mount [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/parsers [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/pidfile [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/platform [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugins [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/pools [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/progress [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/pubsub [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/reexec [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/signal [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/stack [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/stringid [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/symlink [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/system [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/tailfile [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/tarsum [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/term [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/term/windows [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/truncindex [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/urlutil [2022-03-05T15:08:37.700Z] github.com/docker/docker/pkg/useragent [2022-03-05T15:08:37.700Z] github.com/docker/docker/plugin [2022-03-05T15:08:37.700Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T15:08:37.700Z] github.com/docker/docker/plugin/v2 [2022-03-05T15:08:37.700Z] github.com/docker/docker/profiles/apparmor [2022-03-05T15:08:37.700Z] github.com/docker/docker/profiles/seccomp [2022-03-05T15:08:37.700Z] github.com/docker/docker/quota [2022-03-05T15:08:37.700Z] github.com/docker/docker/reference [2022-03-05T15:08:37.700Z] github.com/docker/docker/registry [2022-03-05T15:08:37.700Z] github.com/docker/docker/registry/resumable [2022-03-05T15:08:37.700Z] github.com/docker/docker/restartmanager [2022-03-05T15:08:37.700Z] github.com/docker/docker/rootless [2022-03-05T15:08:37.700Z] github.com/docker/docker/rootless/specconv [2022-03-05T15:08:37.700Z] github.com/docker/docker/runconfig [2022-03-05T15:08:37.700Z] github.com/docker/docker/runconfig/opts [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/daemon [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/environment [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fakegit [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/registry [2022-03-05T15:08:37.700Z] github.com/docker/docker/testutil/request [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/drivers [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/local [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/mounts [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/service [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/service/opts [2022-03-05T15:08:37.700Z] github.com/docker/docker/volume/testutils' [2022-03-05T15:08:37.700Z] + base_pkg_list='github.com/docker/docker/api [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/backend/build [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/httputils [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/middleware [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/build [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/debug [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/image [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/network [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/session [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/system [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/server/router/volume [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/backend [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/events [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/filters [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/image [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/mount [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/network [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/registry [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/strslice [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/swarm [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/time [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T15:08:37.700Z] github.com/docker/docker/api/types/volume [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/dockerfile [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/dockerignore [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/remotecontext [2022-03-05T15:08:37.700Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli/config [2022-03-05T15:08:37.700Z] github.com/docker/docker/cli/debug [2022-03-05T15:08:37.700Z] github.com/docker/docker/client [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T15:08:37.700Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T15:08:37.700Z] github.com/docker/docker/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/container/stream [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/apparmor [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T15:08:37.700Z] github.com/docker/docker/contrib/httpserver [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/config [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/events [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/exec [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/images [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/initlayer [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/links [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/listeners [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/local [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T15:08:37.700Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/names [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/network [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/stats [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/metadata [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/utils [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/xfer [2022-03-05T15:08:37.701Z] github.com/docker/docker/dockerversion [2022-03-05T15:08:37.701Z] github.com/docker/docker/errdefs [2022-03-05T15:08:37.701Z] github.com/docker/docker/image [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/cache [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/tarexport [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/v1 [2022-03-05T15:08:37.701Z] github.com/docker/docker/internal/test/suite [2022-03-05T15:08:37.701Z] github.com/docker/docker/layer [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/types [2022-03-05T15:08:37.701Z] github.com/docker/docker/oci [2022-03-05T15:08:37.701Z] github.com/docker/docker/oci/caps [2022-03-05T15:08:37.701Z] github.com/docker/docker/opts [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/aaparser [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/archive [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/authorization [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/capabilities [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/containerfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/directory [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/dmesg [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/filenotify [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/fileutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/fsutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/homedir [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/idtools [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/ioutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/locker [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/longpath [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/loopback [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/mount [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/pidfile [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/platform [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/pools [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/progress [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/pubsub [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/reexec [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/signal [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/stack [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/stringid [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/symlink [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/system [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/tailfile [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/tarsum [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/term [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/term/windows [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/truncindex [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/urlutil [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/useragent [2022-03-05T15:08:37.701Z] github.com/docker/docker/plugin [2022-03-05T15:08:37.701Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T15:08:37.701Z] github.com/docker/docker/plugin/v2 [2022-03-05T15:08:37.701Z] github.com/docker/docker/profiles/apparmor [2022-03-05T15:08:37.701Z] github.com/docker/docker/profiles/seccomp [2022-03-05T15:08:37.701Z] github.com/docker/docker/quota [2022-03-05T15:08:37.701Z] github.com/docker/docker/reference [2022-03-05T15:08:37.701Z] github.com/docker/docker/registry [2022-03-05T15:08:37.701Z] github.com/docker/docker/registry/resumable [2022-03-05T15:08:37.701Z] github.com/docker/docker/restartmanager [2022-03-05T15:08:37.701Z] github.com/docker/docker/rootless [2022-03-05T15:08:37.701Z] github.com/docker/docker/rootless/specconv [2022-03-05T15:08:37.701Z] github.com/docker/docker/runconfig [2022-03-05T15:08:37.701Z] github.com/docker/docker/runconfig/opts [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/daemon [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/environment [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fakegit [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/registry [2022-03-05T15:08:37.701Z] github.com/docker/docker/testutil/request [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/drivers [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/local [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/mounts [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/service [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/service/opts [2022-03-05T15:08:37.701Z] github.com/docker/docker/volume/testutils' [2022-03-05T15:08:37.701Z] ++ grep --fixed-strings /libnetwork [2022-03-05T15:08:37.701Z] ++ echo 'github.com/docker/docker/api [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/backend/build [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/httputils [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/middleware [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/build [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/container [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/debug [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/image [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/network [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/session [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/system [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/server/router/volume [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/backend [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/container [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/events [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/filters [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/image [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/mount [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/network [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/registry [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/strslice [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/swarm [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/time [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/versions [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T15:08:37.701Z] github.com/docker/docker/api/types/volume [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/dockerfile [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/dockerignore [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/remotecontext [2022-03-05T15:08:37.701Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T15:08:37.701Z] github.com/docker/docker/cli [2022-03-05T15:08:37.701Z] github.com/docker/docker/cli/config [2022-03-05T15:08:37.701Z] github.com/docker/docker/cli/debug [2022-03-05T15:08:37.701Z] github.com/docker/docker/client [2022-03-05T15:08:37.701Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T15:08:37.701Z] github.com/docker/docker/cmd/dockerd [2022-03-05T15:08:37.701Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T15:08:37.701Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T15:08:37.701Z] github.com/docker/docker/container [2022-03-05T15:08:37.701Z] github.com/docker/docker/container/stream [2022-03-05T15:08:37.701Z] github.com/docker/docker/contrib/apparmor [2022-03-05T15:08:37.701Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T15:08:37.701Z] github.com/docker/docker/contrib/httpserver [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/config [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/events [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/exec [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/images [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/initlayer [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/links [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/listeners [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/local [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/names [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/network [2022-03-05T15:08:37.701Z] github.com/docker/docker/daemon/stats [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/metadata [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/utils [2022-03-05T15:08:37.701Z] github.com/docker/docker/distribution/xfer [2022-03-05T15:08:37.701Z] github.com/docker/docker/dockerversion [2022-03-05T15:08:37.701Z] github.com/docker/docker/errdefs [2022-03-05T15:08:37.701Z] github.com/docker/docker/image [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/cache [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/tarexport [2022-03-05T15:08:37.701Z] github.com/docker/docker/image/v1 [2022-03-05T15:08:37.701Z] github.com/docker/docker/internal/test/suite [2022-03-05T15:08:37.701Z] github.com/docker/docker/layer [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T15:08:37.701Z] github.com/docker/docker/libcontainerd/types [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/libnetwork/types [2022-03-05T15:08:37.701Z] github.com/docker/docker/oci [2022-03-05T15:08:37.701Z] github.com/docker/docker/oci/caps [2022-03-05T15:08:37.701Z] github.com/docker/docker/opts [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/aaparser [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/archive [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/authorization [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/capabilities [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/containerfs [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/directory [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/dmesg [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/filenotify [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/fileutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/fsutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/homedir [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/idtools [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/ioutils [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/locker [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/longpath [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/loopback [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/mount [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/pidfile [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/platform [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T15:08:37.701Z] github.com/docker/docker/pkg/plugins [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/pools [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/progress [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/pubsub [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/reexec [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/signal [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/stack [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/stringid [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/symlink [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/system [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/tailfile [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/tarsum [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/term [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/term/windows [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/truncindex [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/urlutil [2022-03-05T15:08:37.702Z] github.com/docker/docker/pkg/useragent [2022-03-05T15:08:37.702Z] github.com/docker/docker/plugin [2022-03-05T15:08:37.702Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T15:08:37.702Z] github.com/docker/docker/plugin/v2 [2022-03-05T15:08:37.702Z] github.com/docker/docker/profiles/apparmor [2022-03-05T15:08:37.702Z] github.com/docker/docker/profiles/seccomp [2022-03-05T15:08:37.702Z] github.com/docker/docker/quota [2022-03-05T15:08:37.702Z] github.com/docker/docker/reference [2022-03-05T15:08:37.702Z] github.com/docker/docker/registry [2022-03-05T15:08:37.702Z] github.com/docker/docker/registry/resumable [2022-03-05T15:08:37.702Z] github.com/docker/docker/restartmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/rootless [2022-03-05T15:08:37.702Z] github.com/docker/docker/rootless/specconv [2022-03-05T15:08:37.702Z] github.com/docker/docker/runconfig [2022-03-05T15:08:37.702Z] github.com/docker/docker/runconfig/opts [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/daemon [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/environment [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fakegit [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/registry [2022-03-05T15:08:37.702Z] github.com/docker/docker/testutil/request [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/drivers [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/local [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/mounts [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/service [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/service/opts [2022-03-05T15:08:37.702Z] github.com/docker/docker/volume/testutils' [2022-03-05T15:08:37.702Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/types' [2022-03-05T15:08:37.702Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-05T15:08:37.702Z] + echo 'github.com/docker/docker/libnetwork [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/types' [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:08:37.702Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:08:37.702Z] + type docker-proxy [2022-03-05T15:08:37.702Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-05T15:08:37.702Z] + hack/make.sh binary-proxy install-proxy [2022-03-05T15:08:37.702Z] [2022-03-05T15:08:37.702Z] Removing bundles/ [2022-03-05T15:08:37.702Z] [2022-03-05T15:08:37.702Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-05T15:08:37.959Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-05T15:08:37.959Z] GOOS="" GOARCH="" GOARM="" [2022-03-05T15:08:38.572Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T15:08:38.644Z] === RUN TestChrootTarUntar [2022-03-05T15:08:38.644Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-03-05T15:08:38.644Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-05T15:08:38.644Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootUntarEmptyArchive [2022-03-05T15:08:38.644Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootTarUntarWithSymlink [2022-03-05T15:08:38.644Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootCopyWithTar [2022-03-05T15:08:38.644Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootCopyFileWithTar [2022-03-05T15:08:38.644Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootUntarPath [2022-03-05T15:08:38.644Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-05T15:08:38.644Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-05T15:08:38.644Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:08:38.644Z] === RUN TestChrootApplyDotDotFile [2022-03-05T15:08:38.644Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:08:38.644Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:08:38.644Z] PASS [2022-03-05T15:08:38.644Z] coverage: 15.1% of statements [2022-03-05T15:08:38.644Z] ok github.com/docker/docker/pkg/chrootarchive 0.123s coverage: 15.1% of statements [2022-03-05T15:08:38.644Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-03-05T15:08:38.644Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-05T15:08:38.696Z] --- PASS: TestKillContainer (5.31s) [2022-03-05T15:08:38.696Z] --- PASS: TestKillContainer/no_signal (2.39s) [2022-03-05T15:08:38.696Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:08:38.696Z] --- PASS: TestKillContainer/killing_signal (2.87s) [2022-03-05T15:08:38.696Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T15:08:38.696Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:08:38.696Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestKillStoppedContainer [2022-03-05T15:08:38.696Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:08:38.696Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T15:08:38.696Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:08:38.696Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestKillDifferentUserContainer [2022-03-05T15:08:38.696Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:08:38.696Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestInspectOomKilledTrue [2022-03-05T15:08:38.696Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:38.696Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestInspectOomKilledFalse [2022-03-05T15:08:38.696Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:08:38.696Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T15:08:38.696Z] === RUN TestLogsFollowTailEmpty [2022-03-05T15:08:39.139Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T15:08:39.633Z] === RUN TestEnsureRemoveAllNotExist [2022-03-05T15:08:39.634Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-05T15:08:39.634Z] === RUN TestEnsureRemoveAllWithDir [2022-03-05T15:08:39.634Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-05T15:08:39.634Z] === RUN TestEnsureRemoveAllWithFile [2022-03-05T15:08:39.634Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-05T15:08:39.634Z] PASS [2022-03-05T15:08:39.634Z] coverage: 0.0% of statements [2022-03-05T15:08:39.634Z] ok github.com/docker/docker/pkg/containerfs 0.054s coverage: 0.0% of statements [2022-03-05T15:08:39.706Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T15:08:39.706Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T15:08:40.272Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T15:08:40.621Z] 2022/03/05 15:08:40 Closing DB instances... [2022-03-05T15:08:40.621Z] === RUN TestSizeEmpty [2022-03-05T15:08:40.621Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestSizeEmptyFile [2022-03-05T15:08:40.621Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestSizeNonemptyFile [2022-03-05T15:08:40.621Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-05T15:08:40.621Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-05T15:08:40.621Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-05T15:08:40.621Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-05T15:08:40.621Z] === RUN TestMoveToSubdir [2022-03-05T15:08:40.621Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-05T15:08:40.621Z] === RUN TestSizeNonExistingDirectory [2022-03-05T15:08:40.621Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-05T15:08:40.621Z] PASS [2022-03-05T15:08:40.621Z] coverage: 80.0% of statements [2022-03-05T15:08:40.621Z] ok github.com/docker/docker/pkg/directory 0.078s coverage: 80.0% of statements [2022-03-05T15:08:40.840Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T15:08:40.912Z] --- PASS: TestLogsFollowTailEmpty (2.37s) [2022-03-05T15:08:40.912Z] === RUN TestNetworkNat [2022-03-05T15:08:40.912Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:08:40.912Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T15:08:40.912Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T15:08:41.609Z] === RUN TestPollerAddRemove [2022-03-05T15:08:41.609Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-05T15:08:41.609Z] === RUN TestPollerEvent [2022-03-05T15:08:41.609Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:08:41.609Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-05T15:08:41.609Z] === RUN TestPollerClose [2022-03-05T15:08:41.609Z] --- PASS: TestPollerClose (0.00s) [2022-03-05T15:08:41.609Z] PASS [2022-03-05T15:08:41.609Z] coverage: 45.7% of statements [2022-03-05T15:08:41.609Z] ok github.com/docker/docker/pkg/filenotify 0.056s coverage: 45.7% of statements [2022-03-05T15:08:41.609Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2022-03-05T15:08:41.609Z] === RUN TestNetworkDBNodeLeave [2022-03-05T15:08:41.774Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T15:08:42.032Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T15:08:42.600Z] === RUN TestCopyFileWithInvalidSrc [2022-03-05T15:08:42.600Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-05T15:08:42.600Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:08:42.600Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:08:42.600Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-05T15:08:42.600Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-05T15:08:42.600Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-05T15:08:42.600Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-05T15:08:42.600Z] === RUN TestCopyFile [2022-03-05T15:08:43.069Z] --- PASS: TestCopyFile (0.01s) [2022-03-05T15:08:43.069Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-05T15:08:43.069Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:08:43.069Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-05T15:08:43.069Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-05T15:08:43.069Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:08:43.069Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestWildcardMatches [2022-03-05T15:08:43.069Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestPatternMatches [2022-03-05T15:08:43.069Z] --- PASS: TestPatternMatches (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-05T15:08:43.069Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestPatternMatchesFolderExclusions [2022-03-05T15:08:43.069Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-05T15:08:43.069Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-05T15:08:43.069Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-05T15:08:43.069Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-05T15:08:43.069Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestSingleExclamationError [2022-03-05T15:08:43.069Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestMatchesWithNoPatterns [2022-03-05T15:08:43.069Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestMatchesWithMalformedPatterns [2022-03-05T15:08:43.069Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestMatches [2022-03-05T15:08:43.069Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-05T15:08:43.069Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-05T15:08:43.069Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-05T15:08:43.069Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-05T15:08:43.069Z] --- PASS: TestMatches (0.01s) [2022-03-05T15:08:43.069Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-05T15:08:43.069Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-05T15:08:43.069Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-05T15:08:43.069Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatterns [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatternsExceptionFlag [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCleanPatternsErrorSingleException [2022-03-05T15:08:43.069Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCreateIfNotExistsDir [2022-03-05T15:08:43.069Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCreateIfNotExistsFile [2022-03-05T15:08:43.069Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestMatch [2022-03-05T15:08:43.069Z] --- PASS: TestMatch (0.00s) [2022-03-05T15:08:43.069Z] === RUN TestCompile [2022-03-05T15:08:43.069Z] === RUN TestCompile/slash [2022-03-05T15:08:43.069Z] === RUN TestCompile/backslash [2022-03-05T15:08:43.069Z] --- PASS: TestCompile (0.00s) [2022-03-05T15:08:43.069Z] --- PASS: TestCompile/slash (0.00s) [2022-03-05T15:08:43.069Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-05T15:08:43.069Z] PASS [2022-03-05T15:08:43.069Z] coverage: 84.7% of statements [2022-03-05T15:08:43.069Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-03-05T15:08:43.408Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T15:08:43.542Z] === RUN TestGet [2022-03-05T15:08:43.542Z] --- PASS: TestGet (0.00s) [2022-03-05T15:08:43.542Z] === RUN TestGetShortcutString [2022-03-05T15:08:43.542Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-05T15:08:43.542Z] PASS [2022-03-05T15:08:43.542Z] coverage: 42.9% of statements [2022-03-05T15:08:43.542Z] ok github.com/docker/docker/pkg/homedir 0.051s coverage: 42.9% of statements [2022-03-05T15:08:43.863Z] --- PASS: TestNetworkLocalhostTCPNat (2.67s) [2022-03-05T15:08:43.863Z] === RUN TestNetworkLoopbackNat [2022-03-05T15:08:43.863Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:08:43.863Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T15:08:43.863Z] === RUN TestPause [2022-03-05T15:08:43.863Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:08:43.863Z] --- SKIP: TestPause (0.00s) [2022-03-05T15:08:43.863Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T15:08:43.976Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T15:08:44.011Z] --- PASS: TestTarFiles (7.55s) [2022-03-05T15:08:44.011Z] === RUN TestDetectCompressionZstd [2022-03-05T15:08:44.011Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-05T15:08:44.011Z] === RUN TestTarUntar [2022-03-05T15:08:44.011Z] --- PASS: TestTarUntar (0.05s) [2022-03-05T15:08:44.011Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-05T15:08:44.011Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-05T15:08:44.011Z] === RUN TestTarWithOptions [2022-03-05T15:08:44.011Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-05T15:08:44.011Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-05T15:08:44.011Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-05T15:08:44.011Z] === RUN TestUntarUstarGnuConflict [2022-03-05T15:08:44.011Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-05T15:08:44.011Z] === RUN TestUntarInvalidFilenames [2022-03-05T15:08:44.012Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4111509658\\dest" [2022-03-05T15:08:44.481Z] --- PASS: TestUntarInvalidFilenames (0.25s) [2022-03-05T15:08:44.481Z] === RUN TestUntarHardlinkToSymlink [2022-03-05T15:08:44.481Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-05T15:08:44.481Z] === RUN TestUntarInvalidHardlink [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink250248695\\victim\\hello" -> "../victim/hello" [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1798888029\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2629658957\\victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1095994222\\victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1798251912\\victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink157772407\\victim" -> "../victim" [2022-03-05T15:08:44.481Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-05T15:08:44.481Z] === RUN TestUntarInvalidSymlink [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3170504500\\dest\\dotdot" -> "../victim/hello" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3788062472\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4245205670\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink738974306\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink639299573\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3403204295\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:44.481Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink606159312\\dest\\dir\\loophole" -> "../../victim" [2022-03-05T15:08:44.481Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-05T15:08:44.481Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-05T15:08:44.481Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-05T15:08:44.481Z] === RUN TestXGlobalNoParent [2022-03-05T15:08:44.481Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-05T15:08:44.481Z] === RUN TestReplaceFileTarWrapper [2022-03-05T15:08:44.481Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-03-05T15:08:44.481Z] === RUN TestNetworkDBWatch [2022-03-05T15:08:44.481Z] --- PASS: TestReplaceFileTarWrapper (0.26s) [2022-03-05T15:08:44.481Z] === RUN TestPrefixHeaderReadable [2022-03-05T15:08:44.481Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-05T15:08:44.481Z] === RUN TestDisablePigz [2022-03-05T15:08:44.481Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-05T15:08:44.503Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-05T15:08:44.503Z] [2022-03-05T15:08:44.503Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-05T15:08:44.503Z] Installing docker-proxy to /usr/local/bin/ [2022-03-05T15:08:44.503Z] [2022-03-05T15:08:44.503Z] + mkdir -p bundles [2022-03-05T15:08:44.503Z] + '[' -n 'github.com/docker/docker/api [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/backend/build [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/httputils [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/middleware [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/build [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/container [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/debug [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/distribution [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/grpc [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/image [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/network [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/plugin [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/session [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/swarm [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/system [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/server/router/volume [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/backend [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/blkiodev [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/container [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/events [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/filters [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/image [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/mount [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/network [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/registry [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/strslice [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/swarm [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/time [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/versions [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-05T15:08:44.503Z] github.com/docker/docker/api/types/volume [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/builder-next/worker [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/dockerfile [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/dockerignore [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/remotecontext [2022-03-05T15:08:44.503Z] github.com/docker/docker/builder/remotecontext/git [2022-03-05T15:08:44.503Z] github.com/docker/docker/cli [2022-03-05T15:08:44.503Z] github.com/docker/docker/cli/config [2022-03-05T15:08:44.503Z] github.com/docker/docker/cli/debug [2022-03-05T15:08:44.503Z] github.com/docker/docker/client [2022-03-05T15:08:44.503Z] github.com/docker/docker/cmd/docker-proxy [2022-03-05T15:08:44.503Z] github.com/docker/docker/cmd/dockerd [2022-03-05T15:08:44.503Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-05T15:08:44.503Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-05T15:08:44.503Z] github.com/docker/docker/container [2022-03-05T15:08:44.503Z] github.com/docker/docker/container/stream [2022-03-05T15:08:44.503Z] github.com/docker/docker/contrib/apparmor [2022-03-05T15:08:44.503Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-05T15:08:44.503Z] github.com/docker/docker/contrib/httpserver [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster/convert [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster/executor [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/cluster/provider [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/config [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/events [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/events/testutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/exec [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/images [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/initlayer [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/links [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/listeners [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/gelf [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/journald [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/local [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/logentries [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/splunk [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/syslog [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/logger/templates [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/names [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/network [2022-03-05T15:08:44.503Z] github.com/docker/docker/daemon/stats [2022-03-05T15:08:44.503Z] github.com/docker/docker/distribution [2022-03-05T15:08:44.503Z] github.com/docker/docker/distribution/metadata [2022-03-05T15:08:44.503Z] github.com/docker/docker/distribution/utils [2022-03-05T15:08:44.503Z] github.com/docker/docker/distribution/xfer [2022-03-05T15:08:44.503Z] github.com/docker/docker/dockerversion [2022-03-05T15:08:44.503Z] github.com/docker/docker/errdefs [2022-03-05T15:08:44.503Z] github.com/docker/docker/image [2022-03-05T15:08:44.503Z] github.com/docker/docker/image/cache [2022-03-05T15:08:44.503Z] github.com/docker/docker/image/tarexport [2022-03-05T15:08:44.503Z] github.com/docker/docker/image/v1 [2022-03-05T15:08:44.503Z] github.com/docker/docker/internal/test/suite [2022-03-05T15:08:44.503Z] github.com/docker/docker/layer [2022-03-05T15:08:44.503Z] github.com/docker/docker/libcontainerd [2022-03-05T15:08:44.503Z] github.com/docker/docker/libcontainerd/queue [2022-03-05T15:08:44.503Z] github.com/docker/docker/libcontainerd/remote [2022-03-05T15:08:44.503Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-05T15:08:44.503Z] github.com/docker/docker/libcontainerd/types [2022-03-05T15:08:44.503Z] github.com/docker/docker/oci [2022-03-05T15:08:44.503Z] github.com/docker/docker/oci/caps [2022-03-05T15:08:44.503Z] github.com/docker/docker/opts [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/aaparser [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/archive [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/authorization [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/broadcaster [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/capabilities [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/chrootarchive [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/containerfs [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/devicemapper [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/directory [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/dmesg [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/filenotify [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/fileutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/fsutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/homedir [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/idtools [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/ioutils [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/jsonmessage [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/locker [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/longpath [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/loopback [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/mount [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/namesgenerator [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/parsers [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/pidfile [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/platform [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugingetter [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugins [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/plugins/transport [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/pools [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/progress [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/pubsub [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/reexec [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/signal [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/stack [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/stdcopy [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/streamformatter [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/stringid [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/symlink [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/sysinfo [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/system [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/tailfile [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/tarsum [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/term [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/term/windows [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/truncindex [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/urlutil [2022-03-05T15:08:44.503Z] github.com/docker/docker/pkg/useragent [2022-03-05T15:08:44.503Z] github.com/docker/docker/plugin [2022-03-05T15:08:44.503Z] github.com/docker/docker/plugin/executor/containerd [2022-03-05T15:08:44.503Z] github.com/docker/docker/plugin/v2 [2022-03-05T15:08:44.503Z] github.com/docker/docker/profiles/apparmor [2022-03-05T15:08:44.503Z] github.com/docker/docker/profiles/seccomp [2022-03-05T15:08:44.503Z] github.com/docker/docker/quota [2022-03-05T15:08:44.503Z] github.com/docker/docker/reference [2022-03-05T15:08:44.503Z] github.com/docker/docker/registry [2022-03-05T15:08:44.503Z] github.com/docker/docker/registry/resumable [2022-03-05T15:08:44.503Z] github.com/docker/docker/restartmanager [2022-03-05T15:08:44.503Z] github.com/docker/docker/rootless [2022-03-05T15:08:44.503Z] github.com/docker/docker/rootless/specconv [2022-03-05T15:08:44.503Z] github.com/docker/docker/runconfig [2022-03-05T15:08:44.503Z] github.com/docker/docker/runconfig/opts [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/daemon [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/environment [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fakecontext [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fakegit [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fakestorage [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fixtures/load [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/registry [2022-03-05T15:08:44.503Z] github.com/docker/docker/testutil/request [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/drivers [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/local [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/mounts [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/service [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/service/opts [2022-03-05T15:08:44.503Z] github.com/docker/docker/volume/testutils' ']' [2022-03-05T15:08:44.504Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-05T15:08:44.543Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T15:08:44.950Z] === RUN TestCreateIDMapOrder [2022-03-05T15:08:44.950Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-05T15:08:44.950Z] PASS [2022-03-05T15:08:44.950Z] coverage: 7.2% of statements [2022-03-05T15:08:44.950Z] ok github.com/docker/docker/pkg/idtools 0.061s coverage: 7.2% of statements [2022-03-05T15:08:44.950Z] --- PASS: TestDisablePigz (0.16s) [2022-03-05T15:08:44.950Z] === RUN TestPigz [2022-03-05T15:08:44.950Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-05T15:08:44.950Z] --- PASS: TestPigz (0.16s) [2022-03-05T15:08:44.950Z] === RUN TestNosysFileInfo [2022-03-05T15:08:44.950Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestCopyFileWithInvalidDest [2022-03-05T15:08:44.950Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:08:44.950Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestCanonicalTarNameForPath [2022-03-05T15:08:44.950Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestCanonicalTarName [2022-03-05T15:08:44.950Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestChmodTarEntry [2022-03-05T15:08:44.950Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestHardLinkOrder [2022-03-05T15:08:44.950Z] --- PASS: TestHardLinkOrder (0.11s) [2022-03-05T15:08:44.950Z] === RUN TestChangeString [2022-03-05T15:08:44.950Z] --- PASS: TestChangeString (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestChangesWithNoChanges [2022-03-05T15:08:44.950Z] --- PASS: TestChangesWithNoChanges (0.04s) [2022-03-05T15:08:44.950Z] === RUN TestChangesWithChanges [2022-03-05T15:08:44.950Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-05T15:08:44.950Z] === RUN TestChangesWithChangesGH13590 [2022-03-05T15:08:44.950Z] changes_test.go:195: needs more investigation [2022-03-05T15:08:44.950Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:08:44.950Z] === RUN TestChangesDirsEmpty [2022-03-05T15:08:45.419Z] --- PASS: TestChangesDirsEmpty (0.31s) [2022-03-05T15:08:45.419Z] === RUN TestChangesDirsMutated [2022-03-05T15:08:45.435Z] ? github.com/docker/docker/api [no test files] [2022-03-05T15:08:45.887Z] --- PASS: TestChangesDirsMutated (0.20s) [2022-03-05T15:08:45.887Z] === RUN TestApplyLayer [2022-03-05T15:08:45.887Z] changes_test.go:432: needs further investigation [2022-03-05T15:08:45.887Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-05T15:08:45.887Z] === RUN TestChangesSizeWithHardlinks [2022-03-05T15:08:45.887Z] changes_test.go:468: needs further investigation [2022-03-05T15:08:45.887Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:08:45.887Z] === RUN TestChangesSizeWithNoChanges [2022-03-05T15:08:45.887Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-05T15:08:45.887Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-05T15:08:45.887Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-05T15:08:45.887Z] === RUN TestChangesSize [2022-03-05T15:08:45.887Z] --- PASS: TestChangesSize (0.01s) [2022-03-05T15:08:45.887Z] === RUN TestApplyLayerInvalidFilenames [2022-03-05T15:08:45.887Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1719596326\\dest" [2022-03-05T15:08:45.887Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-05T15:08:45.887Z] === RUN TestApplyLayerInvalidHardlink [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1088420180\\victim\\hello" -> "../victim/hello" [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4136204290\\victim\\hello" -> "/../victim/hello" [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3572931496\\victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1275104349\\victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink162850774\\victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2845766108\\victim" -> "../victim" [2022-03-05T15:08:45.887Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-05T15:08:45.887Z] === RUN TestApplyLayerInvalidSymlink [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink523773021\\dest\\dotdot" -> "../victim/hello" [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink615103937\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1643802869\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3017775072\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2674958\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:45.887Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1775457140\\dest\\loophole-victim" -> "../victim" [2022-03-05T15:08:45.887Z] --- PASS: TestApplyLayerInvalidSymlink (0.07s) [2022-03-05T15:08:45.887Z] === RUN TestApplyLayerWhiteouts [2022-03-05T15:08:45.887Z] --- PASS: TestApplyLayerWhiteouts (0.09s) [2022-03-05T15:08:45.887Z] === RUN TestGenerateEmptyFile [2022-03-05T15:08:45.887Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-05T15:08:45.887Z] === RUN TestGenerateWithContent [2022-03-05T15:08:45.887Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-05T15:08:45.887Z] PASS [2022-03-05T15:08:45.887Z] coverage: 63.0% of statements [2022-03-05T15:08:45.887Z] ok github.com/docker/docker/pkg/archive 10.882s coverage: 63.0% of statements [2022-03-05T15:08:45.922Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T15:08:46.077Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.26s) [2022-03-05T15:08:46.077Z] === RUN TestPauseStopPausedContainer [2022-03-05T15:08:46.077Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:08:46.077Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T15:08:46.077Z] === RUN TestPsFilter [2022-03-05T15:08:46.359Z] 2022/03/05 15:08:45 Closing DB instances... [2022-03-05T15:08:46.359Z] === RUN TestFixedBufferCap [2022-03-05T15:08:46.359Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestFixedBufferLen [2022-03-05T15:08:46.359Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestFixedBufferString [2022-03-05T15:08:46.359Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestFixedBufferWrite [2022-03-05T15:08:46.359Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestFixedBufferRead [2022-03-05T15:08:46.359Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestBytesPipeRead [2022-03-05T15:08:46.359Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestBytesPipeWrite [2022-03-05T15:08:46.359Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-05T15:08:46.359Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-05T15:08:46.546Z] --- PASS: TestPsFilter (0.42s) [2022-03-05T15:08:46.546Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T15:08:46.829Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s) [2022-03-05T15:08:46.829Z] === RUN TestAtomicWriteToFile [2022-03-05T15:08:46.829Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-05T15:08:46.829Z] === RUN TestAtomicWriteSetCommit [2022-03-05T15:08:46.829Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-05T15:08:46.829Z] === RUN TestAtomicWriteSetCancel [2022-03-05T15:08:46.829Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2022-03-05T15:08:46.829Z] === RUN TestReadCloserWrapperClose [2022-03-05T15:08:46.829Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestReaderErrWrapperReadOnError [2022-03-05T15:08:46.829Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestReaderErrWrapperRead [2022-03-05T15:08:46.829Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestCancelReadCloser [2022-03-05T15:08:46.829Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-05T15:08:46.829Z] === RUN TestWriteCloserWrapperClose [2022-03-05T15:08:46.829Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestNopWriteCloser [2022-03-05T15:08:46.829Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestNopWriter [2022-03-05T15:08:46.829Z] --- PASS: TestNopWriter (0.00s) [2022-03-05T15:08:46.829Z] === RUN TestWriteCounter [2022-03-05T15:08:46.829Z] --- PASS: TestWriteCounter (0.00s) [2022-03-05T15:08:46.829Z] PASS [2022-03-05T15:08:46.829Z] coverage: 70.1% of statements [2022-03-05T15:08:46.829Z] ok github.com/docker/docker/pkg/ioutils 0.744s coverage: 70.1% of statements [2022-03-05T15:08:47.817Z] --- PASS: TestNetworkDBWatch (3.04s) [2022-03-05T15:08:47.817Z] === RUN TestNetworkDBBulkSync [2022-03-05T15:08:48.292Z] === RUN TestError [2022-03-05T15:08:48.292Z] --- PASS: TestError (0.00s) [2022-03-05T15:08:48.292Z] === RUN TestProgressString [2022-03-05T15:08:48.292Z] === RUN TestProgressString/no_progress [2022-03-05T15:08:48.292Z] === RUN TestProgressString/progress_1 [2022-03-05T15:08:48.292Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-05T15:08:48.292Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-05T15:08:48.292Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-05T15:08:48.292Z] === RUN TestProgressString/with_units [2022-03-05T15:08:48.292Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-05T15:08:48.292Z] === RUN TestProgressString/hide_counts [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-05T15:08:48.292Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-05T15:08:48.292Z] === RUN TestJSONMessageDisplay [2022-03-05T15:08:48.292Z] --- PASS: TestJSONMessageDisplay (0.20s) [2022-03-05T15:08:48.292Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-05T15:08:48.292Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-05T15:08:48.292Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-05T15:08:48.292Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-05T15:08:48.292Z] === RUN TestDisplayJSONMessagesStream [2022-03-05T15:08:48.292Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-05T15:08:48.292Z] PASS [2022-03-05T15:08:48.292Z] coverage: 91.7% of statements [2022-03-05T15:08:48.292Z] ok github.com/docker/docker/pkg/jsonmessage 0.258s coverage: 91.7% of statements [2022-03-05T15:08:48.452Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T15:08:49.281Z] 2022/03/05 15:08:48 Closing DB instances... [2022-03-05T15:08:49.281Z] === RUN TestStandardLongPath [2022-03-05T15:08:49.281Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-05T15:08:49.281Z] === RUN TestUNCLongPath [2022-03-05T15:08:49.281Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-05T15:08:49.281Z] PASS [2022-03-05T15:08:49.281Z] coverage: 100.0% of statements [2022-03-05T15:08:49.281Z] ok github.com/docker/docker/pkg/longpath 0.058s coverage: 100.0% of statements [2022-03-05T15:08:49.501Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.93s) [2022-03-05T15:08:49.501Z] === RUN TestRemoveContainerWithVolume [2022-03-05T15:08:49.827Z] --- PASS: TestCreateServiceMultipleTimes (17.71s) [2022-03-05T15:08:49.827Z] === RUN TestCreateServiceConflict [2022-03-05T15:08:50.271Z] === RUN TestNameFormat [2022-03-05T15:08:50.271Z] --- PASS: TestNameFormat (0.00s) [2022-03-05T15:08:50.271Z] === RUN TestNameRetries [2022-03-05T15:08:50.271Z] --- PASS: TestNameRetries (0.00s) [2022-03-05T15:08:50.271Z] PASS [2022-03-05T15:08:50.271Z] coverage: 85.7% of statements [2022-03-05T15:08:50.271Z] ok github.com/docker/docker/pkg/namesgenerator 0.053s coverage: 85.7% of statements [2022-03-05T15:08:50.740Z] --- PASS: TestNetworkDBBulkSync (2.95s) [2022-03-05T15:08:50.740Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-05T15:08:50.765Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T15:08:51.023Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T15:08:51.210Z] === RUN TestParseKeyValueOpt [2022-03-05T15:08:51.210Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-05T15:08:51.210Z] === RUN TestParseUintList [2022-03-05T15:08:51.210Z] --- PASS: TestParseUintList (0.00s) [2022-03-05T15:08:51.210Z] === RUN TestParseUintListMaximumLimits [2022-03-05T15:08:51.210Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-05T15:08:51.210Z] PASS [2022-03-05T15:08:51.210Z] coverage: 97.0% of statements [2022-03-05T15:08:51.210Z] ok github.com/docker/docker/pkg/parsers 0.057s coverage: 97.0% of statements [2022-03-05T15:08:52.197Z] === RUN TestNewAndRemove [2022-03-05T15:08:52.197Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-05T15:08:52.197Z] === RUN TestRemoveInvalidPath [2022-03-05T15:08:52.197Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-05T15:08:52.197Z] PASS [2022-03-05T15:08:52.197Z] coverage: 82.6% of statements [2022-03-05T15:08:52.197Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-03-05T15:08:52.399Z] --- PASS: TestCreateServiceConflict (2.56s) [2022-03-05T15:08:52.399Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:08:52.449Z] --- PASS: TestRemoveContainerWithVolume (2.92s) [2022-03-05T15:08:52.449Z] === RUN TestRemoveContainerRunning [2022-03-05T15:08:53.765Z] 2022/03/05 15:08:53 Closing DB instances... [2022-03-05T15:08:54.234Z] === RUN TestFailedConnection [2022-03-05T15:08:54.660Z] --- PASS: TestRemoveContainerRunning (2.24s) [2022-03-05T15:08:54.660Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T15:08:54.931Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T15:08:55.498Z] --- PASS: TestCreateServiceMaxReplicas (3.25s) [2022-03-05T15:08:55.498Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:08:55.802Z] --- PASS: TestFailedConnection (1.21s) [2022-03-05T15:08:55.802Z] === RUN TestFailOnce [2022-03-05T15:08:55.802Z] 2022/03/05 15:08:55 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-05T15:08:55.802Z] goroutine 22 [running]: [2022-03-05T15:08:55.802Z] net/http.(*conn).serve.func1() [2022-03-05T15:08:55.802Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-05T15:08:55.802Z] panic({0x13bca00, 0x14d09d0}) [2022-03-05T15:08:55.802Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-05T15:08:55.802Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x4dfdd7b39e3bf9a8}, 0xc00024da98) [2022-03-05T15:08:55.802Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-05T15:08:55.802Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x14dd900, 0xc0002240e0}, 0x12f1d26) [2022-03-05T15:08:55.802Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-05T15:08:55.802Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x14dd900, 0xc0002240e0}, 0xc000230200) [2022-03-05T15:08:55.802Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-05T15:08:55.803Z] net/http.serverHandler.ServeHTTP({0x14dbff0}, {0x14dd900, 0xc0002240e0}, 0xc000230200) [2022-03-05T15:08:55.803Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-05T15:08:55.803Z] net/http.(*conn).serve(0xc000240000, {0x14df900, 0xc00020a420}) [2022-03-05T15:08:55.803Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-05T15:08:55.803Z] created by net/http.(*Server).Serve [2022-03-05T15:08:55.803Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-05T15:08:55.803Z] time="2022-03-05T15:08:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-05T15:08:56.272Z] --- PASS: TestGetAddress (28.56s) [2022-03-05T15:08:56.272Z] === RUN TestRequestSyntaxCheck [2022-03-05T15:08:56.272Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-03-05T15:08:56.272Z] === RUN TestRequest [2022-03-05T15:08:56.741Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.24s) [2022-03-05T15:08:56.741Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-05T15:08:56.741Z] --- PASS: TestFailOnce (1.22s) [2022-03-05T15:08:56.741Z] === RUN TestEchoInputOutput [2022-03-05T15:08:56.741Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-05T15:08:56.741Z] === RUN TestBackoff [2022-03-05T15:08:56.741Z] --- PASS: TestBackoff (0.00s) [2022-03-05T15:08:56.741Z] === RUN TestAbortRetry [2022-03-05T15:08:56.741Z] --- PASS: TestAbortRetry (0.00s) [2022-03-05T15:08:56.741Z] === RUN TestClientScheme [2022-03-05T15:08:56.741Z] --- PASS: TestClientScheme (0.00s) [2022-03-05T15:08:56.741Z] === RUN TestNewClientWithTimeout [2022-03-05T15:08:56.874Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.30s) [2022-03-05T15:08:56.874Z] === RUN TestRemoveInvalidContainer [2022-03-05T15:08:56.874Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-05T15:08:56.874Z] === RUN TestRenameLinkedContainer [2022-03-05T15:08:56.874Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:08:56.874Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-05T15:08:56.874Z] === RUN TestRenameStoppedContainer [2022-03-05T15:08:56.890Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T15:08:57.149Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-05T15:08:57.149Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T15:08:57.210Z] time="2022-03-05T15:08:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-05T15:08:57.680Z] 2022/03/05 15:08:57 Closing DB instances... [2022-03-05T15:08:58.670Z] time="2022-03-05T15:08:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-05T15:08:59.658Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-05T15:08:59.658Z] === RUN TestNetworkDBGarbageCollection [2022-03-05T15:08:59.679Z] docker_api_swarm_node_test.go:81: [dd4e3f579a722] joining swarm manager [de9d0dd02f1a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:08:59.830Z] --- PASS: TestRenameStoppedContainer (3.03s) [2022-03-05T15:08:59.830Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T15:09:00.290Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-05T15:09:01.055Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-05T15:09:01.227Z] time="2022-03-05T15:09:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-05T15:09:01.621Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T15:09:02.188Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T15:09:03.563Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T15:09:04.499Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T15:09:04.583Z] --- PASS: TestRenameRunningContainerAndReuse (4.75s) [2022-03-05T15:09:04.583Z] === RUN TestRenameInvalidName [2022-03-05T15:09:05.065Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T15:09:05.990Z] time="2022-03-05T15:09:05Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-05T15:09:06.443Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T15:09:06.702Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T15:09:07.270Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T15:09:07.534Z] --- PASS: TestRenameInvalidName (2.37s) [2022-03-05T15:09:07.534Z] === RUN TestRenameAnonymousContainer [2022-03-05T15:09:08.205Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T15:09:08.205Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T15:09:08.205Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T15:09:08.465Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T15:09:09.034Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T15:09:09.034Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-05T15:09:09.034Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T15:09:09.034Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T15:09:09.600Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T15:09:09.793Z] --- PASS: TestRequest (13.29s) [2022-03-05T15:09:09.793Z] === RUN TestOverlappingRequests [2022-03-05T15:09:09.857Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.41s) [2022-03-05T15:09:09.857Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:09:09.857Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T15:09:09.858Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T15:09:10.116Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T15:09:10.116Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T15:09:10.116Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:09:10.116Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T15:09:10.116Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T15:09:10.262Z] --- PASS: TestOverlappingRequests (0.65s) [2022-03-05T15:09:10.262Z] === RUN TestRelease [2022-03-05T15:09:10.374Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T15:09:10.732Z] === RUN TestParseEmptyInterface [2022-03-05T15:09:10.732Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestParseNonInterfaceType [2022-03-05T15:09:10.732Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestParseWithOneFunction [2022-03-05T15:09:10.732Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestParseWithMultipleFuncs [2022-03-05T15:09:10.732Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestParseWithUnnamedReturn [2022-03-05T15:09:10.732Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestEmbeddedInterface [2022-03-05T15:09:10.732Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestParsedImports [2022-03-05T15:09:10.732Z] --- PASS: TestParsedImports (0.00s) [2022-03-05T15:09:10.732Z] === RUN TestAliasedImports [2022-03-05T15:09:10.732Z] --- PASS: TestAliasedImports (0.00s) [2022-03-05T15:09:10.732Z] PASS [2022-03-05T15:09:10.732Z] coverage: 56.8% of statements [2022-03-05T15:09:10.732Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.068s coverage: 56.8% of statements [2022-03-05T15:09:12.277Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T15:09:12.277Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T15:09:12.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-05T15:09:12.277Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T15:09:12.303Z] === RUN TestHTTPTransport [2022-03-05T15:09:12.303Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-05T15:09:12.303Z] PASS [2022-03-05T15:09:12.303Z] coverage: 85.7% of statements [2022-03-05T15:09:12.303Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2022-03-05T15:09:12.777Z] --- PASS: TestRelease (2.58s) [2022-03-05T15:09:12.777Z] === RUN TestAllocateRandomDeallocate [2022-03-05T15:09:12.777Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:09:12.777Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-05T15:09:12.777Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-05T15:09:12.777Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-05T15:09:12.777Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-05T15:09:12.777Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-05T15:09:12.777Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-05T15:09:12.777Z] === RUN TestBufferPoolPutAndGet [2022-03-05T15:09:12.777Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-05T15:09:12.777Z] PASS [2022-03-05T15:09:12.777Z] coverage: 88.2% of statements [2022-03-05T15:09:12.777Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 88.2% of statements [2022-03-05T15:09:13.245Z] === RUN TestOutputOnPrematureClose [2022-03-05T15:09:13.245Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-05T15:09:13.245Z] === RUN TestCompleteSilently [2022-03-05T15:09:13.245Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-05T15:09:13.245Z] PASS [2022-03-05T15:09:13.245Z] coverage: 75.9% of statements [2022-03-05T15:09:13.245Z] ok github.com/docker/docker/pkg/progress 0.047s coverage: 75.9% of statements [2022-03-05T15:09:14.180Z] docker_api_swarm_node_test.go:53: [d497940e781a6] joining swarm manager [da59361ec162a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:09:14.235Z] === RUN TestSendToOneSub [2022-03-05T15:09:14.235Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-05T15:09:14.235Z] === RUN TestSendToMultipleSubs [2022-03-05T15:09:14.235Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-05T15:09:14.235Z] === RUN TestEvictOneSub [2022-03-05T15:09:14.235Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-05T15:09:14.235Z] === RUN TestClosePublisher [2022-03-05T15:09:14.235Z] --- PASS: TestClosePublisher (0.00s) [2022-03-05T15:09:14.235Z] === RUN TestPubSubRace [2022-03-05T15:09:14.704Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-05T15:09:14.704Z] === RUN TestClientStream [2022-03-05T15:09:14.704Z] --- PASS: TestClientStream (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestClientSendFile [2022-03-05T15:09:14.704Z] --- PASS: TestClientSendFile (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestClientWithRequestTimeout [2022-03-05T15:09:14.704Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestFileSpecPlugin [2022-03-05T15:09:14.704Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-05T15:09:14.704Z] === RUN TestFileJSONSpecPlugin [2022-03-05T15:09:14.704Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-05T15:09:14.704Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestPluginAddHandler [2022-03-05T15:09:14.704Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestPluginWaitBadPlugin [2022-03-05T15:09:14.704Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-05T15:09:14.704Z] === RUN TestGet [2022-03-05T15:09:14.704Z] time="2022-03-05T15:09:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-05T15:09:15.138Z] docker_api_swarm_node_test.go:54: [d9ebdb2f110a5] joining swarm manager [da59361ec162a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:09:15.174Z] --- PASS: TestPubSubRace (1.09s) [2022-03-05T15:09:15.174Z] PASS [2022-03-05T15:09:15.174Z] coverage: 75.0% of statements [2022-03-05T15:09:15.174Z] ok github.com/docker/docker/pkg/pubsub 1.130s coverage: 75.0% of statements [2022-03-05T15:09:15.644Z] time="2022-03-05T15:09:15Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T15:09:16.074Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T15:09:16.114Z] === RUN TestRegister [2022-03-05T15:09:16.114Z] --- PASS: TestRegister (0.00s) [2022-03-05T15:09:16.114Z] === RUN TestCommand [2022-03-05T15:09:16.114Z] --- PASS: TestCommand (0.04s) [2022-03-05T15:09:16.114Z] === RUN TestNaiveSelf [2022-03-05T15:09:16.114Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-05T15:09:16.114Z] PASS [2022-03-05T15:09:16.114Z] coverage: 82.4% of statements [2022-03-05T15:09:16.114Z] ok github.com/docker/docker/pkg/reexec 0.125s coverage: 82.4% of statements [2022-03-05T15:09:16.641Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T15:09:17.103Z] === RUN TestDump [2022-03-05T15:09:17.103Z] goroutine 6 [running]: [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.dump(0x10eb9d7) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-05T15:09:17.103Z] testing.tRunner(0xc00015a1a0, 0x125a190) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:09:17.103Z] created by testing.(*T).Run [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:09:17.103Z] [2022-03-05T15:09:17.103Z] goroutine 1 [chan receive]: [2022-03-05T15:09:17.103Z] testing.(*T).Run(0xc00015a000, {0x124b7b1, 0x10ca733}, 0x125a190) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:09:17.103Z] testing.runTests.func1(0xc000068840) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:09:17.103Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:09:17.103Z] testing.runTests(0xc000076080, {0x13bec20, 0x3, 0x3}, {0x10eac2d, 0x124d4ab, 0x13c36e0}) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:09:17.103Z] testing.(*M).Run(0xc000076080) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:09:17.103Z] main.main() [2022-03-05T15:09:17.103Z] _testmain.go:95 +0x1f5 [2022-03-05T15:09:17.103Z] --- PASS: TestDump (0.00s) [2022-03-05T15:09:17.103Z] === RUN TestDumpToFile [2022-03-05T15:09:17.103Z] --- PASS: TestDumpToFile (0.20s) [2022-03-05T15:09:17.103Z] === RUN TestDumpToFileWithEmptyInput [2022-03-05T15:09:17.103Z] goroutine 8 [running]: [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.dump(0x1158bb4) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x1158f60}) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-05T15:09:17.103Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-05T15:09:17.103Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-05T15:09:17.103Z] testing.tRunner(0xc00015a680, 0x125a180) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:09:17.103Z] created by testing.(*T).Run [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-05T15:09:17.103Z] [2022-03-05T15:09:17.103Z] goroutine 1 [chan receive]: [2022-03-05T15:09:17.103Z] testing.(*T).Run(0xc00015a000, {0x1252596, 0x10ca733}, 0x125a180) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-05T15:09:17.103Z] testing.runTests.func1(0xc000068840) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-05T15:09:17.103Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-05T15:09:17.103Z] testing.runTests(0xc000076080, {0x13bec20, 0x3, 0x3}, {0x10eac2d, 0x124d4ab, 0x13c36e0}) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-05T15:09:17.103Z] testing.(*M).Run(0xc000076080) [2022-03-05T15:09:17.103Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-05T15:09:17.103Z] main.main() [2022-03-05T15:09:17.103Z] _testmain.go:95 +0x1f5 [2022-03-05T15:09:17.103Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-05T15:09:17.103Z] PASS [2022-03-05T15:09:17.103Z] coverage: 90.9% of statements [2022-03-05T15:09:17.103Z] ok github.com/docker/docker/pkg/stack 0.260s coverage: 90.9% of statements [2022-03-05T15:09:17.574Z] time="2022-03-05T15:09:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-05T15:09:17.574Z] === RUN TestNewStdWriter [2022-03-05T15:09:17.574Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-05T15:09:17.574Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestWriteWithNilBytes [2022-03-05T15:09:17.574Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestWrite [2022-03-05T15:09:17.574Z] --- PASS: TestWrite (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestWriteWithWriterError [2022-03-05T15:09:17.574Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-05T15:09:17.574Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyWriteAndRead [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-05T15:09:17.574Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-05T15:09:17.574Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-05T15:09:17.574Z] PASS [2022-03-05T15:09:17.574Z] coverage: 100.0% of statements [2022-03-05T15:09:17.574Z] ok github.com/docker/docker/pkg/stdcopy 0.046s coverage: 100.0% of statements [2022-03-05T15:09:17.577Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T15:09:17.963Z] --- PASS: TestRenameAnonymousContainer (9.60s) [2022-03-05T15:09:17.963Z] === RUN TestRenameContainerWithSameName [2022-03-05T15:09:18.143Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T15:09:18.563Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-05T15:09:18.563Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-05T15:09:18.563Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestFormatStatus [2022-03-05T15:09:18.563Z] --- PASS: TestFormatStatus (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestFormatError [2022-03-05T15:09:18.563Z] --- PASS: TestFormatError (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestFormatJSONError [2022-03-05T15:09:18.563Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-05T15:09:18.563Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-05T15:09:18.563Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestNewJSONProgressOutput [2022-03-05T15:09:18.563Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestAuxFormatterEmit [2022-03-05T15:09:18.563Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestStreamWriterStdout [2022-03-05T15:09:18.563Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-05T15:09:18.563Z] === RUN TestStreamWriterStderr [2022-03-05T15:09:18.563Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-05T15:09:18.563Z] PASS [2022-03-05T15:09:18.563Z] coverage: 66.2% of statements [2022-03-05T15:09:18.563Z] ok github.com/docker/docker/pkg/streamformatter 0.053s coverage: 66.2% of statements [2022-03-05T15:09:18.949Z] --- PASS: TestRenameContainerWithSameName (2.44s) [2022-03-05T15:09:18.949Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T15:09:18.949Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:09:18.949Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:09:18.949Z] === RUN TestResize [2022-03-05T15:09:19.077Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T15:09:19.553Z] === RUN TestGenerateRandomID [2022-03-05T15:09:19.553Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestShortenId [2022-03-05T15:09:19.553Z] --- PASS: TestShortenId (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestShortenSha256Id [2022-03-05T15:09:19.553Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestShortenIdEmpty [2022-03-05T15:09:19.553Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestShortenIdInvalid [2022-03-05T15:09:19.553Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestIsShortIDNonHex [2022-03-05T15:09:19.553Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-05T15:09:19.553Z] === RUN TestIsShortIDNotCorrectSize [2022-03-05T15:09:19.553Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-05T15:09:19.553Z] PASS [2022-03-05T15:09:19.553Z] coverage: 70.6% of statements [2022-03-05T15:09:19.553Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-03-05T15:09:20.020Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T15:09:20.022Z] --- PASS: TestAllocateRandomDeallocate (7.47s) [2022-03-05T15:09:20.022Z] === RUN TestRetrieveFromStore [2022-03-05T15:09:20.022Z] === RUN TestIsCpusetListAvailable [2022-03-05T15:09:20.022Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-05T15:09:20.022Z] PASS [2022-03-05T15:09:20.022Z] coverage: 39.4% of statements [2022-03-05T15:09:20.022Z] ok github.com/docker/docker/pkg/sysinfo 0.044s coverage: 39.4% of statements [2022-03-05T15:09:20.279Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T15:09:20.850Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T15:09:20.850Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T15:09:21.109Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T15:09:21.367Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-05T15:09:21.367Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-05T15:09:21.367Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-05T15:09:21.599Z] time="2022-03-05T15:09:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-05T15:09:21.896Z] --- PASS: TestResize (2.30s) [2022-03-05T15:09:21.896Z] === RUN TestResizeWithInvalidSize [2022-03-05T15:09:21.933Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-05T15:09:22.068Z] === RUN TestChtimes [2022-03-05T15:09:22.068Z] --- PASS: TestChtimes (0.01s) [2022-03-05T15:09:22.068Z] === RUN TestChtimesWindows [2022-03-05T15:09:22.068Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-05T15:09:22.068Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-05T15:09:22.068Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-05T15:09:22.068Z] PASS [2022-03-05T15:09:22.068Z] coverage: 12.9% of statements [2022-03-05T15:09:22.068Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 12.9% of statements [2022-03-05T15:09:22.867Z] --- PASS: TestCreateServiceSecretFileMode (12.85s) [2022-03-05T15:09:22.867Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:09:22.867Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-05T15:09:23.059Z] --- PASS: TestRetrieveFromStore (2.66s) [2022-03-05T15:09:23.059Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-05T15:09:23.059Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-05T15:09:23.059Z] === RUN TestParallelPredefinedRequest1 [2022-03-05T15:09:23.059Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-05T15:09:23.059Z] === RUN TestParallelPredefinedRequest2 [2022-03-05T15:09:23.059Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-05T15:09:23.059Z] === RUN TestParallelPredefinedRequest3 [2022-03-05T15:09:23.059Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-05T15:09:23.059Z] === RUN TestParallelPredefinedRequest4 [2022-03-05T15:09:23.059Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-05T15:09:23.059Z] === RUN TestParallelPredefinedRequest5 [2022-03-05T15:09:23.059Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-05T15:09:23.059Z] === RUN TestDebug [2022-03-05T15:09:23.059Z] --- PASS: TestDebug (0.00s) [2022-03-05T15:09:23.059Z] === RUN TestRequestPoolParallel [2022-03-05T15:09:23.059Z] === RUN TestTailFile [2022-03-05T15:09:23.059Z] --- PASS: TestTailFile (0.00s) [2022-03-05T15:09:23.059Z] === RUN TestTailFileManyLines [2022-03-05T15:09:23.059Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-05T15:09:23.059Z] === RUN TestTailEmptyFile [2022-03-05T15:09:23.059Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-05T15:09:23.059Z] === RUN TestTailNegativeN [2022-03-05T15:09:23.059Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader [2022-03-05T15:09:23.059Z] === CONT TestNewTailReader [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/no_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-05T15:09:23.059Z] === CONT TestNewTailReader/no_delimiter [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:09:23.059Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:09:23.059Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.060Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.060Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.061Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.061Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.061Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.459Z] --- PASS: TestResizeWithInvalidSize (2.23s) [2022-03-05T15:09:23.459Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.535Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.535Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.536Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.536Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.536Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.537Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.537Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:23.538Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:23.802Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-05T15:09:23.802Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-05T15:09:23.802Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-05T15:09:24.051Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.051Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.02s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.02s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.052Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.04s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-05T15:09:24.053Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-05T15:09:24.054Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-05T15:09:24.054Z] PASS [2022-03-05T15:09:24.054Z] coverage: 88.6% of statements [2022-03-05T15:09:24.054Z] ok github.com/docker/docker/pkg/tailfile 0.307s coverage: 88.6% of statements [2022-03-05T15:09:24.054Z] --- PASS: TestRequestPoolParallel (0.73s) [2022-03-05T15:09:24.054Z] === RUN TestFullAllocateRelease [2022-03-05T15:09:24.054Z] --- PASS: TestFullAllocateRelease (0.66s) [2022-03-05T15:09:24.054Z] === RUN TestOddAllocateRelease [2022-03-05T15:09:24.060Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-05T15:09:24.524Z] --- PASS: TestOddAllocateRelease (0.34s) [2022-03-05T15:09:24.524Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-05T15:09:24.524Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.11s) [2022-03-05T15:09:24.524Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-05T15:09:24.992Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-05T15:09:24.992Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-05T15:09:24.992Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-05T15:09:24.992Z] === CONT TestParallelPredefinedRequest1 [2022-03-05T15:09:24.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:09:24.992Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:09:24.992Z] === CONT TestParallelPredefinedRequest5 [2022-03-05T15:09:24.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:09:24.992Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:09:24.992Z] === CONT TestParallelPredefinedRequest4 [2022-03-05T15:09:24.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:09:24.992Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:09:24.992Z] === CONT TestParallelPredefinedRequest3 [2022-03-05T15:09:24.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:09:24.992Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:09:24.992Z] === CONT TestParallelPredefinedRequest2 [2022-03-05T15:09:24.992Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:09:24.992Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:09:24.992Z] PASS [2022-03-05T15:09:24.992Z] coverage: 85.3% of statements [2022-03-05T15:09:24.992Z] === RUN TestTarSumRemoveNonExistent [2022-03-05T15:09:24.992Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-05T15:09:24.992Z] === RUN TestTarSumRemove [2022-03-05T15:09:24.992Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-05T15:09:24.992Z] === RUN TestSortFileInfoSums [2022-03-05T15:09:24.992Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-05T15:09:24.992Z] === RUN TestNewTarSumForLabelInvalid [2022-03-05T15:09:24.992Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-05T15:09:24.992Z] === RUN TestNewTarSumForLabel [2022-03-05T15:09:24.992Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-05T15:09:24.992Z] === RUN TestEmptyTar [2022-03-05T15:09:24.992Z] --- PASS: TestEmptyTar (0.00s) [2022-03-05T15:09:24.992Z] === RUN TestTarSumsReadSize [2022-03-05T15:09:24.993Z] ok github.com/docker/docker/libnetwork/ipam 67.745s coverage: 85.3% of statements [2022-03-05T15:09:24.993Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-03-05T15:09:24.993Z] === RUN TestTarSums [2022-03-05T15:09:24.993Z] --- PASS: TestTarSums (0.08s) [2022-03-05T15:09:24.993Z] === RUN TestIteration [2022-03-05T15:09:24.993Z] --- PASS: TestIteration (0.00s) [2022-03-05T15:09:24.993Z] === RUN TestVersionLabelForChecksum [2022-03-05T15:09:24.993Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-05T15:09:24.993Z] === RUN TestVersion [2022-03-05T15:09:24.993Z] --- PASS: TestVersion (0.00s) [2022-03-05T15:09:24.993Z] === RUN TestGetVersion [2022-03-05T15:09:24.993Z] --- PASS: TestGetVersion (0.00s) [2022-03-05T15:09:24.993Z] === RUN TestGetVersions [2022-03-05T15:09:24.993Z] --- PASS: TestGetVersions (0.00s) [2022-03-05T15:09:24.993Z] PASS [2022-03-05T15:09:24.993Z] coverage: 89.3% of statements [2022-03-05T15:09:24.993Z] ok github.com/docker/docker/pkg/tarsum 0.153s coverage: 89.3% of statements [2022-03-05T15:09:25.462Z] testing: warning: no tests to run [2022-03-05T15:09:25.462Z] PASS [2022-03-05T15:09:25.462Z] coverage: [no statements] [2022-03-05T15:09:25.462Z] ok github.com/docker/docker/pkg/term/windows 0.042s coverage: [no statements] [no tests to run] [2022-03-05T15:09:26.407Z] --- PASS: TestResizeWhenContainerNotStarted (2.82s) [2022-03-05T15:09:26.407Z] === RUN TestDaemonRestartKillContainers [2022-03-05T15:09:26.407Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:09:26.407Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:09:26.407Z] === RUN TestStats [2022-03-05T15:09:26.407Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:09:26.407Z] --- SKIP: TestStats (0.00s) [2022-03-05T15:09:26.407Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T15:09:26.454Z] === RUN TestTruncIndex [2022-03-05T15:09:26.454Z] --- PASS: TestTruncIndex (0.10s) [2022-03-05T15:09:26.454Z] PASS [2022-03-05T15:09:26.454Z] coverage: 91.5% of statements [2022-03-05T15:09:26.454Z] ok github.com/docker/docker/pkg/truncindex 0.140s coverage: 91.5% of statements [2022-03-05T15:09:26.924Z] === RUN TestIsGIT [2022-03-05T15:09:26.924Z] --- PASS: TestIsGIT (0.00s) [2022-03-05T15:09:26.924Z] === RUN TestIsTransport [2022-03-05T15:09:26.924Z] --- PASS: TestIsTransport (0.00s) [2022-03-05T15:09:26.924Z] PASS [2022-03-05T15:09:26.924Z] coverage: 100.0% of statements [2022-03-05T15:09:26.924Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2022-03-05T15:09:27.394Z] === RUN TestVersionInfo [2022-03-05T15:09:27.394Z] --- PASS: TestVersionInfo (0.00s) [2022-03-05T15:09:27.394Z] === RUN TestAppendVersions [2022-03-05T15:09:27.394Z] --- PASS: TestAppendVersions (0.00s) [2022-03-05T15:09:27.394Z] PASS [2022-03-05T15:09:27.394Z] coverage: 88.9% of statements [2022-03-05T15:09:27.394Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements [2022-03-05T15:09:29.614Z] --- PASS: TestGet (15.01s) [2022-03-05T15:09:29.614Z] === RUN TestPluginWithNoManifest [2022-03-05T15:09:29.614Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-05T15:09:29.614Z] === RUN TestGetAll [2022-03-05T15:09:29.614Z] --- PASS: TestGetAll (0.00s) [2022-03-05T15:09:29.614Z] PASS [2022-03-05T15:09:29.614Z] coverage: 73.2% of statements [2022-03-05T15:09:29.614Z] === RUN TestValidatePrivileges [2022-03-05T15:09:29.614Z] ok github.com/docker/docker/pkg/plugins 35.143s coverage: 73.2% of statements [2022-03-05T15:09:29.614Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-05T15:09:29.614Z] === RUN TestFilterByCapNeg [2022-03-05T15:09:29.614Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-05T15:09:29.614Z] === RUN TestFilterByCapPos [2022-03-05T15:09:29.614Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-05T15:09:29.614Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-05T15:09:29.614Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-05T15:09:29.614Z] PASS [2022-03-05T15:09:29.614Z] coverage: 12.0% of statements [2022-03-05T15:09:29.614Z] ok github.com/docker/docker/plugin 0.056s coverage: 12.0% of statements [2022-03-05T15:09:30.602Z] === RUN TestNewSettable [2022-03-05T15:09:30.602Z] --- PASS: TestNewSettable (0.00s) [2022-03-05T15:09:30.602Z] === RUN TestIsSettable [2022-03-05T15:09:30.602Z] --- PASS: TestIsSettable (0.00s) [2022-03-05T15:09:30.602Z] === RUN TestUpdateSettingsEnv [2022-03-05T15:09:30.602Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-05T15:09:30.602Z] PASS [2022-03-05T15:09:30.602Z] coverage: 20.0% of statements [2022-03-05T15:09:30.602Z] ok github.com/docker/docker/plugin/v2 0.052s coverage: 20.0% of statements [2022-03-05T15:09:30.619Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T15:09:31.071Z] === RUN TestLoad [2022-03-05T15:09:31.071Z] --- PASS: TestLoad (0.00s) [2022-03-05T15:09:31.071Z] === RUN TestSave [2022-03-05T15:09:31.071Z] --- PASS: TestSave (0.04s) [2022-03-05T15:09:31.071Z] === RUN TestAddDeleteGet [2022-03-05T15:09:31.071Z] --- PASS: TestAddDeleteGet (0.06s) [2022-03-05T15:09:31.071Z] === RUN TestInvalidTags [2022-03-05T15:09:31.071Z] --- PASS: TestInvalidTags (0.01s) [2022-03-05T15:09:31.071Z] PASS [2022-03-05T15:09:31.071Z] coverage: 84.4% of statements [2022-03-05T15:09:31.071Z] ok github.com/docker/docker/reference 0.164s coverage: 84.4% of statements [2022-03-05T15:09:31.185Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T15:09:32.643Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-05T15:09:32.643Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-05T15:09:32.643Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-05T15:09:32.643Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-05T15:09:32.643Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-05T15:09:32.643Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-05T15:09:32.643Z] === RUN TestResumableRequestReaderWithReadError [2022-03-05T15:09:33.086Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T15:09:33.114Z] time="2022-03-05T15:09:32Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReaderWithReadError (0.21s) [2022-03-05T15:09:33.114Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-05T15:09:33.114Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-05T15:09:33.114Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-05T15:09:33.114Z] === RUN TestResumableRequestReader [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-05T15:09:33.114Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-05T15:09:33.114Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-05T15:09:33.114Z] PASS [2022-03-05T15:09:33.114Z] coverage: 100.0% of statements [2022-03-05T15:09:33.114Z] ok github.com/docker/docker/registry/resumable 0.292s coverage: 100.0% of statements [2022-03-05T15:09:33.584Z] === RUN TestResolveAuthConfigIndexServer [2022-03-05T15:09:33.584Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestResolveAuthConfigFullURL [2022-03-05T15:09:33.584Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-05T15:09:33.584Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestValidateMirror [2022-03-05T15:09:33.584Z] --- PASS: TestValidateMirror (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestLoadInsecureRegistries [2022-03-05T15:09:33.584Z] time="2022-03-05T15:09:33Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:09:33.584Z] time="2022-03-05T15:09:33Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-05T15:09:33.584Z] time="2022-03-05T15:09:33Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-05T15:09:33.584Z] --- PASS: TestLoadInsecureRegistries (0.23s) [2022-03-05T15:09:33.584Z] === RUN TestNewServiceConfig [2022-03-05T15:09:33.584Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestValidateIndexName [2022-03-05T15:09:33.584Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestValidateIndexNameWithError [2022-03-05T15:09:33.584Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestEndpointParse [2022-03-05T15:09:33.584Z] --- PASS: TestEndpointParse (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestEndpointParseInvalid [2022-03-05T15:09:33.584Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestValidateEndpoint [2022-03-05T15:09:33.584Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-05T15:09:33.584Z] === RUN TestPing [2022-03-05T15:09:33.584Z] --- PASS: TestPing (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestPingRegistryEndpoint [2022-03-05T15:09:33.584Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:09:33.584Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-05T15:09:33.584Z] === RUN TestEndpoint [2022-03-05T15:09:33.584Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:09:33.584Z] --- SKIP: TestEndpoint (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestParseRepositoryInfo [2022-03-05T15:09:33.584Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestNewIndexInfo [2022-03-05T15:09:33.584Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestMirrorEndpointLookup [2022-03-05T15:09:33.584Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:09:33.584Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2022-03-05T15:09:33.584Z] === RUN TestSearchRepositories [2022-03-05T15:09:33.584Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-05T15:09:33.584Z] Host: 127.0.0.1:49334 [2022-03-05T15:09:33.584Z] User-Agent: docker test client [2022-03-05T15:09:33.584Z] Authorization: Token fake-token [2022-03-05T15:09:33.584Z] X-Docker-Token: true [2022-03-05T15:09:33.584Z] Accept-Encoding: gzip [2022-03-05T15:09:33.584Z] [2022-03-05T15:09:33.584Z] [2022-03-05T15:09:33.584Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-05T15:09:33.584Z] Connection: close [2022-03-05T15:09:33.584Z] Content-Length: 144 [2022-03-05T15:09:33.584Z] Cache-Control: no-cache [2022-03-05T15:09:33.584Z] Content-Type: application/json [2022-03-05T15:09:33.584Z] Date: Sat, 05 Mar 2022 15:09:33 GMT [2022-03-05T15:09:33.584Z] Expires: -1 [2022-03-05T15:09:33.584Z] Pragma: no-cache [2022-03-05T15:09:33.584Z] Server: docker-tests/mock [2022-03-05T15:09:33.584Z] X-Docker-Registry-Config: mock [2022-03-05T15:09:33.584Z] X-Docker-Registry-Version: 0.0.0 [2022-03-05T15:09:33.584Z] [2022-03-05T15:09:33.584Z] [2022-03-05T15:09:33.584Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-05T15:09:33.584Z] === RUN TestTrustedLocation [2022-03-05T15:09:33.584Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-05T15:09:33.584Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestAllowNondistributableArtifacts [2022-03-05T15:09:33.584Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-05T15:09:33.584Z] === RUN TestIsSecureIndex [2022-03-05T15:09:33.584Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-05T15:09:33.584Z] PASS [2022-03-05T15:09:33.584Z] coverage: 51.2% of statements [2022-03-05T15:09:33.584Z] ok github.com/docker/docker/registry 0.346s coverage: 51.2% of statements [2022-03-05T15:09:34.020Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-05T15:09:34.053Z] === RUN TestRestartManagerTimeout [2022-03-05T15:09:34.053Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-05T15:09:34.053Z] === RUN TestRestartManagerTimeoutReset [2022-03-05T15:09:34.053Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-05T15:09:34.053Z] PASS [2022-03-05T15:09:34.053Z] coverage: 50.9% of statements [2022-03-05T15:09:34.053Z] ok github.com/docker/docker/restartmanager 0.052s coverage: 50.9% of statements [2022-03-05T15:09:34.523Z] === RUN TestDecodeContainerConfig [2022-03-05T15:09:34.523Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-05T15:09:34.523Z] === RUN TestDecodeContainerConfigIsolation [2022-03-05T15:09:34.523Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-05T15:09:34.523Z] === RUN TestValidatePrivileged [2022-03-05T15:09:34.523Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-05T15:09:34.523Z] PASS [2022-03-05T15:09:34.523Z] coverage: 52.6% of statements [2022-03-05T15:09:34.523Z] ok github.com/docker/docker/runconfig 0.057s coverage: 52.6% of statements [2022-03-05T15:09:34.954Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T15:09:34.993Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-05T15:09:34.993Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-05T15:09:34.993Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-05T15:09:34.993Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-05T15:09:34.993Z] PASS [2022-03-05T15:09:34.993Z] coverage: 62.5% of statements [2022-03-05T15:09:34.993Z] ok github.com/docker/docker/testutil 0.061s coverage: 62.5% of statements [2022-03-05T15:09:35.074Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.76s) [2022-03-05T15:09:35.074Z] === RUN TestStopContainerWithTimeout [2022-03-05T15:09:35.074Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:09:35.074Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T15:09:35.074Z] === RUN TestUpdateRestartPolicy [2022-03-05T15:09:35.524Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T15:09:35.524Z] --- PASS: TestCreateServiceConfigFileMode (12.86s) [2022-03-05T15:09:35.524Z] === RUN TestCreateServiceSysctls [2022-03-05T15:09:36.101Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T15:09:36.668Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T15:09:37.236Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T15:09:37.803Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-05T15:09:39.177Z] --- PASS: TestCreateServiceSysctls (3.37s) [2022-03-05T15:09:39.177Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:09:39.436Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-05T15:09:39.752Z] === RUN TestGetDriver [2022-03-05T15:09:39.753Z] --- PASS: TestGetDriver (0.00s) [2022-03-05T15:09:39.753Z] === RUN TestVolumeRequestError [2022-03-05T15:09:39.753Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-05T15:09:39.753Z] PASS [2022-03-05T15:09:39.753Z] coverage: 36.1% of statements [2022-03-05T15:09:39.753Z] ok github.com/docker/docker/volume/drivers 0.059s coverage: 36.1% of statements [2022-03-05T15:09:39.753Z] === RUN TestGetAddress [2022-03-05T15:09:39.753Z] --- PASS: TestGetAddress (0.00s) [2022-03-05T15:09:39.753Z] === RUN TestRemove [2022-03-05T15:09:39.753Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:09:39.753Z] --- SKIP: TestRemove (0.00s) [2022-03-05T15:09:39.753Z] === RUN TestInitializeWithVolumes [2022-03-05T15:09:39.753Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-05T15:09:39.753Z] === RUN TestCreate [2022-03-05T15:09:39.753Z] --- PASS: TestCreate (0.01s) [2022-03-05T15:09:39.753Z] === RUN TestValidateName [2022-03-05T15:09:39.753Z] --- PASS: TestValidateName (0.00s) [2022-03-05T15:09:39.753Z] === RUN TestCreateWithOpts [2022-03-05T15:09:39.753Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:09:39.753Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-05T15:09:39.753Z] === RUN TestRelaodNoOpts [2022-03-05T15:09:39.753Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-05T15:09:39.753Z] PASS [2022-03-05T15:09:39.753Z] coverage: 41.5% of statements [2022-03-05T15:09:39.753Z] ok github.com/docker/docker/volume/local 0.093s coverage: 41.5% of statements [2022-03-05T15:09:40.371Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRaw [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-05T15:09:40.743Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRaw [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-05T15:09:40.743Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestConvertTmpfsOptions [2022-03-05T15:09:40.743Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-05T15:09:40.743Z] linux_parser_test.go:209: data="ro" [2022-03-05T15:09:40.743Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestParseMountSpec [2022-03-05T15:09:40.743Z] parser_test.go:62: case 0 [2022-03-05T15:09:40.743Z] parser_test.go:62: case 1 [2022-03-05T15:09:40.743Z] parser_test.go:62: case 2 [2022-03-05T15:09:40.743Z] parser_test.go:62: case 3 [2022-03-05T15:09:40.743Z] parser_test.go:62: case 4 [2022-03-05T15:09:40.743Z] parser_test.go:62: case 5 [2022-03-05T15:09:40.743Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestValidateMount [2022-03-05T15:09:40.743Z] --- PASS: TestValidateMount (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRaw [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit (0.03s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-05T15:09:40.743Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-05T15:09:40.743Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-05T15:09:40.743Z] PASS [2022-03-05T15:09:40.743Z] coverage: 67.6% of statements [2022-03-05T15:09:40.743Z] ok github.com/docker/docker/volume/mounts 0.102s coverage: 67.6% of statements [2022-03-05T15:09:41.733Z] === RUN TestSetGetMeta [2022-03-05T15:09:41.733Z] === PAUSE TestSetGetMeta [2022-03-05T15:09:41.733Z] === RUN TestRestore [2022-03-05T15:09:41.733Z] === PAUSE TestRestore [2022-03-05T15:09:41.733Z] === RUN TestServiceCreate [2022-03-05T15:09:41.733Z] === PAUSE TestServiceCreate [2022-03-05T15:09:41.733Z] === RUN TestServiceList [2022-03-05T15:09:41.733Z] === PAUSE TestServiceList [2022-03-05T15:09:41.733Z] === RUN TestServiceRemove [2022-03-05T15:09:41.733Z] === PAUSE TestServiceRemove [2022-03-05T15:09:41.733Z] === RUN TestServiceGet [2022-03-05T15:09:41.733Z] === PAUSE TestServiceGet [2022-03-05T15:09:41.733Z] === RUN TestServicePrune [2022-03-05T15:09:41.733Z] === PAUSE TestServicePrune [2022-03-05T15:09:41.733Z] === RUN TestCreate [2022-03-05T15:09:41.733Z] === PAUSE TestCreate [2022-03-05T15:09:41.733Z] === RUN TestRemove [2022-03-05T15:09:41.733Z] === PAUSE TestRemove [2022-03-05T15:09:41.733Z] === RUN TestList [2022-03-05T15:09:41.733Z] === PAUSE TestList [2022-03-05T15:09:41.733Z] === RUN TestFindByDriver [2022-03-05T15:09:41.733Z] === PAUSE TestFindByDriver [2022-03-05T15:09:41.733Z] === RUN TestFindByReferenced [2022-03-05T15:09:41.733Z] === PAUSE TestFindByReferenced [2022-03-05T15:09:41.733Z] === RUN TestDerefMultipleOfSameRef [2022-03-05T15:09:41.733Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-05T15:09:41.733Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:09:41.733Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:09:41.733Z] === RUN TestDefererencePluginOnCreateError [2022-03-05T15:09:41.733Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-05T15:09:41.733Z] === RUN TestRefDerefRemove [2022-03-05T15:09:41.733Z] === PAUSE TestRefDerefRemove [2022-03-05T15:09:41.733Z] === RUN TestGet [2022-03-05T15:09:41.733Z] === PAUSE TestGet [2022-03-05T15:09:41.733Z] === RUN TestGetWithReference [2022-03-05T15:09:41.733Z] === PAUSE TestGetWithReference [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_nil_list [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_empty_list [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_filter_some [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_filter_middle [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:09:41.733Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-05T15:09:41.733Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_nil_list [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_filter_some [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_empty_list [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-05T15:09:41.733Z] === CONT TestFilterFunc/test_filter_middle [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-05T15:09:41.733Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-05T15:09:41.733Z] === CONT TestSetGetMeta [2022-03-05T15:09:41.733Z] === CONT TestList [2022-03-05T15:09:41.733Z] === CONT TestServiceList [2022-03-05T15:09:41.733Z] === CONT TestServiceGet [2022-03-05T15:09:41.733Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-05T15:09:41.733Z] === CONT TestServiceRemove [2022-03-05T15:09:41.733Z] --- PASS: TestList (0.06s) [2022-03-05T15:09:41.733Z] === CONT TestCreate [2022-03-05T15:09:41.733Z] --- PASS: TestCreate (0.03s) [2022-03-05T15:09:41.733Z] === CONT TestRemove [2022-03-05T15:09:41.733Z] --- PASS: TestRemove (0.02s) [2022-03-05T15:09:41.733Z] === CONT TestServicePrune [2022-03-05T15:09:41.746Z] --- PASS: TestCreateServiceCapabilities (2.92s) [2022-03-05T15:09:41.746Z] === RUN TestInspect [2022-03-05T15:09:42.203Z] --- PASS: TestServiceGet (0.25s) [2022-03-05T15:09:42.203Z] === CONT TestDefererencePluginOnCreateError [2022-03-05T15:09:42.203Z] time="2022-03-05T15:09:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:09:42.203Z] --- PASS: TestServiceRemove (0.23s) [2022-03-05T15:09:42.203Z] === CONT TestGetWithReference [2022-03-05T15:09:42.203Z] --- PASS: TestServiceList (0.26s) [2022-03-05T15:09:42.203Z] === CONT TestGet [2022-03-05T15:09:42.203Z] time="2022-03-05T15:09:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:09:42.203Z] time="2022-03-05T15:09:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:09:42.203Z] time="2022-03-05T15:09:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-05T15:09:42.203Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-05T15:09:42.203Z] === CONT TestRefDerefRemove [2022-03-05T15:09:42.203Z] --- PASS: TestGet (0.03s) [2022-03-05T15:09:42.203Z] === CONT TestDerefMultipleOfSameRef [2022-03-05T15:09:42.203Z] --- PASS: TestGetWithReference (0.04s) [2022-03-05T15:09:42.203Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-05T15:09:42.203Z] time="2022-03-05T15:09:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-05T15:09:42.203Z] --- PASS: TestServicePrune (0.19s) [2022-03-05T15:09:42.203Z] === CONT TestFindByReferenced [2022-03-05T15:09:42.203Z] --- PASS: TestRefDerefRemove (0.04s) [2022-03-05T15:09:42.203Z] === CONT TestFindByDriver [2022-03-05T15:09:42.203Z] === CONT TestServiceCreate [2022-03-05T15:09:42.203Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.04s) [2022-03-05T15:09:42.203Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-03-05T15:09:42.203Z] === CONT TestRestore [2022-03-05T15:09:42.203Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-05T15:09:42.203Z] --- PASS: TestFindByDriver (0.04s) [2022-03-05T15:09:42.203Z] --- PASS: TestServiceCreate (0.04s) [2022-03-05T15:09:42.203Z] --- PASS: TestRestore (0.04s) [2022-03-05T15:09:42.203Z] PASS [2022-03-05T15:09:42.203Z] coverage: 69.0% of statements [2022-03-05T15:09:42.203Z] ok github.com/docker/docker/volume/service 0.429s coverage: 69.0% of statements [2022-03-05T15:09:42.672Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T15:09:42.672Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T15:09:42.672Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T15:09:42.672Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-05T15:09:43.123Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-05T15:09:45.025Z] --- PASS: TestInspect (3.04s) [2022-03-05T15:09:45.025Z] === RUN TestCreateJob [2022-03-05T15:09:45.592Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T15:09:46.527Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T15:09:47.094Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-05T15:09:47.662Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T15:09:48.597Z] --- PASS: TestCreateJob (3.77s) [2022-03-05T15:09:48.597Z] === RUN TestReplicatedJob [2022-03-05T15:09:53.104Z] 2022/03/05 15:09:51 Closing DB instances... [2022-03-05T15:09:53.575Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-05T15:09:53.575Z] === RUN TestFindNode [2022-03-05T15:09:53.575Z] 2022/03/05 15:09:53 Closing DB instances... [2022-03-05T15:09:53.575Z] --- PASS: TestFindNode (0.02s) [2022-03-05T15:09:53.575Z] === RUN TestChangeNodeState [2022-03-05T15:09:53.575Z] 2022/03/05 15:09:53 Closing DB instances... [2022-03-05T15:09:53.575Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-05T15:09:53.575Z] === RUN TestNodeReincarnation [2022-03-05T15:09:53.575Z] 2022/03/05 15:09:53 Closing DB instances... [2022-03-05T15:09:53.866Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T15:09:53.866Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T15:09:53.866Z] --- PASS: TestReplicatedJob (5.01s) [2022-03-05T15:09:53.866Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:09:53.866Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-05T15:09:54.801Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T15:09:55.059Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-05T15:09:55.319Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T15:09:56.263Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-05T15:09:56.522Z] docker_api_swarm_test.go:202: [d564e7a050591] joining swarm manager [d39d4bc5df1cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:09:56.522Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-05T15:09:56.522Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T15:09:57.896Z] --- PASS: TestUpdateReplicatedJob (4.13s) [2022-03-05T15:09:57.896Z] === RUN TestServiceListWithStatuses [2022-03-05T15:09:57.896Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:09:57.896Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:09:57.896Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:09:57.896Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T15:09:58.832Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T15:09:58.832Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T15:09:58.832Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-05T15:09:59.451Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-05T15:09:59.451Z] === RUN TestParallelCreate [2022-03-05T15:09:59.451Z] 2022/03/05 15:09:58 Closing DB instances... [2022-03-05T15:09:59.451Z] --- PASS: TestParallelCreate (0.02s) [2022-03-05T15:09:59.451Z] === RUN TestParallelDelete [2022-03-05T15:09:59.451Z] 2022/03/05 15:09:58 Closing DB instances... [2022-03-05T15:09:59.451Z] --- PASS: TestParallelDelete (0.02s) [2022-03-05T15:09:59.451Z] === RUN TestNetworkDBIslands [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e45d931d4ab2 with config:&{NodeID:e45d931d4ab2 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node e45d931d4ab2/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node e45d931d4ab2/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c8616183d3a6 with config:&{NodeID:c8616183d3a6 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node c8616183d3a6/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node c8616183d3a6/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node e45d931d4ab2/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=info msg="Node e45d931d4ab2/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0416734da196 with config:&{NodeID:0416734da196 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node e45d931d4ab2/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node e45d931d4ab2/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node c8616183d3a6/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-03-05T15:09:59.451Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-05T15:09:59.771Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:b306d208f1f8 with config:&{NodeID:b306d208f1f8 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node c8616183d3a6/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node 0416734da196/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node e45d931d4ab2/172.24.217.235, joined gossip cluster" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=info msg="Node e45d931d4ab2/172.24.217.235, added to nodes list" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-05T15:09:59.921Z] time="2022-03-05T15:09:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2022-03-05T15:10:00.029Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T15:10:00.356Z] --- PASS: TestUpdateRestartPolicy (23.13s) [2022-03-05T15:10:00.356Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T15:10:00.356Z] --- PASS: TestUpdateRestartWithAutoRemove (2.30s) [2022-03-05T15:10:00.356Z] === RUN TestWaitNonBlocked [2022-03-05T15:10:00.356Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:10:00.356Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:10:00.356Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:10:00.356Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:10:00.356Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:10:00.356Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:10:00.390Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:09:59Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:459a6db9e5ae with config:&{NodeID:459a6db9e5ae Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node c8616183d3a6/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node e45d931d4ab2/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node e45d931d4ab2/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 0416734da196/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=info msg="Node 0416734da196/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-05T15:10:00.390Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:00.860Z] networkdb_test.go:835: Re-joining: 3 [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="The new bootstrap node list is:[172.24.217.235:10033 172.24.217.235:10034 172.24.217.235:10035]" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10033" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49358" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10034" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49359" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10035" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49360" [2022-03-05T15:10:00.860Z] networkdb_test.go:835: Re-joining: 4 [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=info msg="The new bootstrap node list is:[172.24.217.235:10033 172.24.217.235:10034 172.24.217.235:10035]" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10033" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49361" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49362" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10034" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49363" [2022-03-05T15:10:00.860Z] time="2022-03-05T15:10:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10035" [2022-03-05T15:10:00.963Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node 0 leaving" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node4(b306d208f1f8): Node leave event for e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node5(459a6db9e5ae): Node leave event for e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node2(c8616183d3a6): Node leave event for e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node1(e45d931d4ab2): Node leave event for e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.329Z] time="2022-03-05T15:10:01Z" level=info msg="node3(0416734da196): Node leave event for e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node e45d931d4ab2/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="node 1 leaving" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="node5(459a6db9e5ae): Node leave event for c8616183d3a6/172.24.217.235" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="node4(b306d208f1f8): Node leave event for c8616183d3a6/172.24.217.235" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6 change state NodeActive --> NodeFailed" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6 change state NodeActive --> NodeLeft" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="node3(0416734da196): Node leave event for c8616183d3a6/172.24.217.235" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6/172.24.217.235, added to failed nodes list" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=error msg="node: c8616183d3a6 is unknown to memberlist" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.798Z] time="2022-03-05T15:10:01Z" level=info msg="Node c8616183d3a6/172.24.217.235, left gossip cluster" [2022-03-05T15:10:01.898Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-05T15:10:01.898Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-05T15:10:01.898Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-05T15:10:01.898Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-05T15:10:01.898Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-05T15:10:01.898Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="node 2 leaving" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="Node 0416734da196 change state NodeActive --> NodeLeft" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="node4(b306d208f1f8): Node leave event for 0416734da196/172.24.217.235" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="Node 0416734da196 change state NodeActive --> NodeLeft" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="node5(459a6db9e5ae): Node leave event for 0416734da196/172.24.217.235" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="Node 0416734da196 change state NodeActive --> NodeLeft" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:01Z" level=info msg="node3(0416734da196): Node leave event for 0416734da196/172.24.217.235" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=debug msg="memberlist: Failed ping: 0416734da196 (timeout reached)" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.217.235:10037: use of closed network connection" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.217.235:10036: use of closed network connection" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.217.235:10034: use of closed network connection" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49364" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=info msg="Node 0416734da196/172.24.217.235, left gossip cluster" [2022-03-05T15:10:02.269Z] time="2022-03-05T15:10:02Z" level=info msg="Node 0416734da196/172.24.217.235, left gossip cluster" [2022-03-05T15:10:02.464Z] --- PASS: TestDockerNetworkConnectAlias (4.55s) [2022-03-05T15:10:02.464Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node 0416734da196/172.24.217.235, left gossip cluster" [2022-03-05T15:10:02.738Z] networkdb_test.go:867: node4: OK [2022-03-05T15:10:02.738Z] networkdb_test.go:867: node5: OK [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="node 0 coming back" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e96e99e769b9 with config:&{NodeID:e96e99e769b9 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node e96e99e769b9/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node e96e99e769b9/172.24.217.235, added to nodes list" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="node 1 coming back" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:d909148ce999 with config:&{NodeID:d909148ce999 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node d909148ce999/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node d909148ce999/172.24.217.235, added to nodes list" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="node 2 coming back" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:fa05083aff73 with config:&{NodeID:fa05083aff73 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node fa05083aff73/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=info msg="Node fa05083aff73/172.24.217.235, added to nodes list" [2022-03-05T15:10:02.738Z] time="2022-03-05T15:10:02Z" level=warning msg="memberlist: Was able to connect to 0416734da196 but other probes failed, network may be misconfigured" [2022-03-05T15:10:03.209Z] time="2022-03-05T15:10:02Z" level=debug msg="memberlist: Failed ping: b306d208f1f8 (timeout reached)" [2022-03-05T15:10:03.209Z] time="2022-03-05T15:10:02Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.24.217.235:10037: use of closed network connection" [2022-03-05T15:10:03.209Z] time="2022-03-05T15:10:02Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49365" [2022-03-05T15:10:03.313Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-05T15:10:03.313Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.96s) [2022-03-05T15:10:03.313Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.15s) [2022-03-05T15:10:03.313Z] === RUN TestWaitBlocked [2022-03-05T15:10:03.313Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:03.313Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T15:10:03.313Z] PASS [2022-03-05T15:10:03.313Z] ok github.com/docker/docker/integration/container 98.214s [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === Skipped [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T15:10:03.313Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T15:10:03.313Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:10:03.313Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:10:03.313Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:10:03.313Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:10:03.313Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:10:03.313Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:10:03.313Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:10:03.313Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.313Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T15:10:03.313Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.313Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T15:10:03.314Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T15:10:03.314Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:10:03.314Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T15:10:03.314Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T15:10:03.314Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:10:03.314Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:10:03.314Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T15:10:03.314Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T15:10:03.314Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T15:10:03.314Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T15:10:03.314Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T15:10:03.314Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-05T15:10:03.314Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:10:03.314Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:10:03.314Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T15:10:03.314Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T15:10:03.314Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T15:10:03.314Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:03.314Z] [2022-03-05T15:10:03.314Z] DONE 87 tests, 33 skipped in 100.856s [2022-03-05T15:10:03.314Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T15:10:03.683Z] time="2022-03-05T15:10:03Z" level=warning msg="memberlist: Was able to connect to b306d208f1f8 but other probes failed, network may be misconfigured" [2022-03-05T15:10:04.367Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-05T15:10:04.626Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T15:10:05.565Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T15:10:05.899Z] time="2022-03-05T15:10:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.217.235:10033 172.24.217.235:10034 172.24.217.235:10035]" [2022-03-05T15:10:06.131Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T15:10:06.131Z] --- PASS: TestDockerNetworkReConnect (3.79s) [2022-03-05T15:10:06.131Z] === RUN TestServicePlugin [2022-03-05T15:10:06.368Z] time="2022-03-05T15:10:06Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.217.235:10033 172.24.217.235:10034 172.24.217.235:10035]" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10033" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49366" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:06.838Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, is the new incarnation of the shutdown node e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10034" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49367" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, is the new incarnation of the shutdown node c8616183d3a6/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10035" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49368" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node b306d208f1f8/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, is the new incarnation of the shutdown node 0416734da196/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, is the new incarnation of the shutdown node c8616183d3a6/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, is the new incarnation of the shutdown node e45d931d4ab2/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node e96e99e769b9/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node d909148ce999/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, is the new incarnation of the shutdown node 0416734da196/172.24.217.235" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, joined gossip cluster" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:06Z" level=info msg="Node fa05083aff73/172.24.217.235, added to nodes list" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10033" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49369" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10034" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49370" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.217.235:10035" [2022-03-05T15:10:07.308Z] time="2022-03-05T15:10:07Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49371" [2022-03-05T15:10:07.777Z] 2022/03/05 15:10:07 Closing DB instances... [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9 change state NodeActive --> NodeLeft" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9 change state NodeActive --> NodeLeft" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="node4(b306d208f1f8): Node leave event for e96e99e769b9/172.24.217.235" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="node2(d909148ce999): Node leave event for e96e99e769b9/172.24.217.235" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9 change state NodeActive --> NodeLeft" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="node3(fa05083aff73): Node leave event for e96e99e769b9/172.24.217.235" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9 change state NodeActive --> NodeLeft" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="node5(459a6db9e5ae): Node leave event for e96e99e769b9/172.24.217.235" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9 change state NodeActive --> NodeLeft" [2022-03-05T15:10:07.777Z] time="2022-03-05T15:10:07Z" level=info msg="node1(e96e99e769b9): Node leave event for e96e99e769b9/172.24.217.235" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:07Z" level=info msg="Node e96e99e769b9/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="node3(fa05083aff73): Node leave event for d909148ce999/172.24.217.235" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="node4(b306d208f1f8): Node leave event for d909148ce999/172.24.217.235" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="node2(d909148ce999): Node leave event for d909148ce999/172.24.217.235" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.246Z] time="2022-03-05T15:10:08Z" level=info msg="node5(459a6db9e5ae): Node leave event for d909148ce999/172.24.217.235" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node d909148ce999/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="node5(459a6db9e5ae): Node leave event for fa05083aff73/172.24.217.235" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="node4(b306d208f1f8): Node leave event for fa05083aff73/172.24.217.235" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73 change state NodeActive --> NodeLeft" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="node3(fa05083aff73): Node leave event for fa05083aff73/172.24.217.235" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73/172.24.217.235, left gossip cluster" [2022-03-05T15:10:08.716Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73/172.24.217.235, left gossip cluster" [2022-03-05T15:10:09.185Z] time="2022-03-05T15:10:08Z" level=info msg="Node fa05083aff73/172.24.217.235, left gossip cluster" [2022-03-05T15:10:09.185Z] time="2022-03-05T15:10:08Z" level=debug msg="memberlist: Failed ping: fa05083aff73 (timeout reached)" [2022-03-05T15:10:09.185Z] time="2022-03-05T15:10:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.217.235:10037: use of closed network connection" [2022-03-05T15:10:09.185Z] time="2022-03-05T15:10:08Z" level=debug msg="memberlist: Stream connection from=172.24.217.235:49372" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=info msg="Node b306d208f1f8 change state NodeActive --> NodeLeft" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=info msg="node5(459a6db9e5ae): Node leave event for b306d208f1f8/172.24.217.235" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=info msg="Node b306d208f1f8 change state NodeActive --> NodeLeft" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=info msg="node4(b306d208f1f8): Node leave event for b306d208f1f8/172.24.217.235" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=warning msg="memberlist: Was able to connect to fa05083aff73 but other probes failed, network may be misconfigured" [2022-03-05T15:10:09.654Z] time="2022-03-05T15:10:09Z" level=info msg="Node b306d208f1f8/172.24.217.235, left gossip cluster" [2022-03-05T15:10:10.124Z] time="2022-03-05T15:10:09Z" level=info msg="Node b306d208f1f8/172.24.217.235, left gossip cluster" [2022-03-05T15:10:10.315Z] plugin_test.go:61: [db396bd430f93] joining swarm manager [d48e41ac200d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:10:10.593Z] time="2022-03-05T15:10:10Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, left gossip cluster" [2022-03-05T15:10:10.593Z] time="2022-03-05T15:10:10Z" level=info msg="Node 459a6db9e5ae change state NodeActive --> NodeFailed" [2022-03-05T15:10:10.593Z] time="2022-03-05T15:10:10Z" level=info msg="Node 459a6db9e5ae/172.24.217.235, added to failed nodes list" [2022-03-05T15:10:10.593Z] --- PASS: TestNetworkDBIslands (11.89s) [2022-03-05T15:10:10.593Z] PASS [2022-03-05T15:10:10.593Z] coverage: 60.0% of statements [2022-03-05T15:10:10.593Z] ok github.com/docker/docker/libnetwork/networkdb 104.478s coverage: 60.0% of statements [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/quota [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T15:10:10.593Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T15:10:10.882Z] plugin_test.go:64: [dcf4f85a2c490] joining swarm manager [d48e41ac200d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:10:11.448Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T15:10:12.383Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-05T15:10:12.948Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === Skipped [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-05T15:10:13.553Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-05T15:10:13.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-05T15:10:13.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-05T15:10:13.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-05T15:10:13.553Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-05T15:10:13.553Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T15:10:13.553Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T15:10:13.553Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T15:10:13.553Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-05T15:10:13.553Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T15:10:13.553Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-05T15:10:13.553Z] daemon_test.go:145: root required [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-05T15:10:13.553Z] reload_test.go:342: root required [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.06s) [2022-03-05T15:10:13.553Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-05T15:10:13.553Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-05T15:10:13.553Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-05T15:10:13.553Z] download_test.go:267: Needs fixing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-05T15:10:13.553Z] layer_test.go:291: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-05T15:10:13.553Z] layer_test.go:340: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-05T15:10:13.553Z] layer_test.go:455: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-05T15:10:13.553Z] layer_test.go:684: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-05T15:10:13.553Z] migration_test.go:45: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-05T15:10:13.553Z] migration_test.go:181: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-05T15:10:13.553Z] mount_test.go:17: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-05T15:10:13.553Z] mount_test.go:76: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-05T15:10:13.553Z] mount_test.go:125: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-05T15:10:13.553Z] mount_test.go:212: Failing on Windows [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-05T15:10:13.553Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-05T15:10:13.553Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-05T15:10:13.553Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.01s) [2022-03-05T15:10:13.553Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-05T15:10:13.553Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-05T15:10:13.553Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-05T15:10:13.553Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-05T15:10:13.553Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-05T15:10:13.553Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-05T15:10:13.553Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-05T15:10:13.553Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-05T15:10:13.553Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:10:13.553Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:10:13.553Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:10:13.553Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:10:13.553Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:10:13.553Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-05T15:10:13.553Z] archive_test.go:133: Xz not present in msys2 [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-05T15:10:13.553Z] archive_test.go:140: zstd not installed [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-05T15:10:13.553Z] archive_test.go:252: Failing on Windows CI machines [2022-03-05T15:10:13.553Z] [2022-03-05T15:10:13.553Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-05T15:10:13.554Z] archive_windows_test.go:16: Currently fails [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-05T15:10:13.554Z] changes_test.go:195: needs more investigation [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-05T15:10:13.554Z] changes_test.go:432: needs further investigation [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-05T15:10:13.554Z] changes_test.go:468: needs further investigation [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-03-05T15:10:13.554Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-05T15:10:13.554Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-05T15:10:13.554Z] poller_test.go:40: No chmod on Windows [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-05T15:10:13.554Z] fileutils_test.go:133: Needs porting to Windows [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-05T15:10:13.554Z] fileutils_test.go:179: Needs porting to Windows [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-05T15:10:13.554Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-05T15:10:13.554Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2022-03-05T15:10:13.554Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-05T15:10:13.554Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-05T15:10:13.554Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-05T15:10:13.554Z] [2022-03-05T15:10:13.554Z] DONE 2072 tests, 68 skipped in 310.644s [2022-03-05T15:10:14.023Z] INFO: make.ps1 ended at 03/05/2022 15:10:13 [2022-03-05T15:10:15.488Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T15:10:16.055Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T15:10:16.246Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-05T15:10:16.246Z] INFO: Unit tests ended at 03/05/2022 15:10:15. Duration:00:05:33.2846508 [2022-03-05T15:10:16.246Z] INFO: Building busybox [2022-03-05T15:10:16.246Z] Sending build context to Docker daemon 5.12kB [2022-03-05T15:10:16.246Z] [2022-03-05T15:10:16.246Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-05T15:10:16.246Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-05T15:10:16.246Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-05T15:10:16.246Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-05T15:10:16.246Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-05T15:10:16.246Z] ---> c703d4d60533 [2022-03-05T15:10:16.246Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-05T15:10:16.246Z] ---> Running in 86ffd7bb00e9 [2022-03-05T15:10:18.582Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T15:10:19.955Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 77.3% of statements [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/builder/remotecontext 0.092s coverage: 13.7% of statements [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/builder/dockerfile 0.195s coverage: 49.3% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/builder/remotecontext/git 1.285s coverage: 86.3% of statements [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/cli [no test files] [2022-03-05T15:10:21.688Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-05T15:10:21.688Z] ok github.com/docker/docker/cmd/docker-proxy 0.112s coverage: 67.6% of statements [2022-03-05T15:10:21.858Z] docker_api_swarm_test.go:384: [d7b499549ed15] joining swarm manager [d3680f5a07226]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:10:23.234Z] docker_api_swarm_test.go:385: [ddaffc33f7948] joining swarm manager [d3680f5a07226]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:10:23.584Z] ok github.com/docker/docker/client 0.106s coverage: 75.7% of statements [2022-03-05T15:10:24.611Z] === RUN TestDockerSuite/TestExec [2022-03-05T15:10:25.178Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T15:10:25.745Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T15:10:26.006Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T15:10:26.573Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T15:10:27.509Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T15:10:28.076Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T15:10:28.644Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T15:10:28.739Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T15:10:28.739Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:10:28.739Z] === RUN TestDaemonConfigValidation [2022-03-05T15:10:28.739Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T15:10:28.739Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T15:10:28.739Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:10:28.739Z] === RUN TestDaemonProxy [2022-03-05T15:10:28.739Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:10:28.739Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T15:10:28.739Z] PASS [2022-03-05T15:10:28.739Z] ok github.com/docker/docker/integration/daemon 0.131s [2022-03-05T15:10:28.739Z] [2022-03-05T15:10:28.739Z] === Skipped [2022-03-05T15:10:28.739Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:10:28.739Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] [2022-03-05T15:10:28.739Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T15:10:28.739Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] [2022-03-05T15:10:28.739Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:10:28.739Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:10:28.739Z] [2022-03-05T15:10:28.739Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T15:10:28.739Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:10:28.739Z] [2022-03-05T15:10:28.739Z] DONE 4 tests, 4 skipped in 22.759s [2022-03-05T15:10:28.739Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T15:10:29.210Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T15:10:29.776Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T15:10:30.034Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T15:10:30.307Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:30.307Z] INFO: Testing against a local daemon [2022-03-05T15:10:30.307Z] === RUN TestCommitInheritsEnv [2022-03-05T15:10:30.307Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:30.307Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T15:10:30.307Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T15:10:30.307Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:10:30.307Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:10:30.307Z] === RUN TestImportWithCustomPlatform [2022-03-05T15:10:30.307Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:10:30.307Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T15:10:30.307Z] === RUN TestImagesFilterMultiReference [2022-03-05T15:10:30.307Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-03-05T15:10:30.307Z] === RUN TestImagePullPlatformInvalid [2022-03-05T15:10:30.307Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-05T15:10:30.307Z] === RUN TestRemoveImageOrphaning [2022-03-05T15:10:30.601Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T15:10:31.539Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T15:10:31.871Z] --- PASS: TestRemoveImageOrphaning (1.27s) [2022-03-05T15:10:31.871Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T15:10:31.871Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-05T15:10:31.871Z] === RUN TestTagInvalidReference [2022-03-05T15:10:31.871Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-05T15:10:31.871Z] === RUN TestTagValidPrefixedRepo [2022-03-05T15:10:31.871Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-05T15:10:31.871Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T15:10:31.871Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-05T15:10:31.871Z] === RUN TestTagOfficialNames [2022-03-05T15:10:31.871Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-05T15:10:31.871Z] === RUN TestTagMatchesDigest [2022-03-05T15:10:31.871Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-05T15:10:31.871Z] PASS [2022-03-05T15:10:31.871Z] ok github.com/docker/docker/integration/image 1.863s [2022-03-05T15:10:32.342Z] [2022-03-05T15:10:32.342Z] === Skipped [2022-03-05T15:10:32.342Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T15:10:32.342Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:32.342Z] [2022-03-05T15:10:32.342Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:10:32.342Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:10:32.342Z] [2022-03-05T15:10:32.342Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T15:10:32.342Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:10:32.342Z] [2022-03-05T15:10:32.342Z] DONE 12 tests, 3 skipped in 6.194s [2022-03-05T15:10:32.342Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T15:10:32.473Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T15:10:32.732Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T15:10:34.110Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T15:10:34.369Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T15:10:34.570Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:34.570Z] INFO: Testing against a local daemon [2022-03-05T15:10:34.570Z] === RUN TestNetworkCreateDelete [2022-03-05T15:10:34.570Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T15:10:34.570Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:10:34.570Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonDNSFallback [2022-03-05T15:10:34.570Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestInspectNetwork [2022-03-05T15:10:34.570Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:34.570Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T15:10:34.570Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestNetworkInvalidJSON [2022-03-05T15:10:34.570Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T15:10:34.570Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T15:10:34.570Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:10:34.570Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:10:34.570Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:10:34.570Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:10:34.570Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T15:10:34.570Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:10:34.570Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T15:10:34.570Z] === RUN TestNetworkList [2022-03-05T15:10:34.570Z] === RUN TestNetworkList//networks [2022-03-05T15:10:34.570Z] === PAUSE TestNetworkList//networks [2022-03-05T15:10:34.570Z] === RUN TestNetworkList//networks/ [2022-03-05T15:10:34.570Z] === PAUSE TestNetworkList//networks/ [2022-03-05T15:10:34.570Z] === CONT TestNetworkList//networks [2022-03-05T15:10:34.570Z] === CONT TestNetworkList//networks/ [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkList (0.04s) [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T15:10:34.570Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T15:10:34.570Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T15:10:34.570Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T15:10:34.570Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T15:10:34.570Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T15:10:34.570Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T15:10:34.570Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T15:10:34.570Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T15:10:34.570Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:10:34.570Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T15:10:34.570Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:10:34.570Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T15:10:34.570Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:10:34.570Z] PASS [2022-03-05T15:10:34.570Z] ok github.com/docker/docker/integration/network 0.183s [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === Skipped [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T15:10:34.570Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:10:34.570Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T15:10:34.570Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T15:10:34.570Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:10:34.570Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:10:34.570Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:10:34.570Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:10:34.570Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:10:34.570Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:10:34.570Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.570Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:10:34.570Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:10:34.570Z] [2022-03-05T15:10:34.571Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:10:34.571Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:10:34.571Z] [2022-03-05T15:10:34.571Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:10:34.571Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:10:34.571Z] [2022-03-05T15:10:34.571Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:10:34.571Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:10:34.571Z] [2022-03-05T15:10:34.571Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:10:34.571Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:10:34.571Z] [2022-03-05T15:10:34.571Z] DONE 22 tests, 15 skipped in 2.500s [2022-03-05T15:10:35.039Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T15:10:35.507Z] testing: warning: no tests to run [2022-03-05T15:10:35.507Z] PASS [2022-03-05T15:10:35.507Z] ok github.com/docker/docker/integration/network/ipvlan 0.076s [2022-03-05T15:10:35.507Z] [2022-03-05T15:10:35.507Z] DONE 0 tests in 0.756s [2022-03-05T15:10:35.976Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T15:10:36.446Z] testing: warning: no tests to run [2022-03-05T15:10:36.446Z] PASS [2022-03-05T15:10:36.446Z] ok github.com/docker/docker/integration/network/macvlan 0.080s [2022-03-05T15:10:36.446Z] [2022-03-05T15:10:36.446Z] DONE 0 tests in 0.754s [2022-03-05T15:10:36.446Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T15:10:36.897Z] --- PASS: TestServicePlugin (30.71s) [2022-03-05T15:10:36.897Z] === RUN TestServiceUpdateLabel [2022-03-05T15:10:36.897Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T15:10:37.436Z] testing: warning: no tests to run [2022-03-05T15:10:37.436Z] PASS [2022-03-05T15:10:37.436Z] ok github.com/docker/docker/integration/plugin 0.079s [2022-03-05T15:10:37.436Z] [2022-03-05T15:10:37.436Z] DONE 0 tests in 0.773s [2022-03-05T15:10:37.436Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T15:10:37.463Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-05T15:10:37.493Z] Removing intermediate container 86ffd7bb00e9 [2022-03-05T15:10:37.493Z] ---> d876727f1195 [2022-03-05T15:10:37.493Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-05T15:10:37.962Z] ---> Running in 7d75c5a0c4ab [2022-03-05T15:10:38.031Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T15:10:38.422Z] testing: warning: no tests to run [2022-03-05T15:10:38.422Z] PASS [2022-03-05T15:10:38.422Z] ok github.com/docker/docker/integration/plugin/authz 0.112s [2022-03-05T15:10:38.422Z] [2022-03-05T15:10:38.422Z] DONE 0 tests in 0.893s [2022-03-05T15:10:38.422Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T15:10:38.431Z] Removing intermediate container 7d75c5a0c4ab [2022-03-05T15:10:38.431Z] ---> 05106091080f [2022-03-05T15:10:38.431Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-05T15:10:38.431Z] ---> Running in 539ef11db8de [2022-03-05T15:10:38.900Z] Removing intermediate container 539ef11db8de [2022-03-05T15:10:38.900Z] ---> a99cdd5e83f4 [2022-03-05T15:10:38.900Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-05T15:10:38.967Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T15:10:39.225Z] --- PASS: TestServiceUpdateLabel (2.49s) [2022-03-05T15:10:39.225Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:10:39.484Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T15:10:40.050Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T15:10:40.309Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T15:10:40.467Z] [2022-03-05T15:10:40.936Z] ---> 3429387e563b [2022-03-05T15:10:40.936Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-05T15:10:40.936Z] ---> Running in b75b7350e27a [2022-03-05T15:10:41.683Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T15:10:42.249Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T15:10:42.821Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T15:10:43.189Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:43.189Z] INFO: Testing against a local daemon [2022-03-05T15:10:43.189Z] === RUN TestPluginInvalidJSON [2022-03-05T15:10:43.189Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:10:43.189Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:10:43.189Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:10:43.189Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-05T15:10:43.189Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T15:10:43.189Z] === RUN TestPluginInstall [2022-03-05T15:10:43.189Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:10:43.189Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T15:10:43.189Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:10:43.189Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:10:43.189Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T15:10:43.189Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:10:43.189Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:10:43.189Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T15:10:43.189Z] PASS [2022-03-05T15:10:43.189Z] ok github.com/docker/docker/integration/plugin/common 0.120s [2022-03-05T15:10:43.659Z] [2022-03-05T15:10:43.659Z] === Skipped [2022-03-05T15:10:43.659Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T15:10:43.659Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:10:43.659Z] [2022-03-05T15:10:43.659Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T15:10:43.659Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:10:43.659Z] [2022-03-05T15:10:43.659Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T15:10:43.659Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:10:43.659Z] [2022-03-05T15:10:43.659Z] DONE 5 tests, 3 skipped in 4.849s [2022-03-05T15:10:43.659Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T15:10:44.284Z] --- PASS: TestBuildWithHugeFile (127.88s) [2022-03-05T15:10:44.284Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T15:10:44.284Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:10:44.284Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T15:10:44.284Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:10:44.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:10:44.284Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:10:44.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:10:44.284Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:10:44.284Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:10:44.284Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:10:44.284Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:10:44.284Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:10:44.284Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-05T15:10:44.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-05T15:10:44.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T15:10:44.284Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T15:10:44.284Z] === RUN TestBuildPreserveOwnership [2022-03-05T15:10:44.284Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:44.284Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestBuildPlatformInvalid [2022-03-05T15:10:44.284Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-05T15:10:44.284Z] PASS [2022-03-05T15:10:44.284Z] ok github.com/docker/docker/integration/build 213.437s [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === Skipped [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T15:10:44.284Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T15:10:44.284Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-05T15:10:44.284Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-05T15:10:44.284Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:10:44.284Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-05T15:10:44.284Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] DONE 29 tests, 6 skipped in 247.934s [2022-03-05T15:10:44.284Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T15:10:44.284Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:44.284Z] INFO: Testing against a local daemon [2022-03-05T15:10:44.284Z] === RUN TestConfigInspect [2022-03-05T15:10:44.284Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestConfigList [2022-03-05T15:10:44.284Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] --- SKIP: TestConfigList (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestConfigsCreateAndDelete [2022-03-05T15:10:44.284Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestConfigsUpdate [2022-03-05T15:10:44.284Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestTemplatedConfig [2022-03-05T15:10:44.284Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.284Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T15:10:44.284Z] === RUN TestConfigCreateResolve [2022-03-05T15:10:44.284Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:44.284Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-05T15:10:44.284Z] PASS [2022-03-05T15:10:44.284Z] ok github.com/docker/docker/integration/config 0.110s [2022-03-05T15:10:44.284Z] [2022-03-05T15:10:44.284Z] === Skipped [2022-03-05T15:10:44.284Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-05T15:10:44.285Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:44.285Z] [2022-03-05T15:10:44.285Z] DONE 6 tests, 6 skipped in 2.457s [2022-03-05T15:10:44.285Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T15:10:45.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:45.813Z] INFO: Testing against a local daemon [2022-03-05T15:10:45.813Z] === RUN TestCheckpoint [2022-03-05T15:10:45.813Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:10:45.813Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T15:10:45.813Z] === RUN TestContainerInvalidJSON [2022-03-05T15:10:45.813Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:10:45.813Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:10:45.813Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:10:45.813Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:10:45.813Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:10:45.813Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:10:45.813Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-03-05T15:10:45.813Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T15:10:45.813Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-05T15:10:45.813Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T15:10:45.813Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s) [2022-03-05T15:10:45.813Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T15:10:45.874Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:45.874Z] INFO: Testing against a local daemon [2022-03-05T15:10:45.874Z] === RUN TestExternalGraphDriver [2022-03-05T15:10:45.874Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:10:45.874Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T15:10:45.874Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:10:45.874Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:10:45.874Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-05T15:10:45.874Z] PASS [2022-03-05T15:10:45.874Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.133s [2022-03-05T15:10:46.269Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s) [2022-03-05T15:10:46.269Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T15:10:46.269Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s) [2022-03-05T15:10:46.269Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T15:10:46.342Z] [2022-03-05T15:10:46.342Z] === Skipped [2022-03-05T15:10:46.342Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T15:10:46.342Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:10:46.342Z] [2022-03-05T15:10:46.342Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-05T15:10:46.342Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:10:46.342Z] [2022-03-05T15:10:46.342Z] DONE 2 tests, 2 skipped in 2.682s [2022-03-05T15:10:46.342Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T15:10:46.726Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-03-05T15:10:46.726Z] === RUN TestCopyFromContainer [2022-03-05T15:10:46.726Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:46.726Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T15:10:46.726Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:10:46.726Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:10:46.726Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:10:46.726Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:10:46.726Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:10:46.726Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:10:46.726Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:10:46.726Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:10:46.726Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:10:46.726Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-05T15:10:46.726Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T15:10:46.726Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:10:46.726Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidEnv [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T15:10:46.726Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:46.726Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T15:10:46.726Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:46.726Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T15:10:46.726Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:46.726Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:10:46.726Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:10:46.726Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:10:46.726Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T15:10:46.726Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:10:46.726Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateDifferentPlatform [2022-03-05T15:10:46.726Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T15:10:46.726Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T15:10:46.726Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-05T15:10:46.726Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T15:10:46.726Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-03-05T15:10:46.726Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T15:10:46.726Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:10:46.726Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:10:46.726Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T15:10:46.726Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:46.726Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestDiff [2022-03-05T15:10:46.726Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:46.726Z] --- SKIP: TestDiff (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestExecWithCloseStdin [2022-03-05T15:10:46.726Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T15:10:46.726Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-05T15:10:46.726Z] === RUN TestExec [2022-03-05T15:10:48.560Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:48.560Z] INFO: Testing against a local daemon [2022-03-05T15:10:48.560Z] === RUN TestReadPluginNoRead [2022-03-05T15:10:48.560Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:10:48.560Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T15:10:48.560Z] PASS [2022-03-05T15:10:48.560Z] ok github.com/docker/docker/integration/plugin/logging 0.100s [2022-03-05T15:10:48.560Z] [2022-03-05T15:10:48.560Z] === Skipped [2022-03-05T15:10:48.560Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T15:10:48.560Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:10:48.560Z] [2022-03-05T15:10:48.560Z] DONE 1 tests, 1 skipped in 2.236s [2022-03-05T15:10:48.560Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T15:10:50.127Z] testing: warning: no tests to run [2022-03-05T15:10:50.127Z] PASS [2022-03-05T15:10:50.127Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.082s [2022-03-05T15:10:50.127Z] [2022-03-05T15:10:50.127Z] DONE 0 tests in 1.180s [2022-03-05T15:10:50.127Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T15:10:51.395Z] --- PASS: TestExec (4.48s) [2022-03-05T15:10:51.395Z] === RUN TestExecUser [2022-03-05T15:10:51.395Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:10:51.395Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestExportContainerAndImportImage [2022-03-05T15:10:51.396Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:51.396Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T15:10:51.396Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:51.396Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestHealthCheckWorkdir [2022-03-05T15:10:51.396Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:51.396Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestHealthKillContainer [2022-03-05T15:10:51.396Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:10:51.396Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T15:10:51.396Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:10:51.396Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:10:51.396Z] === RUN TestKillContainerInvalidSignal [2022-03-05T15:10:52.341Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:52.341Z] INFO: Testing against a local daemon [2022-03-05T15:10:52.341Z] === RUN TestPluginWithDevMounts [2022-03-05T15:10:52.341Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:52.341Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T15:10:52.341Z] PASS [2022-03-05T15:10:52.341Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-03-05T15:10:52.341Z] [2022-03-05T15:10:52.341Z] === Skipped [2022-03-05T15:10:52.341Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T15:10:52.341Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:52.341Z] [2022-03-05T15:10:52.341Z] DONE 1 tests, 1 skipped in 2.374s [2022-03-05T15:10:52.341Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T15:10:54.580Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:54.580Z] INFO: Testing against a local daemon [2022-03-05T15:10:54.580Z] === RUN TestSecretInspect [2022-03-05T15:10:54.580Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-05T15:10:54.580Z] === RUN TestSecretList [2022-03-05T15:10:54.580Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T15:10:54.580Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:10:54.580Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:10:54.580Z] === RUN TestSecretsUpdate [2022-03-05T15:10:54.580Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T15:10:54.580Z] === RUN TestTemplatedSecret [2022-03-05T15:10:54.580Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T15:10:54.580Z] === RUN TestSecretCreateResolve [2022-03-05T15:10:54.580Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:54.580Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T15:10:54.580Z] PASS [2022-03-05T15:10:54.580Z] ok github.com/docker/docker/integration/secret 0.105s [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === Skipped [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T15:10:54.580Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:54.580Z] [2022-03-05T15:10:54.580Z] DONE 6 tests, 6 skipped in 2.061s [2022-03-05T15:10:54.580Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T15:10:55.019Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T15:10:55.019Z] === RUN TestDockerSuite/TestExecTTY [2022-03-05T15:10:55.019Z] --- PASS: TestServiceUpdateSecrets (15.00s) [2022-03-05T15:10:55.019Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:10:55.019Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T15:10:55.118Z] --- PASS: TestKillContainerInvalidSignal (3.43s) [2022-03-05T15:10:55.118Z] === RUN TestKillContainer [2022-03-05T15:10:55.118Z] === RUN TestKillContainer/no_signal [2022-03-05T15:10:55.280Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T15:10:55.846Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T15:10:56.782Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T15:10:56.782Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-05T15:10:56.782Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T15:10:57.565Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:57.565Z] INFO: Testing against a local daemon [2022-03-05T15:10:57.565Z] === RUN TestServiceCreateInit [2022-03-05T15:10:57.565Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:10:57.565Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:10:57.565Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:10:57.565Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceConflict [2022-03-05T15:10:57.565Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:10:57.565Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-05T15:10:57.565Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:10:57.565Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:10:57.565Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:10:57.565Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceSysctls [2022-03-05T15:10:57.565Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-05T15:10:57.565Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:10:57.565Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-05T15:10:57.565Z] === RUN TestInspect [2022-03-05T15:10:57.565Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestInspect (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestCreateJob [2022-03-05T15:10:57.565Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestReplicatedJob [2022-03-05T15:10:57.565Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:10:57.565Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceListWithStatuses [2022-03-05T15:10:57.565Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:10:57.565Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:10:57.565Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServicePlugin [2022-03-05T15:10:57.565Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceUpdateLabel [2022-03-05T15:10:57.565Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:10:57.565Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:10:57.565Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:10:57.565Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T15:10:57.565Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:10:57.565Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:10:57.565Z] PASS [2022-03-05T15:10:57.565Z] ok github.com/docker/docker/integration/service 0.268s [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === Skipped [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-05T15:10:57.565Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:10:57.565Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-05T15:10:57.565Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-05T15:10:57.565Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T15:10:57.565Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T15:10:57.565Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T15:10:57.565Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T15:10:57.565Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T15:10:57.565Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:10:57.565Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T15:10:57.565Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T15:10:57.565Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-05T15:10:57.565Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T15:10:57.565Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T15:10:57.565Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T15:10:57.565Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:10:57.565Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:10:57.565Z] [2022-03-05T15:10:57.565Z] DONE 24 tests, 23 skipped in 2.981s [2022-03-05T15:10:58.033Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T15:10:58.168Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-05T15:10:58.734Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T15:10:58.835Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T15:10:58.835Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:10:58.835Z] === RUN TestKillContainer/killing_signal [2022-03-05T15:10:59.304Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-05T15:10:59.600Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:10:59.600Z] INFO: Testing against a local daemon [2022-03-05T15:10:59.600Z] === RUN TestSessionCreate [2022-03-05T15:10:59.600Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:59.600Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-05T15:10:59.600Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:10:59.600Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:10:59.600Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:10:59.600Z] PASS [2022-03-05T15:10:59.600Z] ok github.com/docker/docker/integration/session 0.107s [2022-03-05T15:10:59.872Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T15:11:00.084Z] [2022-03-05T15:11:00.084Z] === Skipped [2022-03-05T15:11:00.084Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-05T15:11:00.084Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:11:00.084Z] [2022-03-05T15:11:00.084Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:11:00.084Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:11:00.084Z] [2022-03-05T15:11:00.084Z] DONE 2 tests, 2 skipped in 2.003s [2022-03-05T15:11:00.084Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T15:11:00.439Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T15:11:02.262Z] ok github.com/docker/docker/cmd/dockerd 0.057s coverage: 29.1% of statements [2022-03-05T15:11:02.263Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-05T15:11:02.301Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:11:02.301Z] INFO: Testing against a local daemon [2022-03-05T15:11:02.301Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:11:02.301Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:11:02.301Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestDiskUsage [2022-03-05T15:11:02.301Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:11:02.301Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestEventsExecDie [2022-03-05T15:11:02.301Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:11:02.301Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:11:02.301Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:11:02.301Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestEventsVolumeCreate [2022-03-05T15:11:02.301Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:11:02.301Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestInfoAPI [2022-03-05T15:11:02.301Z] --- PASS: TestInfoAPI (0.05s) [2022-03-05T15:11:02.301Z] === RUN TestInfoAPIWarnings [2022-03-05T15:11:02.301Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:11:02.301Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestInfoDebug [2022-03-05T15:11:02.301Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:02.301Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:11:02.301Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:02.301Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:11:02.301Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:02.301Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T15:11:02.301Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:11:02.618Z] --- PASS: TestKillContainer (7.39s) [2022-03-05T15:11:02.618Z] --- PASS: TestKillContainer/no_signal (3.76s) [2022-03-05T15:11:02.618Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:11:02.618Z] --- PASS: TestKillContainer/killing_signal (3.59s) [2022-03-05T15:11:02.618Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T15:11:02.618Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:11:02.618Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestKillStoppedContainer [2022-03-05T15:11:02.618Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:11:02.618Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T15:11:02.618Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:11:02.618Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestKillDifferentUserContainer [2022-03-05T15:11:02.618Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:11:02.618Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestInspectOomKilledTrue [2022-03-05T15:11:02.618Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:11:02.618Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestInspectOomKilledFalse [2022-03-05T15:11:02.618Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:11:02.618Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T15:11:02.618Z] === RUN TestLogsFollowTailEmpty [2022-03-05T15:11:02.824Z] ok github.com/docker/docker/cmd/dockerd/trap 2.524s coverage: 0.0% of statements [2022-03-05T15:11:02.824Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-05T15:11:02.824Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-05T15:11:02.824Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-05T15:11:02.825Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-05T15:11:02.825Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-05T15:11:03.285Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-03-05T15:11:03.285Z] === RUN TestPingCacheHeaders [2022-03-05T15:11:03.285Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-05T15:11:03.285Z] === RUN TestPingGet [2022-03-05T15:11:03.285Z] --- PASS: TestPingGet (0.03s) [2022-03-05T15:11:03.285Z] === RUN TestPingHead [2022-03-05T15:11:03.285Z] --- PASS: TestPingHead (0.04s) [2022-03-05T15:11:03.285Z] === RUN TestVersion [2022-03-05T15:11:03.285Z] --- PASS: TestVersion (0.04s) [2022-03-05T15:11:03.285Z] PASS [2022-03-05T15:11:03.285Z] ok github.com/docker/docker/integration/system 1.262s [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === Skipped [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:11:03.285Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T15:11:03.285Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-05T15:11:03.285Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:11:03.285Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T15:11:03.285Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T15:11:03.285Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T15:11:03.285Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T15:11:03.285Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T15:11:03.285Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:11:03.285Z] [2022-03-05T15:11:03.285Z] DONE 15 tests, 9 skipped in 3.313s [2022-03-05T15:11:03.285Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T15:11:05.513Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:11:05.513Z] INFO: Testing against a local daemon [2022-03-05T15:11:05.513Z] === RUN TestVolumesCreateAndList [2022-03-05T15:11:05.513Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-05T15:11:05.513Z] === RUN TestVolumesRemove [2022-03-05T15:11:05.513Z] --- PASS: TestVolumesRemove (0.19s) [2022-03-05T15:11:05.513Z] === RUN TestVolumesInspect [2022-03-05T15:11:05.513Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-05T15:11:05.513Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:11:05.513Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:05.513Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:05.513Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:05.513Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-05T15:11:05.513Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-05T15:11:05.513Z] PASS [2022-03-05T15:11:05.513Z] ok github.com/docker/docker/integration/volume 0.381s [2022-03-05T15:11:05.700Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T15:11:05.981Z] [2022-03-05T15:11:05.981Z] DONE 5 tests in 2.317s [2022-03-05T15:11:05.981Z] INFO: make.ps1 ended at 03/05/2022 15:11:05 [2022-03-05T15:11:05.981Z] INFO: Integration CLI tests being run from the host: [2022-03-05T15:11:05.981Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T15:11:06.294Z] Removing intermediate container b75b7350e27a [2022-03-05T15:11:06.294Z] ---> 0421a96bda34 [2022-03-05T15:11:06.294Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-05T15:11:06.294Z] ---> Running in 27fc65f906b8 [2022-03-05T15:11:06.334Z] --- PASS: TestLogsFollowTailEmpty (3.84s) [2022-03-05T15:11:06.334Z] === RUN TestNetworkNat [2022-03-05T15:11:06.334Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:11:06.334Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T15:11:06.334Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T15:11:06.784Z] [2022-03-05T15:11:06.785Z] SUCCESS: Specified value was saved. [2022-03-05T15:11:08.983Z] --- PASS: TestServiceUpdateConfigs (14.74s) [2022-03-05T15:11:08.983Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:11:09.241Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T15:11:09.743Z] Removing intermediate container 27fc65f906b8 [2022-03-05T15:11:09.743Z] ---> 3c1db6138927 [2022-03-05T15:11:09.743Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-05T15:11:09.743Z] ---> Running in 0948df581fc0 [2022-03-05T15:11:10.959Z] ok github.com/docker/docker/daemon/cluster 0.066s coverage: 0.5% of statements [2022-03-05T15:11:11.010Z] --- PASS: TestNetworkLocalhostTCPNat (4.53s) [2022-03-05T15:11:11.010Z] === RUN TestNetworkLoopbackNat [2022-03-05T15:11:11.010Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:11:11.010Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T15:11:11.010Z] === RUN TestPause [2022-03-05T15:11:11.010Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:11:11.010Z] --- SKIP: TestPause (0.00s) [2022-03-05T15:11:11.010Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T15:11:11.141Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T15:11:11.521Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-03-05T15:11:12.888Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-05T15:11:14.726Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.54s) [2022-03-05T15:11:14.726Z] === RUN TestPauseStopPausedContainer [2022-03-05T15:11:14.726Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:11:14.726Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T15:11:14.726Z] === RUN TestPsFilter [2022-03-05T15:11:14.726Z] --- PASS: TestPsFilter (0.38s) [2022-03-05T15:11:14.726Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T15:11:16.409Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T15:11:16.409Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T15:11:16.409Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T15:11:16.409Z] === RUN TestDockerSuite/TestHealth [2022-03-05T15:11:16.918Z] Cannot create a file when that file already exists. [2022-03-05T15:11:18.447Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.58s) [2022-03-05T15:11:18.447Z] === RUN TestRemoveContainerWithVolume [2022-03-05T15:11:18.483Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:11:18.483Z] INFO: Testing against a local daemon [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T15:11:18.483Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T15:11:18.483Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T15:11:18.483Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T15:11:18.951Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T15:11:19.422Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T15:11:20.977Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2022-03-05T15:11:20.977Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-05T15:11:20.977Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-05T15:11:21.234Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-05T15:11:22.163Z] --- PASS: TestRemoveContainerWithVolume (3.57s) [2022-03-05T15:11:22.163Z] === RUN TestRemoveContainerRunning [2022-03-05T15:11:22.602Z] ok github.com/docker/docker/daemon 10.172s coverage: 17.1% of statements [2022-03-05T15:11:22.602Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-05T15:11:22.602Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-05T15:11:22.602Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-05T15:11:22.602Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-05T15:11:22.602Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.546s coverage: 74.6% of statements [2022-03-05T15:11:22.800Z] Removing intermediate container 0948df581fc0 [2022-03-05T15:11:22.800Z] ---> 1d876fcb8ad5 [2022-03-05T15:11:22.800Z] Step 13/13 : CMD ["sh"] [2022-03-05T15:11:22.800Z] ---> Running in f60028adc03d [2022-03-05T15:11:22.971Z] --- PASS: TestServiceUpdateNetwork (12.99s) [2022-03-05T15:11:22.971Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:11:23.229Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-05T15:11:23.533Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.324s coverage: 56.2% of statements [2022-03-05T15:11:23.789Z] Removing intermediate container f60028adc03d [2022-03-05T15:11:23.789Z] ---> 0851a77c7728 [2022-03-05T15:11:23.789Z] Successfully built 0851a77c7728 [2022-03-05T15:11:23.789Z] Successfully tagged busybox:latest [2022-03-05T15:11:23.789Z] INFO: Docker images of the daemon under test [2022-03-05T15:11:23.789Z] [2022-03-05T15:11:23.789Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-05T15:11:23.789Z] busybox latest 0851a77c7728 Less than a second ago 5.78GB [2022-03-05T15:11:23.789Z] microsoft/windowsservercore latest c703d4d60533 4 weeks ago 5.75GB [2022-03-05T15:11:23.789Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 4 weeks ago 5.75GB [2022-03-05T15:11:23.789Z] [2022-03-05T15:11:23.789Z] INFO: Running integration tests at 03/05/2022 15:11:23... [2022-03-05T15:11:23.789Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-05T15:11:23.789Z] INFO: Integration API tests being run from the host: [2022-03-05T15:11:23.789Z] INFO: make.ps1 starting at 03/05/2022 15:11:23 [2022-03-05T15:11:24.166Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-05T15:11:24.904Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-03-05T15:11:25.059Z] --- PASS: TestRemoveContainerRunning (3.59s) [2022-03-05T15:11:25.059Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T15:11:25.362Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-05T15:11:26.065Z] check_test.go:379: [ddaffc33f7948] daemon is not started [2022-03-05T15:11:26.065Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-05T15:11:26.272Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.8% of statements [2022-03-05T15:11:27.639Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.230s coverage: 50.5% of statements [2022-03-05T15:11:27.897Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.195s coverage: 46.2% of statements [2022-03-05T15:11:27.897Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-05T15:11:28.595Z] docker_api_swarm_test.go:802: [d1bc9d82717d7] joining swarm manager [ddceda3eacc40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:11:28.774Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.59s) [2022-03-05T15:11:28.774Z] === RUN TestRemoveInvalidContainer [2022-03-05T15:11:28.774Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-05T15:11:28.774Z] === RUN TestRenameLinkedContainer [2022-03-05T15:11:28.774Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:11:28.774Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-05T15:11:28.774Z] === RUN TestRenameStoppedContainer [2022-03-05T15:11:29.268Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-05T15:11:29.524Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.677s coverage: 58.0% of statements [2022-03-05T15:11:29.524Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-05T15:11:29.524Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-05T15:11:29.554Z] docker_api_swarm_test.go:802: [de0a02792dfe4] joining swarm manager [ddceda3eacc40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:11:30.453Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2022-03-05T15:11:30.928Z] docker_api_swarm_test.go:802: [dd23b33051e40] joining swarm manager [ddceda3eacc40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T15:11:30.928Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-05T15:11:31.016Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-03-05T15:11:31.862Z] docker_api_swarm_test.go:802: [d9fc3270df17e] joining swarm manager [ddceda3eacc40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-05T15:11:31.945Z] ok github.com/docker/docker/daemon/images 0.021s coverage: 6.8% of statements [2022-03-05T15:11:31.945Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-05T15:11:31.945Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-05T15:11:32.202Z] ok github.com/docker/docker/daemon/logger 0.237s coverage: 43.0% of statements [2022-03-05T15:11:32.493Z] --- PASS: TestRenameStoppedContainer (3.58s) [2022-03-05T15:11:32.493Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T15:11:33.132Z] ok github.com/docker/docker/daemon/logger/fluentd 0.015s coverage: 33.6% of statements [2022-03-05T15:11:33.238Z] docker_api_swarm_test.go:810: [dfa8e9646df7b] joining swarm manager [ddceda3eacc40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-05T15:11:33.389Z] ok github.com/docker/docker/daemon/logger/awslogs 0.151s coverage: 79.9% of statements [2022-03-05T15:11:33.389Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-05T15:11:33.951Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-03-05T15:11:33.951Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2022-03-05T15:11:34.515Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-03-05T15:11:34.515Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2022-03-05T15:11:35.447Z] ok github.com/docker/docker/daemon/logger/local 0.036s coverage: 78.7% of statements [2022-03-05T15:11:35.447Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-05T15:11:35.704Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.037s coverage: 54.9% of statements [2022-03-05T15:11:35.765Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T15:11:35.765Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T15:11:35.765Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T15:11:35.765Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T15:11:36.026Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T15:11:36.026Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T15:11:36.266Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.047s coverage: 31.5% of statements [2022-03-05T15:11:36.593Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T15:11:36.593Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T15:11:36.593Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T15:11:36.593Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T15:11:36.852Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T15:11:37.110Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T15:11:37.218Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-03-05T15:11:37.218Z] ok github.com/docker/docker/daemon/logger/templates 0.012s coverage: 8.3% of statements [2022-03-05T15:11:37.368Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T15:11:37.368Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T15:11:37.780Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-05T15:11:37.935Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T15:11:37.935Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T15:11:38.343Z] ok github.com/docker/docker/daemon/logger/splunk 1.613s coverage: 82.5% of statements [2022-03-05T15:11:38.343Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-05T15:11:38.343Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-05T15:11:38.502Z] --- PASS: TestServiceUpdatePidsLimit (16.49s) [2022-03-05T15:11:38.502Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.85s) [2022-03-05T15:11:38.502Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-03-05T15:11:38.502Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-03-05T15:11:38.502Z] PASS [2022-03-05T15:11:38.502Z] [2022-03-05T15:11:38.502Z] === Skipped [2022-03-05T15:11:38.502Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-05T15:11:38.502Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-05T15:11:38.502Z] [2022-03-05T15:11:38.502Z] DONE 27 tests, 1 skipped in 195.448s [2022-03-05T15:11:38.502Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-05T15:11:38.502Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:38.502Z] ++ set -e [2022-03-05T15:11:38.502Z] ++ '[' -n 0 ']' [2022-03-05T15:11:38.502Z] ++ set -x [2022-03-05T15:11:38.502Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:38.761Z] INFO: Testing against a local daemon [2022-03-05T15:11:38.761Z] === RUN TestSessionCreate [2022-03-05T15:11:38.762Z] --- PASS: TestSessionCreate (0.06s) [2022-03-05T15:11:38.762Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:11:38.762Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-03-05T15:11:38.762Z] PASS [2022-03-05T15:11:38.762Z] [2022-03-05T15:11:38.762Z] DONE 2 tests in 0.225s [2022-03-05T15:11:38.762Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-05T15:11:38.762Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:38.762Z] ++ set -e [2022-03-05T15:11:38.762Z] ++ '[' -n 0 ']' [2022-03-05T15:11:38.762Z] ++ set -x [2022-03-05T15:11:38.762Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:39.021Z] INFO: Testing against a local daemon [2022-03-05T15:11:39.021Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:11:39.021Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T15:11:39.021Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:11:39.021Z] === RUN TestDiskUsage [2022-03-05T15:11:39.021Z] === PAUSE TestDiskUsage [2022-03-05T15:11:39.021Z] === RUN TestEventsExecDie [2022-03-05T15:11:39.273Z] ok github.com/docker/docker/distribution 0.113s coverage: 26.3% of statements [2022-03-05T15:11:39.280Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T15:11:39.530Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2022-03-05T15:11:39.530Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-05T15:11:39.541Z] --- PASS: TestRenameRunningContainerAndReuse (7.14s) [2022-03-05T15:11:39.541Z] === RUN TestRenameInvalidName [2022-03-05T15:11:39.847Z] --- PASS: TestEventsExecDie (0.84s) [2022-03-05T15:11:39.847Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:11:39.847Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-05T15:11:39.847Z] === RUN TestEventsVolumeCreate [2022-03-05T15:11:39.847Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-05T15:11:39.847Z] === RUN TestInfoBinaryCommits [2022-03-05T15:11:39.847Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-05T15:11:39.847Z] === RUN TestInfoAPIVersioned [2022-03-05T15:11:39.847Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-05T15:11:39.847Z] === RUN TestInfoAPI [2022-03-05T15:11:39.847Z] --- PASS: TestInfoAPI (0.03s) [2022-03-05T15:11:39.847Z] === RUN TestInfoAPIWarnings [2022-03-05T15:11:40.107Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T15:11:40.107Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T15:11:40.462Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2022-03-05T15:11:40.673Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T15:11:41.025Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-05T15:11:41.283Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-05T15:11:41.846Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-05T15:11:42.103Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-05T15:11:42.103Z] ok github.com/docker/docker/distribution/xfer 1.896s coverage: 85.9% of statements [2022-03-05T15:11:42.103Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-05T15:11:42.103Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-05T15:11:42.667Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-03-05T15:11:43.205Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T15:11:43.205Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T15:11:43.205Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T15:11:43.258Z] --- PASS: TestRenameInvalidName (3.58s) [2022-03-05T15:11:43.258Z] === RUN TestRenameAnonymousContainer [2022-03-05T15:11:43.595Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-03-05T15:11:44.157Z] ok github.com/docker/docker/opts 0.021s coverage: 67.4% of statements [2022-03-05T15:11:44.157Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-05T15:11:44.579Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T15:11:45.514Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T15:11:45.514Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T15:11:46.049Z] ok github.com/docker/docker/pkg/archive 0.313s coverage: 82.2% of statements [2022-03-05T15:11:46.307Z] ok github.com/docker/docker/pkg/authorization 0.089s coverage: 68.3% of statements [2022-03-05T15:11:46.460Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T15:11:46.564Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-05T15:11:46.564Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-05T15:11:47.839Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T15:11:48.774Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T15:11:49.341Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T15:11:49.831Z] ok github.com/docker/docker/pkg/chrootarchive 2.476s coverage: 43.5% of statements [2022-03-05T15:11:49.831Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-05T15:11:49.908Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T15:11:50.087Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-05T15:11:50.087Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-05T15:11:50.167Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T15:11:50.167Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-05T15:11:50.167Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T15:11:50.735Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T15:11:51.017Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2022-03-05T15:11:51.275Z] ok github.com/docker/docker/layer 7.342s coverage: 68.9% of statements [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-05T15:11:51.275Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-05T15:11:51.275Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 87.2% of statements [2022-03-05T15:11:51.302Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T15:11:51.532Z] ok github.com/docker/docker/pkg/fsutils 0.147s coverage: 85.1% of statements [2022-03-05T15:11:51.532Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-05T15:11:51.561Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T15:11:52.497Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T15:11:52.758Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T15:11:52.902Z] ok github.com/docker/docker/pkg/idtools 0.458s coverage: 69.5% of statements [2022-03-05T15:11:52.902Z] ok github.com/docker/docker/pkg/ioutils 0.447s coverage: 71.0% of statements [2022-03-05T15:11:53.157Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2022-03-05T15:11:53.157Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-05T15:11:53.157Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-03-05T15:11:53.157Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-05T15:11:53.157Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-05T15:11:53.330Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T15:11:53.330Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-05T15:11:53.414Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-03-05T15:11:53.414Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-03-05T15:11:53.671Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-03-05T15:11:53.671Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2022-03-05T15:11:53.927Z] ok github.com/docker/docker/pkg/pidfile 0.016s coverage: 82.4% of statements [2022-03-05T15:11:53.927Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-05T15:11:53.927Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-05T15:11:54.266Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T15:11:54.492Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.006s coverage: 56.8% of statements [2022-03-05T15:11:54.833Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T15:11:55.057Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-05T15:11:55.057Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-05T15:11:55.091Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T15:11:55.313Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-05T15:11:55.350Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T15:11:55.608Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T15:11:55.608Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-05T15:11:55.608Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T15:11:56.174Z] --- PASS: TestInfoAPIWarnings (16.31s) [2022-03-05T15:11:56.174Z] === RUN TestInfoDebug [2022-03-05T15:11:56.432Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T15:11:56.680Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-03-05T15:11:56.680Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-05T15:11:56.692Z] --- PASS: TestInfoDebug (0.53s) [2022-03-05T15:11:56.692Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:11:56.949Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-05T15:11:56.949Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-05T15:11:56.952Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T15:11:57.367Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-05T15:11:57.367Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-05T15:11:57.367Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-05T15:11:57.367Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:11:57.367Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T15:11:57.931Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-05T15:11:57.933Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-05T15:11:57.933Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:11:57.933Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-03-05T15:11:57.933Z] === RUN TestPingCacheHeaders [2022-03-05T15:11:57.933Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-05T15:11:57.933Z] === RUN TestPingGet [2022-03-05T15:11:57.933Z] --- PASS: TestPingGet (0.04s) [2022-03-05T15:11:57.933Z] === RUN TestPingHead [2022-03-05T15:11:58.029Z] --- PASS: TestRenameAnonymousContainer (13.37s) [2022-03-05T15:11:58.029Z] === RUN TestRenameContainerWithSameName [2022-03-05T15:11:58.188Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-05T15:11:58.191Z] --- PASS: TestPingHead (0.02s) [2022-03-05T15:11:58.191Z] === RUN TestVersion [2022-03-05T15:11:58.191Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T15:11:58.191Z] --- PASS: TestVersion (0.03s) [2022-03-05T15:11:58.191Z] === CONT TestDiskUsage [2022-03-05T15:11:58.191Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T15:11:58.191Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T15:11:58.191Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-05T15:11:58.191Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T15:11:58.446Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/container_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/image_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-05T15:11:58.757Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-05T15:11:58.757Z] === RUN TestDiskUsage/after_container.Run [2022-03-05T15:11:59.008Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-05T15:11:59.008Z] coverage: [no statements] [2022-03-05T15:11:59.008Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-05T15:11:59.324Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-05T15:11:59.324Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-05T15:11:59.324Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T15:11:59.570Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-05T15:11:59.570Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-05T15:11:59.570Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage (1.43s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run (0.44s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-05T15:11:59.583Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-05T15:11:59.583Z] PASS [2022-03-05T15:11:59.583Z] [2022-03-05T15:11:59.583Z] === Skipped [2022-03-05T15:11:59.583Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:11:59.583Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-05T15:11:59.583Z] [2022-03-05T15:11:59.583Z] DONE 50 tests, 1 skipped in 20.751s [2022-03-05T15:11:59.583Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-05T15:11:59.583Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:59.583Z] ++ set -e [2022-03-05T15:11:59.583Z] ++ '[' -n 0 ']' [2022-03-05T15:11:59.583Z] ++ set -x [2022-03-05T15:11:59.583Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-05T15:11:59.583Z] INFO: Testing against a local daemon [2022-03-05T15:11:59.583Z] === RUN TestVolumesCreateAndList [2022-03-05T15:11:59.583Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-05T15:11:59.583Z] === RUN TestVolumesRemove [2022-03-05T15:11:59.842Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-05T15:11:59.842Z] === RUN TestVolumesInspect [2022-03-05T15:11:59.842Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-05T15:11:59.842Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:11:59.842Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:59.842Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:59.842Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:11:59.842Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-05T15:11:59.842Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-05T15:11:59.842Z] PASS [2022-03-05T15:11:59.842Z] [2022-03-05T15:11:59.842Z] DONE 5 tests in 0.259s [2022-03-05T15:11:59.842Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T15:11:59.842Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T15:12:00.101Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T15:12:00.101Z] +++ kill 6137 [2022-03-05T15:12:00.196Z] --- PASS: TestRenameContainerWithSameName (3.68s) [2022-03-05T15:12:00.196Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T15:12:00.196Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:00.196Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:12:00.196Z] === RUN TestResize [2022-03-05T15:12:00.361Z] +++ /etc/init.d/apparmor stop [2022-03-05T15:12:00.361Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T15:12:00.361Z] [2022-03-05T15:12:00.361Z] Unloading profiles will leave already running processes permanently [2022-03-05T15:12:00.361Z] unconfined, which can lead to unexpected situations. [2022-03-05T15:12:00.361Z] [2022-03-05T15:12:00.361Z] To set a process to complain mode, use the command line tool [2022-03-05T15:12:00.361Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T15:12:00.361Z] +++ true [2022-03-05T15:12:00.361Z] exiting test-integration [2022-03-05T15:12:00.361Z] ++ exit 0 [2022-03-05T15:12:00.361Z] [2022-03-05T15:12:00.629Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T15:12:00.889Z] + for job in $(jobs -p) [2022-03-05T15:12:00.889Z] + wait 7627 [2022-03-05T15:12:01.462Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-05T15:12:01.462Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-05T15:12:02.025Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-05T15:12:02.787Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T15:12:02.787Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T15:12:02.955Z] ok github.com/docker/docker/quota 0.217s coverage: 71.4% of statements [2022-03-05T15:12:03.213Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-05T15:12:03.354Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T15:12:03.917Z] --- PASS: TestResize (3.86s) [2022-03-05T15:12:03.917Z] === RUN TestResizeWithInvalidSize [2022-03-05T15:12:03.921Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T15:12:04.146Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-03-05T15:12:04.403Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-03-05T15:12:04.659Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-05T15:12:04.856Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T15:12:04.915Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-05T15:12:05.115Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T15:12:05.171Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-05T15:12:05.680Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T15:12:06.246Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T15:12:06.505Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T15:12:07.075Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T15:12:07.333Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T15:12:07.333Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-05T15:12:07.633Z] --- PASS: TestResizeWithInvalidSize (3.66s) [2022-03-05T15:12:07.633Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T15:12:07.690Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-05T15:12:08.144Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:12:08.144Z] INFO: Testing against a local daemon [2022-03-05T15:12:08.144Z] === RUN TestBuildWithSession [2022-03-05T15:12:08.144Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:12:08.144Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-05T15:12:08.144Z] === RUN TestBuildSquashParent [2022-03-05T15:12:08.144Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:08.144Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:12:08.144Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:12:08.144Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:12:08.144Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-05T15:12:08.144Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-05T15:12:08.144Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-05T15:12:08.144Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-05T15:12:08.253Z] ok github.com/docker/docker/volume/local 0.104s coverage: 76.4% of statements [2022-03-05T15:12:08.510Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.7% of statements [2022-03-05T15:12:09.235Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T15:12:09.805Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T15:12:09.879Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-05T15:12:10.741Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T15:12:11.000Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T15:12:11.360Z] --- PASS: TestResizeWhenContainerNotStarted (3.67s) [2022-03-05T15:12:11.360Z] === RUN TestDaemonRestartKillContainers [2022-03-05T15:12:11.360Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:11.360Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:12:11.360Z] === RUN TestStats [2022-03-05T15:12:11.360Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:12:11.360Z] --- SKIP: TestStats (0.00s) [2022-03-05T15:12:11.360Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T15:12:11.933Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T15:12:13.309Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T15:12:14.687Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T15:12:14.688Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T15:12:16.072Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T15:12:16.332Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T15:12:16.900Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T15:12:18.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-05T15:12:18.595Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-05T15:12:21.659Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.82s) [2022-03-05T15:12:21.659Z] === RUN TestStopContainerWithTimeout [2022-03-05T15:12:21.659Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:12:21.659Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T15:12:21.659Z] === RUN TestUpdateRestartPolicy [2022-03-05T15:12:23.466Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T15:12:27.536Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T15:12:27.536Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T15:12:27.536Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T15:12:27.795Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-05T15:12:27.795Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T15:12:28.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-05T15:12:28.053Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T15:12:28.053Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T15:12:28.053Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T15:12:28.621Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.27s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (15.48s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.52s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (20.50s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.36s) [2022-03-05T15:12:28.950Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.27s) [2022-03-05T15:12:28.950Z] === RUN TestBuildMultiStageCopy [2022-03-05T15:12:28.950Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-05T15:12:29.188Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T15:12:30.738Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/rootless [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/volume [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-05T15:12:30.738Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === Skipped [2022-03-05T15:12:30.738Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-05T15:12:30.738Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-05T15:12:30.738Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-05T15:12:30.738Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-05T15:12:30.738Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-05T15:12:30.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T15:12:30.738Z] [2022-03-05T15:12:30.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:71: No driver to put! [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-05T15:12:30.739Z] time="2022-03-05T15:11:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-05T15:12:30.739Z] time="2022-03-05T15:11:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-05T15:12:30.739Z] time="2022-03-05T15:11:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-05T15:12:30.739Z] time="2022-03-05T15:11:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-05T15:12:30.739Z] time="2022-03-05T15:11:26Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:71: No driver to put! [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-05T15:12:30.739Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-05T15:12:30.739Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-05T15:12:30.739Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-05T15:12:30.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-05T15:12:30.739Z] graphtest_unix.go:71: No driver to put! [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-05T15:12:30.739Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-05T15:12:30.739Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-05T15:12:30.739Z] [2022-03-05T15:12:30.739Z] DONE 2318 tests, 28 skipped in 224.057s [2022-03-05T15:12:30.739Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/bitseq [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cluster [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/config [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/datastore [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/driverapi [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/etchosts [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/idm [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipam [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/iptables [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/netlabel [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/netutils [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/networkdb [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/ns [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/options [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/osl [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/portallocator [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/portmapper [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/testutils [2022-03-05T15:12:30.739Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-05T15:12:30.739Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-05T15:12:32.470Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T15:12:33.036Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T15:12:38.305Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T15:12:38.305Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T15:12:38.305Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T15:12:38.872Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T15:12:39.817Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T15:12:40.384Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T15:12:41.317Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T15:12:41.453Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-05T15:12:41.453Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-05T15:12:41.884Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T15:12:41.922Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-05T15:12:43.490Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-05T15:12:43.787Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T15:12:44.352Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T15:12:44.610Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy (15.94s) [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.63s) [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.25s) [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2022-03-05T15:12:45.057Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.61s) [2022-03-05T15:12:45.057Z] === RUN TestBuildMultiStageParentConfig [2022-03-05T15:12:48.855Z] --- PASS: TestBuildMultiStageParentConfig (3.31s) [2022-03-05T15:12:48.855Z] === RUN TestBuildLabelWithTargets [2022-03-05T15:12:48.855Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:12:48.855Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-05T15:12:48.855Z] === RUN TestBuildWithEmptyLayers [2022-03-05T15:12:49.843Z] --- PASS: TestBuildWithEmptyLayers (1.72s) [2022-03-05T15:12:49.843Z] === RUN TestBuildMultiStageOnBuild [2022-03-05T15:12:49.871Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-05T15:12:50.717Z] --- PASS: TestUpdateRestartPolicy (26.59s) [2022-03-05T15:12:50.717Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T15:12:51.245Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T15:12:51.686Z] --- PASS: TestUpdateRestartWithAutoRemove (3.63s) [2022-03-05T15:12:51.686Z] === RUN TestWaitNonBlocked [2022-03-05T15:12:51.686Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:12:51.686Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:12:51.686Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:12:51.686Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:12:51.686Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:12:51.686Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:12:53.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-05T15:12:55.677Z] docker_api_swarm_service_test.go:395: [d74fd4274aad4] joining swarm manager [d1d4e018f0921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:12:55.935Z] docker_api_swarm_service_test.go:395: [d0a969cd4c2c0] joining swarm manager [d1d4e018f0921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:12:56.361Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-05T15:12:56.361Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.69s) [2022-03-05T15:12:56.361Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.05s) [2022-03-05T15:12:56.361Z] === RUN TestWaitBlocked [2022-03-05T15:12:56.361Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:12:56.361Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T15:12:56.361Z] PASS [2022-03-05T15:12:56.820Z] ok github.com/docker/docker/integration/container 131.191s [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === Skipped [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T15:12:56.820Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T15:12:56.820Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:12:56.820Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:12:56.820Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:12:56.820Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:12:56.820Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:12:56.820Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:12:56.820Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:12:56.820Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T15:12:56.820Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-05T15:12:56.820Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T15:12:56.820Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T15:12:56.820Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:12:56.820Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T15:12:56.820Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T15:12:56.820Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:12:56.820Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:12:56.820Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T15:12:56.820Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T15:12:56.820Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T15:12:56.820Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T15:12:56.820Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T15:12:56.820Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-05T15:12:56.820Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:12:56.820Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:12:56.820Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T15:12:56.820Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T15:12:56.820Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T15:12:56.820Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:12:56.820Z] [2022-03-05T15:12:56.820Z] DONE 87 tests, 34 skipped in 134.136s [2022-03-05T15:12:56.820Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T15:12:56.870Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T15:12:57.437Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T15:12:58.389Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T15:12:58.959Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T15:12:59.528Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T15:13:00.096Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T15:13:00.663Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T15:13:00.895Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T15:13:00.895Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T15:13:00.895Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T15:13:00.895Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T15:13:00.895Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T15:13:00.895Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T15:13:00.895Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T15:13:00.895Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T15:13:00.895Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T15:13:00.895Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T15:13:00.895Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T15:13:00.895Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T15:13:00.895Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T15:13:00.895Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T15:13:00.895Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T15:13:02.038Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T15:13:02.038Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-05T15:13:03.107Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T15:13:03.107Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T15:13:03.107Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T15:13:03.107Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T15:13:03.107Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T15:13:07.673Z] --- PASS: TestBuildMultiStageOnBuild (15.73s) [2022-03-05T15:13:07.673Z] === RUN TestBuildUncleanTarFilenames [2022-03-05T15:13:07.673Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:13:07.673Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-05T15:13:07.673Z] === RUN TestBuildMultiStageLayerLeak [2022-03-05T15:13:08.594Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T15:13:09.160Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T15:13:09.411Z] ok github.com/docker/docker/libnetwork 37.232s coverage: 40.7% of statements [2022-03-05T15:13:09.417Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T15:13:09.973Z] ok github.com/docker/docker/libnetwork/bitseq 0.128s coverage: 84.4% of statements [2022-03-05T15:13:09.973Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-05T15:13:10.262Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T15:13:11.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-05T15:13:11.317Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-05T15:13:11.866Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-05T15:13:12.122Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-05T15:13:12.379Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-05T15:13:12.636Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-05T15:13:12.636Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-05T15:13:12.636Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-05T15:13:12.893Z] ok github.com/docker/docker/libnetwork/driverapi 0.008s coverage: 68.9% of statements [2022-03-05T15:13:13.215Z] docker_api_swarm_service_test.go:343: [d21ac64592a33] joining swarm manager [dc7f1e6f4fd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:13:14.151Z] docker_api_swarm_service_test.go:343: [d6befa41aa6d8] joining swarm manager [dc7f1e6f4fd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:13:15.414Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.420s coverage: 59.9% of statements [2022-03-05T15:13:15.414Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-05T15:13:15.671Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-05T15:13:16.234Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.192s coverage: 4.0% of statements [2022-03-05T15:13:16.492Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-05T15:13:16.749Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-05T15:13:17.006Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-05T15:13:17.007Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-05T15:13:18.343Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T15:13:18.343Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-05T15:13:18.343Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T15:13:19.276Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T15:13:22.579Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T15:13:23.955Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T15:13:25.494Z] --- PASS: TestBuildMultiStageLayerLeak (17.39s) [2022-03-05T15:13:25.494Z] === RUN TestBuildWithHugeFile [2022-03-05T15:13:26.483Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T15:13:26.816Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T15:13:26.816Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:13:26.816Z] === RUN TestDaemonConfigValidation [2022-03-05T15:13:26.816Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T15:13:26.816Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T15:13:26.816Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:13:26.816Z] === RUN TestDaemonProxy [2022-03-05T15:13:26.816Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:13:26.816Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T15:13:26.816Z] PASS [2022-03-05T15:13:26.816Z] ok github.com/docker/docker/integration/daemon 0.136s [2022-03-05T15:13:26.816Z] [2022-03-05T15:13:26.816Z] === Skipped [2022-03-05T15:13:26.816Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:13:26.816Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] [2022-03-05T15:13:26.816Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T15:13:26.816Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] [2022-03-05T15:13:26.816Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:13:26.816Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:13:26.816Z] [2022-03-05T15:13:26.816Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T15:13:26.816Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:13:26.816Z] [2022-03-05T15:13:26.816Z] DONE 4 tests, 4 skipped in 25.870s [2022-03-05T15:13:26.816Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T15:13:26.947Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.687s coverage: 7.2% of statements [2022-03-05T15:13:26.947Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-05T15:13:26.947Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-05T15:13:26.947Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-05T15:13:26.947Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-05T15:13:26.947Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-05T15:13:26.947Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-05T15:13:27.203Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-05T15:13:27.459Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2022-03-05T15:13:27.459Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-05T15:13:27.715Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-05T15:13:27.778Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:27.778Z] INFO: Testing against a local daemon [2022-03-05T15:13:27.778Z] === RUN TestCommitInheritsEnv [2022-03-05T15:13:27.778Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:13:27.778Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T15:13:27.778Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T15:13:27.778Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:13:27.778Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:13:27.778Z] === RUN TestImportWithCustomPlatform [2022-03-05T15:13:27.778Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:13:27.778Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T15:13:27.778Z] === RUN TestImagesFilterMultiReference [2022-03-05T15:13:27.778Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-03-05T15:13:27.778Z] === RUN TestImagePullPlatformInvalid [2022-03-05T15:13:27.778Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-05T15:13:27.778Z] === RUN TestRemoveImageOrphaning [2022-03-05T15:13:28.743Z] --- PASS: TestRemoveImageOrphaning (1.22s) [2022-03-05T15:13:28.743Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T15:13:28.743Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-05T15:13:28.743Z] === RUN TestTagInvalidReference [2022-03-05T15:13:28.743Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-05T15:13:28.743Z] === RUN TestTagValidPrefixedRepo [2022-03-05T15:13:29.010Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-05T15:13:29.201Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-05T15:13:29.201Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T15:13:29.201Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-05T15:13:29.201Z] === RUN TestTagOfficialNames [2022-03-05T15:13:29.201Z] --- PASS: TestTagOfficialNames (0.11s) [2022-03-05T15:13:29.201Z] === RUN TestTagMatchesDigest [2022-03-05T15:13:29.201Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-05T15:13:29.201Z] PASS [2022-03-05T15:13:29.201Z] ok github.com/docker/docker/integration/image 1.835s [2022-03-05T15:13:29.201Z] [2022-03-05T15:13:29.201Z] === Skipped [2022-03-05T15:13:29.201Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T15:13:29.201Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:13:29.201Z] [2022-03-05T15:13:29.201Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:13:29.201Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:13:29.201Z] [2022-03-05T15:13:29.201Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T15:13:29.201Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:13:29.201Z] [2022-03-05T15:13:29.201Z] DONE 12 tests, 3 skipped in 6.538s [2022-03-05T15:13:29.656Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T15:13:30.909Z] docker_api_swarm_service_test.go:490: [dcb9062a290d7] joining swarm manager [d4da3ca759189]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:13:31.167Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T15:13:31.734Z] docker_api_swarm_service_test.go:490: [d3e00a3a49e67] joining swarm manager [d4da3ca759189]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:13:31.835Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:31.835Z] INFO: Testing against a local daemon [2022-03-05T15:13:31.835Z] === RUN TestNetworkCreateDelete [2022-03-05T15:13:31.835Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:31.835Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T15:13:31.835Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:13:31.835Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonDNSFallback [2022-03-05T15:13:31.835Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestInspectNetwork [2022-03-05T15:13:31.835Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:31.835Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T15:13:31.835Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:31.835Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestNetworkInvalidJSON [2022-03-05T15:13:31.835Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T15:13:31.835Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T15:13:31.835Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:13:31.835Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:13:31.835Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:13:31.835Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:13:31.835Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T15:13:31.835Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:13:31.835Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T15:13:31.835Z] === RUN TestNetworkList [2022-03-05T15:13:31.835Z] === RUN TestNetworkList//networks [2022-03-05T15:13:31.835Z] === PAUSE TestNetworkList//networks [2022-03-05T15:13:31.835Z] === RUN TestNetworkList//networks/ [2022-03-05T15:13:31.835Z] === PAUSE TestNetworkList//networks/ [2022-03-05T15:13:31.835Z] === CONT TestNetworkList//networks [2022-03-05T15:13:31.835Z] === CONT TestNetworkList//networks/ [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkList (0.04s) [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T15:13:31.835Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T15:13:31.835Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T15:13:31.835Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T15:13:31.835Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T15:13:31.835Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T15:13:31.835Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T15:13:31.835Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:13:31.835Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T15:13:31.835Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:13:31.835Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:13:32.292Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T15:13:32.292Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:13:32.292Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:13:32.292Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T15:13:32.292Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:13:32.292Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T15:13:32.292Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:13:32.292Z] PASS [2022-03-05T15:13:32.292Z] ok github.com/docker/docker/integration/network 0.187s [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === Skipped [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T15:13:32.292Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:13:32.292Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T15:13:32.292Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T15:13:32.292Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:13:32.292Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:13:32.292Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:13:32.292Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:13:32.292Z] [2022-03-05T15:13:32.292Z] DONE 22 tests, 15 skipped in 2.717s [2022-03-05T15:13:32.292Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T15:13:33.110Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T15:13:33.255Z] testing: warning: no tests to run [2022-03-05T15:13:33.255Z] PASS [2022-03-05T15:13:33.255Z] ok github.com/docker/docker/integration/network/ipvlan 0.086s [2022-03-05T15:13:33.255Z] [2022-03-05T15:13:33.255Z] DONE 0 tests in 0.857s [2022-03-05T15:13:33.255Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T15:13:34.045Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T15:13:34.222Z] testing: warning: no tests to run [2022-03-05T15:13:34.222Z] PASS [2022-03-05T15:13:34.222Z] ok github.com/docker/docker/integration/network/macvlan 0.105s [2022-03-05T15:13:34.222Z] [2022-03-05T15:13:34.222Z] DONE 0 tests in 0.893s [2022-03-05T15:13:34.222Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T15:13:34.982Z] === RUN TestDockerSuite/TestPortList [2022-03-05T15:13:35.189Z] testing: warning: no tests to run [2022-03-05T15:13:35.189Z] PASS [2022-03-05T15:13:35.189Z] ok github.com/docker/docker/integration/plugin 0.085s [2022-03-05T15:13:35.189Z] [2022-03-05T15:13:35.189Z] DONE 0 tests in 0.975s [2022-03-05T15:13:35.645Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T15:13:36.607Z] testing: warning: no tests to run [2022-03-05T15:13:36.607Z] PASS [2022-03-05T15:13:36.607Z] ok github.com/docker/docker/integration/plugin/authz 0.102s [2022-03-05T15:13:36.607Z] [2022-03-05T15:13:36.607Z] DONE 0 tests in 0.826s [2022-03-05T15:13:36.607Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T15:13:39.895Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.013s coverage: 100.0% of statements [2022-03-05T15:13:41.552Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T15:13:41.814Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T15:13:42.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:42.436Z] INFO: Testing against a local daemon [2022-03-05T15:13:42.436Z] === RUN TestPluginInvalidJSON [2022-03-05T15:13:42.436Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:13:42.436Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:13:42.436Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:13:42.436Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-05T15:13:42.436Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-05T15:13:42.436Z] === RUN TestPluginInstall [2022-03-05T15:13:42.436Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T15:13:42.436Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:13:42.436Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T15:13:42.436Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:13:42.436Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] --- SKIP: TestPluginBackCompatMediaTypes (0.01s) [2022-03-05T15:13:42.436Z] PASS [2022-03-05T15:13:42.436Z] ok github.com/docker/docker/integration/plugin/common 0.150s [2022-03-05T15:13:42.436Z] [2022-03-05T15:13:42.436Z] === Skipped [2022-03-05T15:13:42.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T15:13:42.436Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] [2022-03-05T15:13:42.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T15:13:42.436Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] [2022-03-05T15:13:42.436Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.01s) [2022-03-05T15:13:42.436Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:13:42.436Z] [2022-03-05T15:13:42.436Z] DONE 5 tests, 3 skipped in 5.467s [2022-03-05T15:13:42.436Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T15:13:44.347Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-05T15:13:44.610Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:44.610Z] INFO: Testing against a local daemon [2022-03-05T15:13:44.610Z] === RUN TestExternalGraphDriver [2022-03-05T15:13:44.610Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:13:44.610Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T15:13:44.610Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:13:44.610Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:13:44.610Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-05T15:13:44.610Z] PASS [2022-03-05T15:13:44.610Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.142s [2022-03-05T15:13:45.067Z] [2022-03-05T15:13:45.067Z] === Skipped [2022-03-05T15:13:45.067Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T15:13:45.067Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:13:45.067Z] [2022-03-05T15:13:45.067Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-05T15:13:45.067Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:13:45.067Z] [2022-03-05T15:13:45.067Z] DONE 2 tests, 2 skipped in 2.840s [2022-03-05T15:13:45.067Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T15:13:47.262Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:47.262Z] INFO: Testing against a local daemon [2022-03-05T15:13:47.262Z] === RUN TestReadPluginNoRead [2022-03-05T15:13:47.262Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:13:47.262Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T15:13:47.262Z] PASS [2022-03-05T15:13:47.262Z] ok github.com/docker/docker/integration/plugin/logging 0.104s [2022-03-05T15:13:47.718Z] [2022-03-05T15:13:47.718Z] === Skipped [2022-03-05T15:13:47.718Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T15:13:47.718Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:13:47.718Z] [2022-03-05T15:13:47.718Z] DONE 1 tests, 1 skipped in 2.565s [2022-03-05T15:13:47.718Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T15:13:48.536Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T15:13:48.536Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T15:13:48.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T15:13:48.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T15:13:48.536Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T15:13:49.103Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T15:13:49.103Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T15:13:49.249Z] testing: warning: no tests to run [2022-03-05T15:13:49.249Z] PASS [2022-03-05T15:13:49.249Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.090s [2022-03-05T15:13:49.249Z] [2022-03-05T15:13:49.249Z] DONE 0 tests in 1.243s [2022-03-05T15:13:49.249Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T15:13:49.670Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T15:13:49.670Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-05T15:13:49.928Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T15:13:50.865Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T15:13:50.865Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-05T15:13:51.437Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:51.437Z] INFO: Testing against a local daemon [2022-03-05T15:13:51.437Z] === RUN TestPluginWithDevMounts [2022-03-05T15:13:51.437Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:51.437Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T15:13:51.437Z] PASS [2022-03-05T15:13:51.437Z] ok github.com/docker/docker/integration/plugin/volumes 0.110s [2022-03-05T15:13:51.437Z] [2022-03-05T15:13:51.437Z] === Skipped [2022-03-05T15:13:51.437Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T15:13:51.437Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:51.437Z] [2022-03-05T15:13:51.437Z] DONE 1 tests, 1 skipped in 2.485s [2022-03-05T15:13:51.897Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T15:13:52.067Z] ok github.com/docker/docker/libnetwork/ipam 13.708s coverage: 85.3% of statements [2022-03-05T15:13:52.067Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-05T15:13:52.067Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-05T15:13:52.245Z] docker_api_swarm_service_test.go:128: [db98c200208aa] joining swarm manager [d7f1e7c0e8e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:13:52.323Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-05T15:13:52.580Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-05T15:13:52.580Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-05T15:13:52.812Z] docker_api_swarm_service_test.go:129: [dc2080dae9e55] joining swarm manager [d7f1e7c0e8e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:13:52.836Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-05T15:13:53.070Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-05T15:13:53.399Z] ok github.com/docker/docker/libnetwork/ipamutils 0.247s coverage: 74.0% of statements [2022-03-05T15:13:53.961Z] ok github.com/docker/docker/libnetwork/iptables 0.160s coverage: 45.1% of statements [2022-03-05T15:13:53.961Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-05T15:13:54.066Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:54.066Z] INFO: Testing against a local daemon [2022-03-05T15:13:54.066Z] === RUN TestSecretInspect [2022-03-05T15:13:54.066Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-05T15:13:54.066Z] === RUN TestSecretList [2022-03-05T15:13:54.066Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T15:13:54.066Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:13:54.066Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:13:54.066Z] === RUN TestSecretsUpdate [2022-03-05T15:13:54.066Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T15:13:54.066Z] === RUN TestTemplatedSecret [2022-03-05T15:13:54.066Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-05T15:13:54.066Z] === RUN TestSecretCreateResolve [2022-03-05T15:13:54.066Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:54.066Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T15:13:54.066Z] PASS [2022-03-05T15:13:54.066Z] ok github.com/docker/docker/integration/secret 0.115s [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === Skipped [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T15:13:54.066Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:54.066Z] [2022-03-05T15:13:54.066Z] DONE 6 tests, 6 skipped in 2.238s [2022-03-05T15:13:54.066Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T15:13:54.446Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-05T15:13:54.526Z] ok github.com/docker/docker/libnetwork/netutils 0.020s coverage: 44.1% of statements [2022-03-05T15:13:54.704Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-05T15:13:54.963Z] docker_api_swarm_service_test.go:137: [da0598134b025] joining swarm manager [d7f1e7c0e8e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T15:13:54.963Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T15:13:55.899Z] docker_api_swarm_service_test.go:138: [dbc67921ef8f1] joining swarm manager [d7f1e7c0e8e30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-05T15:13:56.962Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:56.962Z] INFO: Testing against a local daemon [2022-03-05T15:13:56.962Z] === RUN TestServiceCreateInit [2022-03-05T15:13:56.962Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:13:56.962Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:13:56.962Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- PASS: TestServiceCreateInit (0.06s) [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:13:56.962Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceConflict [2022-03-05T15:13:56.962Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:13:56.962Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-05T15:13:56.962Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:13:56.962Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:13:56.962Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:13:56.962Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceSysctls [2022-03-05T15:13:56.962Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-05T15:13:56.962Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:13:56.962Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-05T15:13:56.962Z] === RUN TestInspect [2022-03-05T15:13:56.962Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestInspect (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestCreateJob [2022-03-05T15:13:56.962Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestReplicatedJob [2022-03-05T15:13:56.962Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:13:56.962Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServiceListWithStatuses [2022-03-05T15:13:56.962Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:13:56.962Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:13:56.962Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServicePlugin [2022-03-05T15:13:56.962Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServiceUpdateLabel [2022-03-05T15:13:56.962Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-05T15:13:56.962Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:13:56.962Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:13:56.962Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:13:56.962Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T15:13:56.962Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:13:56.962Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:13:56.962Z] PASS [2022-03-05T15:13:56.962Z] ok github.com/docker/docker/integration/service 0.295s [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === Skipped [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-05T15:13:56.962Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:13:56.962Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-05T15:13:56.962Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-05T15:13:56.962Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T15:13:56.962Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T15:13:56.962Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.962Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T15:13:56.962Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.962Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T15:13:56.963Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T15:13:56.963Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:13:56.963Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T15:13:56.963Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T15:13:56.963Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2022-03-05T15:13:56.963Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T15:13:56.963Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T15:13:56.963Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T15:13:56.963Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:13:56.963Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:13:56.963Z] [2022-03-05T15:13:56.963Z] DONE 24 tests, 23 skipped in 2.943s [2022-03-05T15:13:57.435Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T15:13:57.800Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T15:13:58.366Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T15:13:58.986Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:13:58.986Z] INFO: Testing against a local daemon [2022-03-05T15:13:58.986Z] === RUN TestSessionCreate [2022-03-05T15:13:58.986Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:58.986Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-05T15:13:58.986Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:13:58.986Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:58.986Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:13:58.986Z] PASS [2022-03-05T15:13:58.986Z] ok github.com/docker/docker/integration/session 0.103s [2022-03-05T15:13:59.442Z] [2022-03-05T15:13:59.442Z] === Skipped [2022-03-05T15:13:59.442Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-05T15:13:59.442Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:59.442Z] [2022-03-05T15:13:59.442Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:13:59.442Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:13:59.442Z] [2022-03-05T15:13:59.442Z] DONE 2 tests, 2 skipped in 2.065s [2022-03-05T15:13:59.442Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T15:14:00.281Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T15:14:01.613Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:14:01.613Z] INFO: Testing against a local daemon [2022-03-05T15:14:01.613Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:14:01.613Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:14:01.613Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestDiskUsage [2022-03-05T15:14:01.613Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:14:01.613Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestEventsExecDie [2022-03-05T15:14:01.613Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:14:01.613Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:14:01.613Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:14:01.613Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestEventsVolumeCreate [2022-03-05T15:14:01.613Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:14:01.613Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestInfoAPI [2022-03-05T15:14:01.613Z] --- PASS: TestInfoAPI (0.05s) [2022-03-05T15:14:01.613Z] === RUN TestInfoAPIWarnings [2022-03-05T15:14:01.613Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:14:01.613Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestInfoDebug [2022-03-05T15:14:01.613Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:01.613Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:14:01.613Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:01.613Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:14:01.613Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:01.613Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T15:14:01.613Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:14:02.575Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2022-03-05T15:14:02.575Z] === RUN TestPingCacheHeaders [2022-03-05T15:14:02.575Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-05T15:14:02.575Z] === RUN TestPingGet [2022-03-05T15:14:02.575Z] --- PASS: TestPingGet (0.04s) [2022-03-05T15:14:02.575Z] === RUN TestPingHead [2022-03-05T15:14:03.030Z] --- PASS: TestPingHead (0.04s) [2022-03-05T15:14:03.030Z] === RUN TestVersion [2022-03-05T15:14:03.030Z] --- PASS: TestVersion (0.03s) [2022-03-05T15:14:03.030Z] PASS [2022-03-05T15:14:03.030Z] ok github.com/docker/docker/integration/system 1.261s [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === Skipped [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:14:03.030Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T15:14:03.030Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-05T15:14:03.030Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:14:03.030Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T15:14:03.030Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T15:14:03.030Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T15:14:03.030Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T15:14:03.030Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T15:14:03.030Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:14:03.030Z] [2022-03-05T15:14:03.030Z] DONE 15 tests, 9 skipped in 3.491s [2022-03-05T15:14:03.030Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T15:14:03.562Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T15:14:03.562Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T15:14:05.208Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:14:05.208Z] INFO: Testing against a local daemon [2022-03-05T15:14:05.208Z] === RUN TestVolumesCreateAndList [2022-03-05T15:14:05.208Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-05T15:14:05.208Z] === RUN TestVolumesRemove [2022-03-05T15:14:05.664Z] --- PASS: TestVolumesRemove (0.17s) [2022-03-05T15:14:05.664Z] === RUN TestVolumesInspect [2022-03-05T15:14:05.664Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-05T15:14:05.664Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:14:05.664Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:14:05.664Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:14:05.664Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:14:05.664Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-05T15:14:05.664Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-05T15:14:05.664Z] PASS [2022-03-05T15:14:05.664Z] ok github.com/docker/docker/integration/volume 0.378s [2022-03-05T15:14:05.664Z] [2022-03-05T15:14:05.664Z] DONE 5 tests in 2.784s [2022-03-05T15:14:06.092Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T15:14:06.120Z] INFO: make.ps1 ended at 03/05/2022 15:14:05 [2022-03-05T15:14:06.120Z] INFO: Integration CLI tests being run from the host: [2022-03-05T15:14:06.120Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T15:14:12.646Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T15:14:13.213Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T15:14:14.593Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T15:14:15.527Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T15:14:16.093Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T15:14:17.996Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T15:14:18.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-05T15:14:18.485Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-05T15:14:18.485Z] INFO: Testing against a local daemon [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T15:14:18.485Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T15:14:18.485Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T15:14:18.485Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T15:14:18.941Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T15:14:19.396Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T15:14:19.634Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T15:14:19.852Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T15:14:20.569Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T15:14:20.569Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T15:14:20.831Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-05T15:14:21.093Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T15:14:22.991Z] docker_api_swarm_service_test.go:304: [dde95f2f66031] joining swarm manager [d9ff00cff4a90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:14:22.991Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T15:14:23.928Z] docker_api_swarm_service_test.go:304: [d0db168f7558b] joining swarm manager [d9ff00cff4a90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:14:25.303Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T15:14:25.869Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T15:14:25.869Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-05T15:14:25.869Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T15:14:26.126Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T15:14:26.384Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T15:14:26.384Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T15:14:26.950Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T15:14:27.884Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T15:14:28.820Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T15:14:29.077Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T15:14:37.190Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T15:14:37.190Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T15:14:38.125Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T15:14:38.125Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T15:14:38.125Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T15:14:38.125Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T15:14:40.654Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T15:14:40.912Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T15:14:43.456Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T15:14:43.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-05T15:14:43.972Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T15:14:43.972Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T15:14:44.230Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T15:14:46.134Z] docker_api_swarm_service_test.go:100: [d8686b485c4ef] joining swarm manager [dd9a617217c68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:14:46.701Z] docker_api_swarm_service_test.go:101: [dbb3ffba6e659] joining swarm manager [dd9a617217c68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:14:46.959Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T15:14:47.525Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T15:14:47.784Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T15:14:49.687Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T15:14:50.624Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T15:14:51.725Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T15:14:51.725Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T15:14:51.725Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T15:14:51.725Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T15:14:51.725Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T15:14:52.001Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T15:14:52.570Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T15:14:52.570Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T15:14:52.710Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T15:14:53.137Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T15:14:55.664Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T15:14:56.231Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T15:14:56.500Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T15:14:56.798Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T15:14:57.058Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T15:14:57.489Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T15:14:57.489Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T15:14:57.489Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T15:14:57.489Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T15:14:57.489Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T15:14:57.960Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T15:14:57.994Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T15:14:58.561Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T15:14:58.819Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T15:14:59.112Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T15:14:59.372Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T15:14:59.939Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T15:15:00.873Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T15:15:00.909Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T15:15:01.440Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T15:15:02.006Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T15:15:02.573Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-05T15:15:03.949Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T15:15:04.885Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-05T15:15:05.822Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-05T15:15:06.080Z] check_test.go:379: [d8686b485c4ef] daemon is not started [2022-03-05T15:15:06.338Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-05T15:15:06.904Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-05T15:15:07.472Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-05T15:15:08.038Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T15:15:08.605Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-05T15:15:09.543Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T15:15:09.800Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T15:15:10.367Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T15:15:10.625Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T15:15:10.625Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T15:15:11.561Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-05T15:15:12.127Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T15:15:12.695Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T15:15:13.262Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T15:15:13.574Z] docker_api_swarm_service_test.go:533: [d5e03f759144c] joining swarm manager [d03695d38d6ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:15:13.840Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T15:15:14.406Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T15:15:14.406Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T15:15:14.973Z] docker_api_swarm_service_test.go:534: [d8aca018324c6] joining swarm manager [d03695d38d6ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:15:14.973Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T15:15:15.540Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T15:15:15.798Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T15:15:15.833Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T15:15:16.367Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T15:15:17.305Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T15:15:17.305Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T15:15:17.877Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T15:15:18.136Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T15:15:19.072Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T15:15:19.623Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T15:15:19.639Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T15:15:20.576Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T15:15:20.837Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T15:15:20.837Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T15:15:21.192Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T15:15:21.192Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T15:15:21.192Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T15:15:21.772Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T15:15:22.705Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T15:15:23.638Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T15:15:24.139Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T15:15:24.205Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T15:15:24.772Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T15:15:25.031Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T15:15:25.600Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T15:15:26.169Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T15:15:26.351Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T15:15:26.427Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T15:15:27.803Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T15:15:29.751Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T15:15:29.751Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T15:15:30.009Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T15:15:31.382Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T15:15:32.214Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T15:15:32.214Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T15:15:32.214Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T15:15:32.214Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T15:15:32.214Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T15:15:32.759Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T15:15:34.134Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T15:15:35.507Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T15:15:35.507Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-05T15:15:35.507Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T15:15:35.507Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-05T15:15:35.507Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T15:15:36.072Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T15:15:37.006Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T15:15:37.574Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-05T15:15:38.140Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T15:15:39.516Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T15:15:39.775Z] docker_api_swarm_service_test.go:148: [db3ef9eb6a98c] joining swarm manager [d56ad30d63d12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:15:40.343Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T15:15:40.910Z] docker_api_swarm_service_test.go:148: [d4bab9071f2e8] joining swarm manager [d56ad30d63d12]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:15:41.169Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T15:15:42.106Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-05T15:15:42.106Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-05T15:15:42.106Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T15:15:42.677Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-05T15:15:43.616Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T15:15:43.616Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T15:15:44.582Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T15:15:44.845Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T15:15:45.410Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-05T15:15:45.668Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T15:15:45.907Z] time="2022-03-05T15:15:40Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-03-05T15:15:45.907Z] ok github.com/docker/docker/libnetwork/networkdb 104.567s coverage: 60.6% of statements [2022-03-05T15:15:45.907Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-05T15:15:45.907Z] ok github.com/docker/docker/libnetwork/options 0.007s coverage: 100.0% of statements [2022-03-05T15:15:45.907Z] ok github.com/docker/docker/libnetwork/osl 4.299s coverage: 39.7% of statements [2022-03-05T15:15:45.907Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-05T15:15:45.907Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-05T15:15:45.930Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T15:15:46.163Z] ok github.com/docker/docker/libnetwork/portmapper 0.214s coverage: 48.6% of statements [2022-03-05T15:15:46.188Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T15:15:46.420Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-05T15:15:46.420Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-05T15:15:46.677Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === Skipped [2022-03-05T15:15:46.677Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-05T15:15:46.677Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-05T15:15:46.677Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-05T15:15:46.677Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-05T15:15:46.677Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-05T15:15:46.677Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-05T15:15:46.677Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-05T15:15:46.677Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-05T15:15:46.677Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-05T15:15:46.677Z] firewalld_test.go:14: firewalld is not running [2022-03-05T15:15:46.677Z] [2022-03-05T15:15:46.677Z] DONE 326 tests, 9 skipped in 198.250s [2022-03-05T15:15:46.754Z] === RUN TestDockerSuite/TestRunEnvironmentErase Post stage [Pipeline] junit [2022-03-05T15:15:47.252Z] Recording test results [2022-03-05T15:15:47.323Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T15:15:47.581Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T15:15:47.635Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-05T15:15:47.974Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43300/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a423d85d9559a2d3a73637679a645dc4ebcb923 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a423d85d9559a2d3a73637679a645dc4ebcb923 hack/validate/vendor [2022-03-05T15:15:48.149Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T15:15:48.408Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T15:15:48.537Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T15:15:48.976Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T15:15:49.096Z] + echo Ensuring container killed. [2022-03-05T15:15:49.096Z] Ensuring container killed. [2022-03-05T15:15:49.096Z] + docker rm -vf docker-pr8 [2022-03-05T15:15:49.096Z] Error: No such container: docker-pr8 [Pipeline] sh [2022-03-05T15:15:49.234Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T15:15:49.234Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T15:15:49.374Z] + echo Chowning /workspace to jenkins user [2022-03-05T15:15:49.375Z] Chowning /workspace to jenkins user [2022-03-05T15:15:49.375Z] + id -u [2022-03-05T15:15:49.375Z] + id -g [2022-03-05T15:15:49.375Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T15:15:49.802Z] === RUN TestDockerSuite/TestRunGroupAdd [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T15:15:50.374Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T15:15:50.639Z] + bundleName=unit [2022-03-05T15:15:50.640Z] + echo Creating unit-bundles.tar.gz [2022-03-05T15:15:50.640Z] Creating unit-bundles.tar.gz [2022-03-05T15:15:50.640Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-03-05T15:15:50.640Z] bundles/junit-report-libnetwork.xml [2022-03-05T15:15:50.640Z] bundles/junit-report.xml [2022-03-05T15:15:50.640Z] bundles/go-test-report-libnetwork.json [2022-03-05T15:15:50.640Z] bundles/go-test-report.json [2022-03-05T15:15:50.640Z] bundles/profile-libnetwork.out [2022-03-05T15:15:50.640Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-05T15:15:50.649Z] Archiving artifacts [2022-03-05T15:15:51.104Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T15:15:51.309Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T15:15:51.408Z] + make clean [2022-03-05T15:15:51.408Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T15:15:51.408Z] docker-dev-cache [2022-03-05T15:15:51.408Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T15:15:51.568Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T15:15:51.568Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-05T15:15:51.568Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T15:15:53.470Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T15:15:54.037Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T15:16:01.044Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T15:16:01.044Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T15:16:01.044Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T15:16:01.044Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T15:16:01.044Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T15:16:01.044Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T15:16:01.044Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T15:16:01.044Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T15:16:01.044Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T15:16:01.044Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T15:16:01.044Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T15:16:01.044Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T15:16:01.044Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T15:16:01.044Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T15:16:01.044Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T15:16:01.044Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.044Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T15:16:01.500Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T15:16:01.500Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T15:16:01.500Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T15:16:01.500Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T15:16:01.500Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T15:16:06.233Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-05T15:16:06.233Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T15:16:06.492Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-05T15:16:06.492Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-05T15:16:06.750Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T15:16:06.750Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T15:16:07.007Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T15:16:07.879Z] --- PASS: TestBuildWithHugeFile (162.30s) [2022-03-05T15:16:07.879Z] === RUN TestBuildWCOWSandboxSize [2022-03-05T15:16:07.879Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:16:07.879Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:16:07.879Z] === RUN TestBuildWithEmptyDockerfile [2022-03-05T15:16:07.879Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:16:07.879Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:16:07.879Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:16:07.879Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:16:07.879Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:16:07.879Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:16:07.879Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-05T15:16:07.879Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-05T15:16:07.879Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-05T15:16:07.879Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-05T15:16:07.879Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-05T15:16:07.879Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-05T15:16:07.880Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-05T15:16:07.880Z] === RUN TestBuildPreserveOwnership [2022-03-05T15:16:07.880Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:16:07.880Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2022-03-05T15:16:07.880Z] === RUN TestBuildPlatformInvalid [2022-03-05T15:16:07.880Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-05T15:16:07.880Z] PASS [2022-03-05T15:16:07.880Z] ok github.com/docker/docker/integration/build 242.439s [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === Skipped [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-05T15:16:07.880Z] build_session_test.go:25: TODO: BuildKit [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-05T15:16:07.880Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-05T15:16:07.880Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-05T15:16:07.880Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-05T15:16:07.880Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2022-03-05T15:16:07.880Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:16:07.880Z] [2022-03-05T15:16:07.880Z] DONE 29 tests, 6 skipped in 280.949s [2022-03-05T15:16:07.880Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-05T15:16:08.870Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:16:08.870Z] INFO: Testing against a local daemon [2022-03-05T15:16:08.870Z] === RUN TestConfigInspect [2022-03-05T15:16:08.870Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-05T15:16:08.870Z] === RUN TestConfigList [2022-03-05T15:16:08.870Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] --- SKIP: TestConfigList (0.01s) [2022-03-05T15:16:08.870Z] === RUN TestConfigsCreateAndDelete [2022-03-05T15:16:08.870Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:16:08.870Z] === RUN TestConfigsUpdate [2022-03-05T15:16:08.870Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-05T15:16:08.870Z] === RUN TestTemplatedConfig [2022-03-05T15:16:08.870Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-05T15:16:08.870Z] === RUN TestConfigCreateResolve [2022-03-05T15:16:08.870Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:16:08.870Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-05T15:16:08.870Z] PASS [2022-03-05T15:16:08.870Z] ok github.com/docker/docker/integration/config 0.130s [2022-03-05T15:16:08.870Z] [2022-03-05T15:16:08.870Z] === Skipped [2022-03-05T15:16:08.870Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s) [2022-03-05T15:16:08.870Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] [2022-03-05T15:16:08.870Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.01s) [2022-03-05T15:16:08.870Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] [2022-03-05T15:16:08.870Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-05T15:16:08.870Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] [2022-03-05T15:16:08.870Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-05T15:16:08.870Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.870Z] [2022-03-05T15:16:08.871Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-05T15:16:08.871Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:08.871Z] [2022-03-05T15:16:08.871Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-03-05T15:16:08.871Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:16:08.871Z] [2022-03-05T15:16:08.871Z] DONE 6 tests, 6 skipped in 2.621s [2022-03-05T15:16:08.871Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-05T15:16:08.928Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T15:16:09.862Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T15:16:10.062Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T15:16:10.797Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T15:16:12.671Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:16:12.671Z] INFO: Testing against a local daemon [2022-03-05T15:16:12.671Z] === RUN TestCheckpoint [2022-03-05T15:16:12.671Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:16:12.671Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-05T15:16:12.671Z] === RUN TestContainerInvalidJSON [2022-03-05T15:16:12.671Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:16:12.671Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:16:12.671Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:16:12.671Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:16:12.671Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-05T15:16:12.671Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-05T15:16:12.671Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-03-05T15:16:12.671Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-05T15:16:12.671Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-05T15:16:12.671Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-05T15:16:12.671Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.33s) [2022-03-05T15:16:12.671Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-05T15:16:13.141Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-05T15:16:13.141Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-05T15:16:13.619Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.38s) [2022-03-05T15:16:13.619Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-05T15:16:13.619Z] --- PASS: TestCopyToContainerPathIsNotDir (0.27s) [2022-03-05T15:16:13.619Z] === RUN TestCopyFromContainer [2022-03-05T15:16:13.619Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:13.619Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-05T15:16:13.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-05T15:16:13.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:16:13.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:16:13.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:16:13.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:16:13.619Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:16:13.619Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:16:13.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-05T15:16:13.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-05T15:16:13.619Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-05T15:16:13.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-05T15:16:13.619Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-05T15:16:13.619Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:16:13.619Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:16:13.619Z] === RUN TestCreateWithInvalidEnv [2022-03-05T15:16:13.619Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-05T15:16:13.619Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-05T15:16:13.619Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-05T15:16:13.619Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-05T15:16:13.619Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-05T15:16:13.619Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-05T15:16:13.619Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-05T15:16:13.619Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-05T15:16:13.619Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-05T15:16:13.619Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-05T15:16:13.619Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-05T15:16:13.619Z] === RUN TestCreateTmpfsMountsTarget [2022-03-05T15:16:13.619Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:13.620Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:16:13.620Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-05T15:16:13.620Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:16:13.620Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:16:13.620Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-05T15:16:13.620Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:16:13.620Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:16:13.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:16:13.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:16:13.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:16:13.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:16:13.620Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:16:13.620Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:16:13.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-05T15:16:13.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-05T15:16:13.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-05T15:16:13.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-05T15:16:13.620Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-05T15:16:13.620Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-05T15:16:13.620Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-05T15:16:13.620Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:16:13.620Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:16:13.620Z] === RUN TestCreateDifferentPlatform [2022-03-05T15:16:13.620Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-05T15:16:13.620Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-05T15:16:14.091Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-05T15:16:14.091Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-05T15:16:14.091Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-05T15:16:14.091Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-05T15:16:14.091Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2022-03-05T15:16:14.091Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-05T15:16:14.091Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:16:14.091Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:16:14.091Z] === RUN TestContainerKillOnDaemonStart [2022-03-05T15:16:14.091Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:14.091Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:16:14.091Z] === RUN TestDiff [2022-03-05T15:16:14.091Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:16:14.091Z] --- SKIP: TestDiff (0.00s) [2022-03-05T15:16:14.091Z] === RUN TestExecWithCloseStdin [2022-03-05T15:16:14.976Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T15:16:14.976Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T15:16:14.976Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T15:16:14.976Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T15:16:14.976Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T15:16:16.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-05T15:16:16.062Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T15:16:16.628Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T15:16:16.886Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T15:16:17.111Z] --- PASS: TestExecWithCloseStdin (3.07s) [2022-03-05T15:16:17.111Z] === RUN TestExec [2022-03-05T15:16:17.822Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T15:16:17.822Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T15:16:17.822Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T15:16:19.728Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T15:16:20.071Z] --- PASS: TestExec (2.76s) [2022-03-05T15:16:20.071Z] === RUN TestExecUser [2022-03-05T15:16:20.071Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:16:20.071Z] --- SKIP: TestExecUser (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestExportContainerAndImportImage [2022-03-05T15:16:20.071Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:20.071Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-05T15:16:20.071Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:20.071Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestHealthCheckWorkdir [2022-03-05T15:16:20.071Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:16:20.071Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestHealthKillContainer [2022-03-05T15:16:20.071Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:16:20.071Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-05T15:16:20.071Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:16:20.071Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:16:20.071Z] === RUN TestKillContainerInvalidSignal [2022-03-05T15:16:20.296Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T15:16:21.668Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T15:16:21.669Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T15:16:21.669Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T15:16:22.319Z] --- PASS: TestKillContainerInvalidSignal (2.56s) [2022-03-05T15:16:22.319Z] === RUN TestKillContainer [2022-03-05T15:16:22.319Z] === RUN TestKillContainer/no_signal [2022-03-05T15:16:22.604Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T15:16:25.276Z] === RUN TestKillContainer/non_killing_signal [2022-03-05T15:16:25.276Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:16:25.276Z] === RUN TestKillContainer/killing_signal [2022-03-05T15:16:26.789Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T15:16:27.396Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T15:16:27.973Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T15:16:28.910Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T15:16:29.899Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T15:16:29.899Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T15:16:29.899Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T15:16:29.899Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T15:16:30.810Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T15:16:32.439Z] --- PASS: TestKillContainer (10.21s) [2022-03-05T15:16:32.439Z] --- PASS: TestKillContainer/no_signal (2.51s) [2022-03-05T15:16:32.439Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-03-05T15:16:32.439Z] --- PASS: TestKillContainer/killing_signal (7.62s) [2022-03-05T15:16:32.439Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-05T15:16:32.439Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:16:32.439Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestKillStoppedContainer [2022-03-05T15:16:32.439Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:16:32.439Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-05T15:16:32.439Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:16:32.439Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestKillDifferentUserContainer [2022-03-05T15:16:32.439Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:16:32.439Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestInspectOomKilledTrue [2022-03-05T15:16:32.439Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:32.439Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestInspectOomKilledFalse [2022-03-05T15:16:32.439Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:16:32.439Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-05T15:16:32.439Z] === RUN TestLogsFollowTailEmpty [2022-03-05T15:16:32.712Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T15:16:34.614Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T15:16:35.394Z] --- PASS: TestLogsFollowTailEmpty (2.56s) [2022-03-05T15:16:35.395Z] === RUN TestNetworkNat [2022-03-05T15:16:35.395Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:16:35.395Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-05T15:16:35.395Z] === RUN TestNetworkLocalhostTCPNat [2022-03-05T15:16:36.519Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T15:16:37.451Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T15:16:38.351Z] --- PASS: TestNetworkLocalhostTCPNat (3.03s) [2022-03-05T15:16:38.351Z] === RUN TestNetworkLoopbackNat [2022-03-05T15:16:38.351Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:16:38.351Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-05T15:16:38.351Z] === RUN TestPause [2022-03-05T15:16:38.351Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:16:38.351Z] --- SKIP: TestPause (0.00s) [2022-03-05T15:16:38.351Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-05T15:16:38.385Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T15:16:38.385Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T15:16:38.557Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T15:16:38.557Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T15:16:38.557Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T15:16:38.951Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T15:16:40.325Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T15:16:40.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-05T15:16:40.890Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T15:16:41.311Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.63s) [2022-03-05T15:16:41.311Z] === RUN TestPauseStopPausedContainer [2022-03-05T15:16:41.311Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:16:41.311Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-05T15:16:41.311Z] === RUN TestPsFilter [2022-03-05T15:16:41.311Z] --- PASS: TestPsFilter (0.28s) [2022-03-05T15:16:41.311Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-05T15:16:41.457Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T15:16:42.831Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T15:16:44.421Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T15:16:44.730Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T15:16:45.667Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-05T15:16:48.198Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-05T15:16:48.198Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T15:16:48.456Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T15:16:48.716Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-05T15:16:49.283Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T15:16:49.283Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T15:16:49.851Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T15:16:49.979Z] --- PASS: TestRemoveContainerWithRemovedVolume (7.68s) [2022-03-05T15:16:49.979Z] === RUN TestRemoveContainerWithVolume [2022-03-05T15:16:50.418Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T15:16:50.677Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T15:16:50.935Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-05T15:16:51.193Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T15:16:51.545Z] --- PASS: TestRemoveContainerWithVolume (2.91s) [2022-03-05T15:16:51.545Z] === RUN TestRemoveContainerRunning [2022-03-05T15:16:53.722Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-05T15:16:54.500Z] --- PASS: TestRemoveContainerRunning (2.56s) [2022-03-05T15:16:54.500Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-05T15:16:54.833Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T15:16:56.255Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-05T15:16:56.724Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.51s) [2022-03-05T15:16:56.724Z] === RUN TestRemoveInvalidContainer [2022-03-05T15:16:56.724Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-05T15:16:56.724Z] === RUN TestRenameLinkedContainer [2022-03-05T15:16:56.724Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:16:56.724Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-05T15:16:56.724Z] === RUN TestRenameStoppedContainer [2022-03-05T15:16:56.820Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-05T15:16:56.820Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-05T15:16:56.820Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T15:16:57.078Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-05T15:16:58.014Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T15:16:58.581Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-05T15:16:59.150Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T15:16:59.679Z] --- PASS: TestRenameStoppedContainer (2.87s) [2022-03-05T15:16:59.679Z] === RUN TestRenameRunningContainerAndReuse [2022-03-05T15:16:59.717Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-05T15:17:00.285Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-05T15:17:00.544Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T15:17:01.112Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T15:17:01.689Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T15:17:01.983Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T15:17:01.983Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T15:17:02.261Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T15:17:02.450Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T15:17:02.826Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-05T15:17:02.826Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T15:17:02.826Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-05T15:17:02.826Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T15:17:03.392Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T15:17:03.958Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T15:17:03.958Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-05T15:17:03.958Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T15:17:04.525Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-05T15:17:05.460Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T15:17:05.460Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-05T15:17:05.553Z] --- PASS: TestRenameRunningContainerAndReuse (5.10s) [2022-03-05T15:17:05.553Z] === RUN TestRenameInvalidName [2022-03-05T15:17:05.721Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T15:17:07.097Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-05T15:17:07.770Z] --- PASS: TestRenameInvalidName (2.57s) [2022-03-05T15:17:07.770Z] === RUN TestRenameAnonymousContainer [2022-03-05T15:17:08.032Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T15:17:08.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T15:17:08.312Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T15:17:08.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T15:17:08.312Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T15:17:08.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T15:17:09.411Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T15:17:09.978Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T15:17:14.158Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T15:17:14.158Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T15:17:14.417Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-05T15:17:15.473Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T15:17:15.473Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T15:17:15.473Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T15:17:15.791Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-05T15:17:15.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T15:17:15.941Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T15:17:15.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T15:17:15.941Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T15:17:15.941Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T15:17:16.051Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-05T15:17:18.202Z] --- PASS: TestRenameAnonymousContainer (10.93s) [2022-03-05T15:17:18.202Z] === RUN TestRenameContainerWithSameName [2022-03-05T15:17:18.582Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-05T15:17:21.133Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-05T15:17:21.133Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-05T15:17:21.163Z] --- PASS: TestRenameContainerWithSameName (2.46s) [2022-03-05T15:17:21.163Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-05T15:17:21.163Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:17:21.163Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:17:21.163Z] === RUN TestResize [2022-03-05T15:17:21.701Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-05T15:17:21.960Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-05T15:17:22.527Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-05T15:17:22.785Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-05T15:17:23.350Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-05T15:17:23.379Z] --- PASS: TestResize (2.49s) [2022-03-05T15:17:23.379Z] === RUN TestResizeWithInvalidSize [2022-03-05T15:17:23.609Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T15:17:24.176Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T15:17:24.744Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T15:17:25.596Z] --- PASS: TestResizeWithInvalidSize (2.59s) [2022-03-05T15:17:25.596Z] === RUN TestResizeWhenContainerNotStarted [2022-03-05T15:17:27.271Z] === RUN TestDockerSuite/TestRunState [2022-03-05T15:17:27.837Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T15:17:28.403Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T15:17:28.556Z] --- PASS: TestResizeWhenContainerNotStarted (2.85s) [2022-03-05T15:17:28.556Z] === RUN TestDaemonRestartKillContainers [2022-03-05T15:17:28.556Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:17:28.556Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:17:28.556Z] === RUN TestStats [2022-03-05T15:17:28.556Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:17:28.556Z] --- SKIP: TestStats (0.00s) [2022-03-05T15:17:28.556Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-05T15:17:28.969Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T15:17:28.969Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-05T15:17:28.969Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-05T15:17:28.969Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T15:17:29.536Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T15:17:29.794Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-05T15:17:31.170Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-05T15:17:31.170Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T15:17:31.170Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T15:17:31.170Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T15:17:31.736Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-05T15:17:33.638Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-05T15:17:34.205Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-05T15:17:36.107Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-05T15:17:38.030Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T15:17:38.989Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.09s) [2022-03-05T15:17:38.989Z] === RUN TestStopContainerWithTimeout [2022-03-05T15:17:38.989Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:17:38.989Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-05T15:17:38.989Z] === RUN TestUpdateRestartPolicy [2022-03-05T15:17:39.929Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-05T15:17:40.864Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T15:17:41.431Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T15:17:41.999Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T15:17:42.566Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T15:17:43.136Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-05T15:17:44.069Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T15:17:45.445Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T15:17:46.011Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T15:17:46.011Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T15:17:46.050Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T15:17:46.269Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T15:17:46.527Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T15:17:47.034Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T15:17:47.034Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T15:17:47.093Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T15:17:47.351Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-05T15:17:47.351Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-05T15:17:47.351Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T15:17:47.504Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T15:17:47.504Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:17:47.610Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T15:17:47.971Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T15:17:48.178Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T15:17:49.534Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T15:17:49.534Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T15:17:49.534Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T15:17:50.710Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T15:17:50.968Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T15:17:51.251Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T15:17:51.251Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T15:17:51.251Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T15:17:51.536Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T15:17:52.913Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T15:17:53.853Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T15:17:54.139Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T15:17:54.139Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T15:17:55.229Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T15:17:55.400Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T15:17:56.166Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-05T15:17:56.385Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T15:17:56.385Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T15:17:56.385Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T15:17:56.385Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T15:17:56.385Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T15:17:57.102Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T15:17:57.669Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T15:17:57.669Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-05T15:17:57.669Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T15:17:57.669Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-05T15:17:57.669Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T15:17:57.669Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-05T15:17:57.669Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T15:17:57.929Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-05T15:17:57.929Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-05T15:17:57.929Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-05T15:17:57.948Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T15:17:58.863Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-05T15:17:58.863Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-05T15:17:58.932Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T15:17:59.430Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-05T15:17:59.917Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T15:17:59.955Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T15:18:00.365Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-05T15:18:00.385Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T15:18:00.411Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T15:18:00.411Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T15:18:00.411Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T15:18:00.411Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T15:18:00.411Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T15:18:00.411Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T15:18:00.411Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T15:18:00.852Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T15:18:00.867Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T15:18:00.932Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-05T15:18:01.828Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T15:18:01.867Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T15:18:01.867Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-05T15:18:01.867Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-05T15:18:02.125Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-05T15:18:02.125Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-05T15:18:02.125Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-05T15:18:02.384Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-05T15:18:02.384Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-05T15:18:02.384Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-05T15:18:02.384Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-05T15:18:02.384Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-05T15:18:02.384Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-05T15:18:02.951Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-05T15:18:03.209Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-05T15:18:03.468Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-05T15:18:04.034Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T15:18:04.034Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T15:18:04.294Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-05T15:18:04.296Z] --- PASS: TestUpdateRestartPolicy (24.17s) [2022-03-05T15:18:04.296Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-05T15:18:04.296Z] --- PASS: TestUpdateRestartWithAutoRemove (2.39s) [2022-03-05T15:18:04.296Z] === RUN TestWaitNonBlocked [2022-03-05T15:18:04.296Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:18:04.296Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:18:04.296Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:18:04.296Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:18:04.296Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-05T15:18:04.296Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-05T15:18:04.553Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T15:18:04.811Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-05T15:18:05.381Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-05T15:18:05.544Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T15:18:05.640Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-05T15:18:05.899Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T15:18:05.899Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T15:18:06.467Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T15:18:07.070Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T15:18:07.070Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T15:18:07.402Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-05T15:18:07.533Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T15:18:07.533Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T15:18:07.533Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T15:18:07.533Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T15:18:07.661Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-05T15:18:08.002Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T15:18:08.095Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-05T15:18:08.095Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.31s) [2022-03-05T15:18:08.095Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.44s) [2022-03-05T15:18:08.095Z] === RUN TestWaitBlocked [2022-03-05T15:18:08.095Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:08.095Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-05T15:18:08.095Z] PASS [2022-03-05T15:18:08.095Z] ok github.com/docker/docker/integration/container 115.553s [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === Skipped [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-05T15:18:08.095Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-05T15:18:08.095Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-05T15:18:08.095Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-05T15:18:08.095Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-05T15:18:08.095Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-05T15:18:08.095Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-05T15:18:08.095Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-05T15:18:08.095Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-05T15:18:08.095Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-05T15:18:08.095Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-05T15:18:08.095Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-05T15:18:08.095Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-05T15:18:08.095Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-05T15:18:08.095Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-05T15:18:08.095Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-05T15:18:08.095Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.01s) [2022-03-05T15:18:08.095Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-05T15:18:08.095Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-05T15:18:08.095Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-05T15:18:08.095Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-05T15:18:08.095Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-05T15:18:08.095Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-05T15:18:08.095Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-05T15:18:08.095Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-05T15:18:08.095Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-05T15:18:08.095Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-05T15:18:08.095Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-05T15:18:08.095Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-05T15:18:08.095Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:08.095Z] [2022-03-05T15:18:08.095Z] DONE 87 tests, 33 skipped in 118.842s [2022-03-05T15:18:08.095Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-05T15:18:08.228Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-05T15:18:08.228Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-05T15:18:08.228Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T15:18:08.486Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T15:18:08.743Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T15:18:09.565Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T15:18:09.565Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T15:18:09.565Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T15:18:10.125Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T15:18:10.693Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-05T15:18:10.693Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T15:18:11.129Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T15:18:11.129Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T15:18:11.129Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T15:18:11.250Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T15:18:11.596Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T15:18:12.594Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T15:18:12.853Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T15:18:13.111Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T15:18:13.111Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T15:18:13.678Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-05T15:18:13.811Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T15:18:13.937Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-05T15:18:14.796Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T15:18:14.872Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-05T15:18:15.265Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T15:18:15.265Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T15:18:15.732Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T15:18:15.808Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T15:18:15.808Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T15:18:16.065Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-05T15:18:16.718Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T15:18:17.002Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T15:18:17.186Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T15:18:17.186Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T15:18:17.186Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T15:18:17.186Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T15:18:17.186Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T15:18:17.264Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T15:18:17.523Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T15:18:19.430Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2845967668 [2022-03-05T15:18:19.430Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-05T15:18:19.430Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T15:18:19.430Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T15:18:20.806Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T15:18:20.806Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T15:18:20.806Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T15:18:22.707Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T15:18:23.642Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T15:18:24.208Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T15:18:24.208Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T15:18:24.208Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T15:18:24.340Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T15:18:24.466Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T15:18:25.035Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T15:18:25.035Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T15:18:25.294Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-05T15:18:25.553Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T15:18:26.050Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T15:18:26.133Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T15:18:27.069Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T15:18:30.354Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-05T15:18:32.255Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T15:18:33.155Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T15:18:33.611Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T15:18:33.611Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T15:18:33.611Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T15:18:34.156Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T15:18:34.721Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T15:18:35.658Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T15:18:37.326Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T15:18:38.186Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T15:18:38.272Z] === RUN TestConfigDaemonLibtrustID [2022-03-05T15:18:38.272Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:18:38.272Z] === RUN TestDaemonConfigValidation [2022-03-05T15:18:38.272Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-05T15:18:38.272Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-05T15:18:38.272Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:18:38.272Z] === RUN TestDaemonProxy [2022-03-05T15:18:38.272Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:18:38.272Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-05T15:18:38.272Z] PASS [2022-03-05T15:18:38.272Z] ok github.com/docker/docker/integration/daemon 0.148s [2022-03-05T15:18:38.272Z] [2022-03-05T15:18:38.272Z] === Skipped [2022-03-05T15:18:38.272Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-05T15:18:38.272Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] [2022-03-05T15:18:38.272Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-05T15:18:38.272Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] [2022-03-05T15:18:38.272Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-05T15:18:38.272Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-05T15:18:38.272Z] [2022-03-05T15:18:38.272Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-05T15:18:38.272Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-05T15:18:38.272Z] [2022-03-05T15:18:38.272Z] DONE 4 tests, 4 skipped in 27.992s [2022-03-05T15:18:38.272Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-05T15:18:38.852Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T15:18:40.088Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T15:18:40.088Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T15:18:41.460Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T15:18:42.072Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:18:42.072Z] INFO: Testing against a local daemon [2022-03-05T15:18:42.072Z] === RUN TestCommitInheritsEnv [2022-03-05T15:18:42.072Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:18:42.072Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-05T15:18:42.072Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-05T15:18:42.072Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:18:42.072Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:18:42.072Z] === RUN TestImportWithCustomPlatform [2022-03-05T15:18:42.072Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:18:42.072Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-05T15:18:42.072Z] === RUN TestImagesFilterMultiReference [2022-03-05T15:18:42.072Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-03-05T15:18:42.072Z] === RUN TestImagePullPlatformInvalid [2022-03-05T15:18:42.072Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-05T15:18:42.072Z] === RUN TestRemoveImageOrphaning [2022-03-05T15:18:42.398Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T15:18:43.062Z] --- PASS: TestRemoveImageOrphaning (1.31s) [2022-03-05T15:18:43.063Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-05T15:18:43.063Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-03-05T15:18:43.063Z] === RUN TestTagInvalidReference [2022-03-05T15:18:43.063Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-05T15:18:43.063Z] === RUN TestTagValidPrefixedRepo [2022-03-05T15:18:43.063Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-05T15:18:43.063Z] === RUN TestTagExistedNameWithoutForce [2022-03-05T15:18:43.063Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-05T15:18:43.063Z] === RUN TestTagOfficialNames [2022-03-05T15:18:43.063Z] --- PASS: TestTagOfficialNames (0.13s) [2022-03-05T15:18:43.063Z] === RUN TestTagMatchesDigest [2022-03-05T15:18:43.532Z] --- PASS: TestTagMatchesDigest (0.05s) [2022-03-05T15:18:43.532Z] PASS [2022-03-05T15:18:43.532Z] ok github.com/docker/docker/integration/image 1.998s [2022-03-05T15:18:43.532Z] [2022-03-05T15:18:43.532Z] === Skipped [2022-03-05T15:18:43.532Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-05T15:18:43.532Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:18:43.532Z] [2022-03-05T15:18:43.532Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-05T15:18:43.532Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:18:43.532Z] [2022-03-05T15:18:43.532Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-05T15:18:43.532Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-05T15:18:43.532Z] [2022-03-05T15:18:43.532Z] DONE 12 tests, 3 skipped in 7.291s [2022-03-05T15:18:43.532Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-05T15:18:43.772Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T15:18:43.772Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T15:18:45.916Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T15:18:45.916Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T15:18:45.916Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T15:18:45.916Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T15:18:45.916Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T15:18:46.310Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-05T15:18:46.310Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T15:18:46.516Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:18:46.516Z] INFO: Testing against a local daemon [2022-03-05T15:18:46.516Z] === RUN TestNetworkCreateDelete [2022-03-05T15:18:46.516Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDockerNetworkDeletePreferID [2022-03-05T15:18:46.516Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:18:46.516Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonDNSFallback [2022-03-05T15:18:46.516Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestInspectNetwork [2022-03-05T15:18:46.516Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:46.516Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestRunContainerWithBridgeNone [2022-03-05T15:18:46.516Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestNetworkInvalidJSON [2022-03-05T15:18:46.516Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-05T15:18:46.516Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-05T15:18:46.516Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:18:46.516Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:18:46.516Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:18:46.516Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:18:46.516Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-05T15:18:46.516Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-05T15:18:46.516Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-05T15:18:46.516Z] === RUN TestNetworkList [2022-03-05T15:18:46.516Z] === RUN TestNetworkList//networks [2022-03-05T15:18:46.516Z] === PAUSE TestNetworkList//networks [2022-03-05T15:18:46.516Z] === RUN TestNetworkList//networks/ [2022-03-05T15:18:46.516Z] === PAUSE TestNetworkList//networks/ [2022-03-05T15:18:46.516Z] === CONT TestNetworkList//networks [2022-03-05T15:18:46.516Z] === CONT TestNetworkList//networks/ [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkList (0.04s) [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-05T15:18:46.516Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestHostIPv4BridgeLabel [2022-03-05T15:18:46.516Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-05T15:18:46.516Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonDefaultNetworkPools [2022-03-05T15:18:46.516Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-05T15:18:46.516Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-05T15:18:46.516Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-05T15:18:46.516Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestServiceWithPredefinedNetwork [2022-03-05T15:18:46.516Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-05T15:18:46.516Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:18:46.516Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestServiceWithDataPathPortInit [2022-03-05T15:18:46.516Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:18:46.516Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-05T15:18:46.516Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:18:46.516Z] PASS [2022-03-05T15:18:46.516Z] ok github.com/docker/docker/integration/network 0.202s [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === Skipped [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-05T15:18:46.516Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-05T15:18:46.516Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-05T15:18:46.516Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-05T15:18:46.516Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-05T15:18:46.516Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-05T15:18:46.516Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:243: FLAKY_TEST [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-05T15:18:46.516Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-05T15:18:46.516Z] [2022-03-05T15:18:46.516Z] DONE 22 tests, 15 skipped in 2.965s [2022-03-05T15:18:46.986Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-05T15:18:47.980Z] testing: warning: no tests to run [2022-03-05T15:18:47.980Z] PASS [2022-03-05T15:18:47.980Z] ok github.com/docker/docker/integration/network/ipvlan 0.116s [2022-03-05T15:18:47.980Z] [2022-03-05T15:18:47.980Z] DONE 0 tests in 0.951s [2022-03-05T15:18:47.980Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-05T15:18:48.969Z] testing: warning: no tests to run [2022-03-05T15:18:48.969Z] PASS [2022-03-05T15:18:48.969Z] ok github.com/docker/docker/integration/network/macvlan 0.103s [2022-03-05T15:18:48.969Z] [2022-03-05T15:18:48.969Z] DONE 0 tests in 0.937s [2022-03-05T15:18:48.969Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-05T15:18:49.595Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-05T15:18:49.956Z] testing: warning: no tests to run [2022-03-05T15:18:49.956Z] PASS [2022-03-05T15:18:49.956Z] ok github.com/docker/docker/integration/plugin 0.099s [2022-03-05T15:18:49.956Z] [2022-03-05T15:18:49.956Z] DONE 0 tests in 0.925s [2022-03-05T15:18:49.956Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-05T15:18:50.531Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T15:18:50.943Z] testing: warning: no tests to run [2022-03-05T15:18:50.943Z] PASS [2022-03-05T15:18:50.943Z] ok github.com/docker/docker/integration/plugin/authz 0.111s [2022-03-05T15:18:50.943Z] [2022-03-05T15:18:50.943Z] DONE 0 tests in 0.944s [2022-03-05T15:18:51.412Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-05T15:18:52.431Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-05T15:18:53.803Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T15:18:57.084Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-05T15:18:57.315Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:18:57.316Z] INFO: Testing against a local daemon [2022-03-05T15:18:57.316Z] === RUN TestPluginInvalidJSON [2022-03-05T15:18:57.316Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:18:57.316Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:18:57.316Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-05T15:18:57.316Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-05T15:18:57.316Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-05T15:18:57.316Z] === RUN TestPluginInstall [2022-03-05T15:18:57.316Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-05T15:18:57.316Z] === RUN TestPluginsWithRuntimes [2022-03-05T15:18:57.316Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-05T15:18:57.316Z] === RUN TestPluginBackCompatMediaTypes [2022-03-05T15:18:57.316Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T15:18:57.316Z] PASS [2022-03-05T15:18:57.316Z] ok github.com/docker/docker/integration/plugin/common 0.138s [2022-03-05T15:18:57.316Z] [2022-03-05T15:18:57.316Z] === Skipped [2022-03-05T15:18:57.316Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-05T15:18:57.316Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] [2022-03-05T15:18:57.316Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-05T15:18:57.316Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] [2022-03-05T15:18:57.316Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-05T15:18:57.316Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-05T15:18:57.316Z] [2022-03-05T15:18:57.316Z] DONE 5 tests, 3 skipped in 6.165s [2022-03-05T15:18:57.316Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-05T15:18:58.456Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T15:18:59.830Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-05T15:19:01.132Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:01.132Z] INFO: Testing against a local daemon [2022-03-05T15:19:01.132Z] === RUN TestExternalGraphDriver [2022-03-05T15:19:01.132Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:19:01.132Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-05T15:19:01.132Z] === RUN TestGraphdriverPluginV2 [2022-03-05T15:19:01.132Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:19:01.132Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2022-03-05T15:19:01.132Z] PASS [2022-03-05T15:19:01.132Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.161s [2022-03-05T15:19:01.132Z] [2022-03-05T15:19:01.132Z] === Skipped [2022-03-05T15:19:01.132Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-05T15:19:01.132Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-05T15:19:01.132Z] [2022-03-05T15:19:01.132Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2022-03-05T15:19:01.132Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-05T15:19:01.132Z] [2022-03-05T15:19:01.132Z] DONE 2 tests, 2 skipped in 3.153s [2022-03-05T15:19:01.132Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-05T15:19:01.205Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-05T15:19:02.579Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T15:19:03.146Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T15:19:03.381Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:03.381Z] INFO: Testing against a local daemon [2022-03-05T15:19:03.381Z] === RUN TestReadPluginNoRead [2022-03-05T15:19:03.381Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:19:03.381Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-05T15:19:03.381Z] PASS [2022-03-05T15:19:03.381Z] ok github.com/docker/docker/integration/plugin/logging 0.132s [2022-03-05T15:19:03.714Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T15:19:03.850Z] [2022-03-05T15:19:03.850Z] === Skipped [2022-03-05T15:19:03.850Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-05T15:19:03.850Z] read_test.go:21: no unix domain sockets on Windows [2022-03-05T15:19:03.850Z] [2022-03-05T15:19:03.850Z] DONE 1 tests, 1 skipped in 2.776s [2022-03-05T15:19:03.850Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-05T15:19:04.282Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T15:19:04.282Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-05T15:19:04.282Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T15:19:04.540Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T15:19:05.420Z] testing: warning: no tests to run [2022-03-05T15:19:05.420Z] PASS [2022-03-05T15:19:05.420Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.107s [2022-03-05T15:19:05.420Z] [2022-03-05T15:19:05.420Z] DONE 0 tests in 1.431s [2022-03-05T15:19:05.421Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-05T15:19:07.046Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T15:19:07.046Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T15:19:07.046Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T15:19:07.087Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T15:19:08.030Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T15:19:08.030Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T15:19:08.375Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:08.375Z] INFO: Testing against a local daemon [2022-03-05T15:19:08.375Z] === RUN TestPluginWithDevMounts [2022-03-05T15:19:08.375Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:08.375Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-05T15:19:08.375Z] PASS [2022-03-05T15:19:08.375Z] ok github.com/docker/docker/integration/plugin/volumes 0.122s [2022-03-05T15:19:08.375Z] [2022-03-05T15:19:08.375Z] === Skipped [2022-03-05T15:19:08.375Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-05T15:19:08.375Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:08.375Z] [2022-03-05T15:19:08.375Z] DONE 1 tests, 1 skipped in 2.731s [2022-03-05T15:19:08.375Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-05T15:19:08.498Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T15:19:08.498Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T15:19:08.965Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T15:19:08.965Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T15:19:08.965Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T15:19:09.432Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T15:19:09.432Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T15:19:09.432Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T15:19:10.367Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-05T15:19:10.600Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:10.600Z] INFO: Testing against a local daemon [2022-03-05T15:19:10.600Z] === RUN TestSecretInspect [2022-03-05T15:19:10.600Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-05T15:19:10.600Z] === RUN TestSecretList [2022-03-05T15:19:10.600Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] --- SKIP: TestSecretList (0.00s) [2022-03-05T15:19:10.600Z] === RUN TestSecretsCreateAndDelete [2022-03-05T15:19:10.600Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:19:10.600Z] === RUN TestSecretsUpdate [2022-03-05T15:19:10.600Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-05T15:19:10.600Z] === RUN TestTemplatedSecret [2022-03-05T15:19:10.600Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] --- SKIP: TestTemplatedSecret (0.01s) [2022-03-05T15:19:10.600Z] === RUN TestSecretCreateResolve [2022-03-05T15:19:10.600Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:10.600Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-05T15:19:10.600Z] PASS [2022-03-05T15:19:10.600Z] ok github.com/docker/docker/integration/secret 0.128s [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === Skipped [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-05T15:19:10.600Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-05T15:19:10.600Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-05T15:19:10.600Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-05T15:19:10.600Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.01s) [2022-03-05T15:19:10.600Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-05T15:19:10.600Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:10.600Z] [2022-03-05T15:19:10.600Z] DONE 6 tests, 6 skipped in 2.520s [2022-03-05T15:19:10.626Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-05T15:19:10.885Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-05T15:19:10.885Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-05T15:19:10.885Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-05T15:19:10.885Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-05T15:19:10.885Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-05T15:19:11.071Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-05T15:19:11.823Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-05T15:19:12.760Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-05T15:19:12.760Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-05T15:19:13.333Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-05T15:19:14.036Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:14.036Z] INFO: Testing against a local daemon [2022-03-05T15:19:14.036Z] === RUN TestServiceCreateInit [2022-03-05T15:19:14.036Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-05T15:19:14.036Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-05T15:19:14.036Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- PASS: TestServiceCreateInit (0.08s) [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceMultipleTimes [2022-03-05T15:19:14.036Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceConflict [2022-03-05T15:19:14.036Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceMaxReplicas [2022-03-05T15:19:14.036Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-05T15:19:14.036Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-05T15:19:14.036Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceSecretFileMode [2022-03-05T15:19:14.036Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceConfigFileMode [2022-03-05T15:19:14.036Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceSysctls [2022-03-05T15:19:14.036Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-05T15:19:14.036Z] === RUN TestCreateServiceCapabilities [2022-03-05T15:19:14.036Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-05T15:19:14.036Z] === RUN TestInspect [2022-03-05T15:19:14.036Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestInspect (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestCreateJob [2022-03-05T15:19:14.036Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestCreateJob (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestReplicatedJob [2022-03-05T15:19:14.036Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestUpdateReplicatedJob [2022-03-05T15:19:14.036Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServiceListWithStatuses [2022-03-05T15:19:14.036Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestDockerNetworkConnectAlias [2022-03-05T15:19:14.036Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestDockerNetworkReConnect [2022-03-05T15:19:14.036Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServicePlugin [2022-03-05T15:19:14.036Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.036Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServiceUpdateLabel [2022-03-05T15:19:14.036Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-05T15:19:14.036Z] === RUN TestServiceUpdateSecrets [2022-03-05T15:19:14.036Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServiceUpdateConfigs [2022-03-05T15:19:14.036Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServiceUpdateNetwork [2022-03-05T15:19:14.036Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-05T15:19:14.036Z] === RUN TestServiceUpdatePidsLimit [2022-03-05T15:19:14.036Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.036Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:19:14.036Z] PASS [2022-03-05T15:19:14.036Z] ok github.com/docker/docker/integration/service 0.344s [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === Skipped [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-05T15:19:14.506Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:19:14.506Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-05T15:19:14.506Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-05T15:19:14.506Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-05T15:19:14.506Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-05T15:19:14.506Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-05T15:19:14.506Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-05T15:19:14.506Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-05T15:19:14.506Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-05T15:19:14.506Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-05T15:19:14.506Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-05T15:19:14.506Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-05T15:19:14.506Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-05T15:19:14.506Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-05T15:19:14.506Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-05T15:19:14.506Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-05T15:19:14.506Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-05T15:19:14.506Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.01s) [2022-03-05T15:19:14.506Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-05T15:19:14.506Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-05T15:19:14.506Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-05T15:19:14.506Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-05T15:19:14.506Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-05T15:19:14.506Z] [2022-03-05T15:19:14.506Z] DONE 24 tests, 23 skipped in 3.347s [2022-03-05T15:19:14.506Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-05T15:19:14.708Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-05T15:19:16.734Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:16.734Z] INFO: Testing against a local daemon [2022-03-05T15:19:16.734Z] === RUN TestSessionCreate [2022-03-05T15:19:16.734Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:19:16.734Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-05T15:19:16.734Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-05T15:19:16.734Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:19:16.734Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:19:16.734Z] PASS [2022-03-05T15:19:16.734Z] ok github.com/docker/docker/integration/session 0.119s [2022-03-05T15:19:16.734Z] [2022-03-05T15:19:16.734Z] === Skipped [2022-03-05T15:19:16.734Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-05T15:19:16.734Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-05T15:19:16.734Z] [2022-03-05T15:19:16.734Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-05T15:19:16.734Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-05T15:19:16.734Z] [2022-03-05T15:19:16.734Z] DONE 2 tests, 2 skipped in 2.287s [2022-03-05T15:19:16.734Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-05T15:19:18.899Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-05T15:19:18.899Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-05T15:19:18.899Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-05T15:19:18.899Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-05T15:19:19.694Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:19.694Z] INFO: Testing against a local daemon [2022-03-05T15:19:19.694Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-05T15:19:19.694Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:19.694Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestDiskUsage [2022-03-05T15:19:19.694Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:19:19.694Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestEventsExecDie [2022-03-05T15:19:19.694Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:19:19.694Z] --- SKIP: TestEventsExecDie (0.01s) [2022-03-05T15:19:19.694Z] === RUN TestEventsBackwardsCompatible [2022-03-05T15:19:19.694Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:19:19.694Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestEventsVolumeCreate [2022-03-05T15:19:19.694Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:19:19.694Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestInfoAPI [2022-03-05T15:19:19.694Z] --- PASS: TestInfoAPI (0.05s) [2022-03-05T15:19:19.694Z] === RUN TestInfoAPIWarnings [2022-03-05T15:19:19.694Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:19:19.694Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestInfoDebug [2022-03-05T15:19:19.694Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:19.694Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestInfoInsecureRegistries [2022-03-05T15:19:19.694Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:19.694Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestInfoRegistryMirrors [2022-03-05T15:19:19.694Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:19.694Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-05T15:19:19.694Z] === RUN TestLoginFailsWithBadCredentials [2022-03-05T15:19:19.833Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-05T15:19:20.091Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T15:19:20.682Z] --- PASS: TestLoginFailsWithBadCredentials (1.07s) [2022-03-05T15:19:20.683Z] === RUN TestPingCacheHeaders [2022-03-05T15:19:20.683Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-05T15:19:20.683Z] === RUN TestPingGet [2022-03-05T15:19:20.683Z] --- PASS: TestPingGet (0.04s) [2022-03-05T15:19:20.683Z] === RUN TestPingHead [2022-03-05T15:19:20.683Z] --- PASS: TestPingHead (0.06s) [2022-03-05T15:19:20.683Z] === RUN TestVersion [2022-03-05T15:19:20.683Z] --- PASS: TestVersion (0.04s) [2022-03-05T15:19:20.683Z] PASS [2022-03-05T15:19:20.683Z] ok github.com/docker/docker/integration/system 1.387s [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === Skipped [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-05T15:19:20.683Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-05T15:19:20.683Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.01s) [2022-03-05T15:19:20.683Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-05T15:19:20.683Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-05T15:19:20.683Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-05T15:19:20.683Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-05T15:19:20.683Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-05T15:19:20.683Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-05T15:19:20.683Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-05T15:19:20.683Z] [2022-03-05T15:19:20.683Z] DONE 15 tests, 9 skipped in 3.912s [2022-03-05T15:19:21.151Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-05T15:19:22.620Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-05T15:19:23.398Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:23.398Z] INFO: Testing against a local daemon [2022-03-05T15:19:23.398Z] === RUN TestVolumesCreateAndList [2022-03-05T15:19:23.398Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-05T15:19:23.398Z] === RUN TestVolumesRemove [2022-03-05T15:19:23.398Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-05T15:19:23.398Z] === RUN TestVolumesInspect [2022-03-05T15:19:23.398Z] --- PASS: TestVolumesInspect (0.06s) [2022-03-05T15:19:23.398Z] === RUN TestVolumesInvalidJSON [2022-03-05T15:19:23.398Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-05T15:19:23.398Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-05T15:19:23.398Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-05T15:19:23.398Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-05T15:19:23.398Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-05T15:19:23.398Z] PASS [2022-03-05T15:19:23.398Z] ok github.com/docker/docker/integration/volume 0.365s [2022-03-05T15:19:23.867Z] [2022-03-05T15:19:23.867Z] DONE 5 tests in 2.724s [2022-03-05T15:19:23.867Z] INFO: make.ps1 ended at 03/05/2022 15:19:23 [2022-03-05T15:19:23.867Z] INFO: Integration CLI tests being run from the host: [2022-03-05T15:19:23.867Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-05T15:19:24.519Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-05T15:19:25.454Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-05T15:19:26.832Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-05T15:19:28.208Z] docker_cli_service_logs_test.go:246: checking task itp6ycgcvtpk [2022-03-05T15:19:28.208Z] docker_cli_service_logs_test.go:251: checking messages for itp6ycgcvtpk [2022-03-05T15:19:28.208Z] docker_cli_service_logs_test.go:246: checking task vg98yey3lepj [2022-03-05T15:19:28.208Z] docker_cli_service_logs_test.go:251: checking messages for vg98yey3lepj [2022-03-05T15:19:28.427Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T15:19:28.427Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T15:19:28.427Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T15:19:28.427Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T15:19:28.774Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T15:19:28.882Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T15:19:31.301Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T15:19:33.832Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-05T15:19:34.705Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T15:19:34.766Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-05T15:19:35.689Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T15:19:35.689Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T15:19:36.143Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-05T15:19:36.157Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T15:19:37.077Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-05T15:19:37.647Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-05T15:19:38.849Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-05T15:19:38.849Z] INFO: Testing against a local daemon [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-05T15:19:38.849Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-05T15:19:38.849Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-05T15:19:38.849Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-05T15:19:39.025Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-05T15:19:39.284Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-05T15:19:39.318Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-05T15:19:39.787Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-05T15:19:41.185Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-05T15:19:41.185Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-05T15:19:42.559Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-05T15:19:43.937Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-05T15:19:45.317Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T15:19:53.974Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T15:19:53.974Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T15:19:53.974Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T15:19:53.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T15:19:57.395Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T15:19:57.863Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T15:19:58.850Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T15:20:00.189Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-05T15:20:00.447Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T15:20:00.447Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T15:20:00.447Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T15:20:00.706Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-05T15:20:00.965Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T15:20:00.965Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T15:20:01.223Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T15:20:01.223Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T15:20:01.789Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T15:20:01.789Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T15:20:02.356Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T15:20:02.613Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T15:20:02.613Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T15:20:02.613Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T15:20:02.636Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T15:20:02.872Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T15:20:03.441Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-05T15:20:04.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T15:20:04.259Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T15:20:04.259Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T15:20:04.378Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T15:20:04.637Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T15:20:04.894Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T15:20:04.894Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T15:20:04.894Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-05T15:20:05.463Z] docker_cli_swarm_test.go:1895: [d94d735004733] joining swarm manager [d2980b1c1448b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:20:06.424Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T15:20:06.839Z] docker_cli_swarm_test.go:1896: [dfe5252a77b41] joining swarm manager [d2980b1c1448b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:20:09.372Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T15:20:11.022Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T15:20:11.307Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T15:20:11.955Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T15:20:11.955Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T15:20:11.955Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T15:20:14.520Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T15:20:16.422Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T15:20:16.422Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite (1285.10s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.62s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.10s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.35s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.52s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.30s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.99s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.50s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.41s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.66s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.61s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.63s) [2022-03-05T15:20:16.422Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.60s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.58s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.88s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.73s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachDetach (1.15s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.93s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.96s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.61s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.79s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.80s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.04s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.17s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.17s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.57s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.16s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.59s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.15s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.20s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.65s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.70s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.42s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.15s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.99s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.03s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.81s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.57s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.45s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.63s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.13s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.91s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.01s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.75s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.17s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.27s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (2.99s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.35s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.27s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.72s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.54s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.07s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.70s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.90s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.04s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.34s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.61s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.24s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.81s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.06s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.25s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.75s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.14s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.37s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.79s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.77s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.48s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.45s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.84s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.73s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.95s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.67s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.97s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.49s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.36s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.66s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.90s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.26s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.75s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.50s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.23s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.94s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.77s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.46s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.88s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.19s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.24s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.70s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.28s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.08s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.31s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.36s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.32s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.85s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.89s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.53s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.02s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.83s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.96s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.99s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.65s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.26s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.14s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.73s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.11s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.47s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.03s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.98s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.64s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.77s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.99s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.74s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.43s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.41s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.24s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.26s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.26s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.53s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.81s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnv (1.39s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.13s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.04s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.17s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.79s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.87s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.58s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.72s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.47s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.44s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.09s) [2022-03-05T15:20:16.423Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.50s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildExpose (0.37s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.05s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.65s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFails (0.92s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.02s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.89s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.42s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.31s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.95s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.36s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.36s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.65s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.64s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.32s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildHistory (3.62s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.69s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.60s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.93s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.66s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.42s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabels (0.46s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.07s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.46s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.75s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.18s) [2022-03-05T15:20:16.423Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.17s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.17s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.55s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.35s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.26s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.66s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.57s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.16s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.17s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.81s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.85s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.17s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.23s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.47s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.53s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.89s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.72s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.18s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.28s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.28s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.55s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.47s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.82s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.31s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.44s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.08s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.92s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.27s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (1.99s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildPATH (1.49s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.62s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.66s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.06s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.07s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.66s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRm (2.38s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.75s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.08s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.43s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.45s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.96s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.89s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.77s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.89s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.30s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.67s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildStderr (0.82s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.51s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.86s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.42s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.85s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.01s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildUser (1.36s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.21s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.79s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.71s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.26s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.61s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.09s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.44s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.86s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.01s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.91s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.90s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.97s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.33s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.41s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.54s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.57s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T15:20:16.683Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.44s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.58s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.53s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.93s) [2022-03-05T15:20:16.683Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.95s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.57s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCommitTTY (0.96s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.56s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.97s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.69s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.14s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.28s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.61s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.42s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.45s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.09s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.54s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.54s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.51s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.64s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.68s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.64s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.54s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.56s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.15s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.93s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.52s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.58s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.55s) [2022-03-05T15:20:16.684Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.45s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.75s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.92s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.64s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.99s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.83s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.95s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.26s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.36s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.35s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.57s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ce0780_} (1.34s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1708551087_/foo_false____} (1.38s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1708551087_/foo_true____} (0.51s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_false____} (1.45s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_true____} (1.58s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32830473413_/foo_true__0xc000ce07b0__} (1.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ce07c8_} (1.42s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ce07e0_} (1.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ce07f8_} (1.40s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ce0810_} (1.55s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.16s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.04s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.09s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.70s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.09s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.24s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.72s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.60s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.61s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.80s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.67s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.61s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.92s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.69s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.57s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.86s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.89s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.86s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.35s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.28s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.81s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.70s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.59s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.67s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.51s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.07s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.90s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.33s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.12s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.38s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.13s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.65s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.59s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.82s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToDot (0.54s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.32s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.96s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToStdout (0.66s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.24s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.63s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.76s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.34s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2022-03-05T15:20:16.684Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.31s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-03-05T15:20:16.684Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.81s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.66s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.94s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.48s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.87s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.94s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.49s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.05s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.68s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.11s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.70s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.60s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.16s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.66s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsAttach (0.65s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsCommit (0.77s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.52s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.70s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.06s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.66s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.37s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsCopy (0.91s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.33s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.59s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.25s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.25s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.34s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.27s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.73s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.30s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFilters (1.28s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFormat (1.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.85s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.36s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.73s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-03-05T15:20:16.684Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T15:20:16.684Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.13s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsRename (0.64s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsResize (0.60s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.44s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.92s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.75s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.92s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExec (0.55s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStart (0.97s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.48s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.52s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.48s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.50s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.96s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecCgroup (0.80s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecEnv (0.50s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecInspectID (2.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.69s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecParseError (0.62s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.56s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.47s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.36s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.51s) [2022-03-05T15:20:16.684Z] --- PASS: TestDockerSuite/TestExecStartFails (0.55s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.63s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecTTY (0.57s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.66s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecUlimits (0.80s) [2022-03-05T15:20:16.685Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.34s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.50s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.50s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestExecWithUser (0.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.71s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.75s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHealth (19.05s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.16s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.84s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportDisplay (1.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportFile (1.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.11s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportGzipped (1.17s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.66s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.48s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.46s) [2022-03-05T15:20:16.685Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.71s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectDefault (0.48s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectHistory (0.67s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-03-05T15:20:16.685Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.49s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.66s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.58s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.73s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.03s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.55s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectStatus (0.53s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.93s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.44s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.48s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.88s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.89s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.39s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.50s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.03s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.32s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.48s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.44s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.81s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.49s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsSince (6.61s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.61s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.57s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsTail (0.83s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.71s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.63s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.37s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.55s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestNetHostname (1.39s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.60s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginActive (2.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.55s) [2022-03-05T15:20:16.685Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.23s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.77s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.96s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.71s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.13s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.85s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPortList (6.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.19s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.42s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.66s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.27s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.23s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.20s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsByOrder (2.56s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.12s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.96s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.33s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.92s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.38s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.90s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.89s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.60s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.65s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.85s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.19s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.65s) [2022-03-05T15:20:16.685Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.33s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.95s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.64s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.75s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.32s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.93s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.87s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.05s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.80s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.62s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.19s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.37s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.59s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.61s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.30s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.93s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.07s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.66s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.69s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.21s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.91s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.83s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.75s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.59s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.64s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.74s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.58s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.64s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.51s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.47s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.04s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.73s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.06s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.07s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.63s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.62s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.52s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.67s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.97s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.87s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.85s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.42s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-03-05T15:20:16.685Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.10s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.31s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.08s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.54s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.49s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.13s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.94s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.48s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.69s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.05s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.81s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.64s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.62s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.55s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.40s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.65s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.91s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.95s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.88s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.88s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.89s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.77s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.89s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.86s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.57s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.46s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.75s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.50s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.86s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.07s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.20s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMount (4.29s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.62s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.13s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.47s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.37s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.78s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.77s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.58s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetHost (1.09s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.72s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.48s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.64s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.85s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.40s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.16s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.49s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.58s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.63s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.57s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.63s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.26s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.72s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.65s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.66s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.52s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.74s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.59s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.50s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.50s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.17s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.52s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.24s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRm (0.65s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.47s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.34s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.14s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.54s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.43s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunState (0.93s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.45s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.13s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunSysctls (1.27s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.48s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.90s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.63s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.52s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.29s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.76s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.55s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.65s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.59s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.54s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.35s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserByID (0.48s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserByName (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.47s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.44s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.67s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.29s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.84s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.41s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.96s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.25s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.90s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.53s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.99s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.67s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.66s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.55s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.56s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.47s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.06s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.60s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.51s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.50s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.69s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.22s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2022-03-05T15:20:16.686Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.24s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.76s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.62s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.72s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.90s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.76s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.92s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.91s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.20s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.12s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.66s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.19s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.68s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.64s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.68s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.23s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.89s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.77s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.51s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s) [2022-03-05T15:20:16.686Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.08s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.30s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.67s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.13s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.87s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.68s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.59s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) [2022-03-05T15:20:16.687Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.55s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.42s) [2022-03-05T15:20:16.687Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T15:20:16.687Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.76s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.64s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.22s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateStats (3.67s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-03-05T15:20:16.687Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.63s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.19s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.19s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.30s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.91s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.15s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.54s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.29s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.85s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.86s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.57s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.56s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.50s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.51s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.33s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.09s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.55s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.61s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.72s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.11s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.11s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.74s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.18s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.08s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.09s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.67s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.34s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.10s) [2022-03-05T15:20:16.687Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.36s) [2022-03-05T15:20:16.687Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-05T15:20:16.687Z] === RUN TestDockerRegistrySuite [2022-03-05T15:20:16.687Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T15:20:17.625Z] check_test.go:195: [d84f4eec464ba] daemon is not started [2022-03-05T15:20:17.625Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T15:20:18.623Z] check_test.go:195: [ddd3e4e43a1e3] daemon is not started [2022-03-05T15:20:18.623Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T15:20:19.191Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-05T15:20:20.127Z] check_test.go:195: [d60a65e918f01] daemon is not started [2022-03-05T15:20:20.128Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T15:20:20.128Z] check_test.go:195: [de6c609a34e41] daemon is not started [2022-03-05T15:20:20.128Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T15:20:23.415Z] check_test.go:195: [d0ea13c9a2003] daemon is not started [2022-03-05T15:20:23.415Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T15:20:23.652Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T15:20:27.601Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-05T15:20:28.538Z] check_test.go:195: [d5953edb576ae] daemon is not started [2022-03-05T15:20:28.538Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T15:20:29.913Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-05T15:20:31.818Z] check_test.go:195: [d5cccb7d6f715] daemon is not started [2022-03-05T15:20:31.818Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T15:20:32.753Z] check_test.go:195: [d4b206bca896e] daemon is not started [2022-03-05T15:20:32.753Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T15:20:33.697Z] check_test.go:195: [d853f878fc37d] daemon is not started [2022-03-05T15:20:33.697Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T15:20:34.632Z] check_test.go:195: [d3f3ee4a53157] daemon is not started [2022-03-05T15:20:34.632Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T15:20:36.003Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T15:20:36.003Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T15:20:36.003Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T15:20:36.010Z] check_test.go:195: [d74563fac1e11] daemon is not started [2022-03-05T15:20:36.010Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T15:20:36.944Z] check_test.go:195: [d6d70d039b235] daemon is not started [2022-03-05T15:20:36.944Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T15:20:37.878Z] check_test.go:195: [d43d01a1e3deb] daemon is not started [2022-03-05T15:20:37.878Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T15:20:38.814Z] check_test.go:195: [d81106c8f5b7e] daemon is not started [2022-03-05T15:20:38.814Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T15:20:39.748Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5e1c6d8aef51771e99c0c295e0284bb94afe42e519d1e6fec18dce690027415d [2022-03-05T15:20:40.315Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:93909cf6dc6195d574841cf15bd4c02711eddbc54fa50702b91bfeb287d43716 [2022-03-05T15:20:40.573Z] check_test.go:195: [d7e11e6d8ae24] daemon is not started [2022-03-05T15:20:40.573Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T15:20:41.508Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d456dc78b27f4747e1946c150b99e92277ed278ebb8271603e66b555cbb9aec8 [2022-03-05T15:20:41.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T15:20:41.778Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T15:20:41.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T15:20:41.778Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T15:20:41.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T15:20:42.076Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9099bd5a95d589be408f35980e84d66b840834c3a1827543cd68ed3543b8b1e9 [2022-03-05T15:20:42.336Z] check_test.go:195: [dc4b30174681f] daemon is not started [2022-03-05T15:20:42.336Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T15:20:43.273Z] check_test.go:195: [de380c177c7d7] daemon is not started [2022-03-05T15:20:43.273Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T15:20:45.802Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-05T15:20:45.802Z] check_test.go:195: [d68b868c31ad3] daemon is not started [2022-03-05T15:20:45.802Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T15:20:46.738Z] check_test.go:195: [d30cb9b99b6a2] daemon is not started [2022-03-05T15:20:46.738Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T15:20:46.738Z] check_test.go:195: [d535b5594219c] daemon is not started [2022-03-05T15:20:46.738Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T15:20:47.674Z] docker_cli_swarm_test.go:1796: [d1532fc5ea211] joining swarm manager [da2f0b0cbf741]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:20:47.931Z] check_test.go:195: [dbfd848b48a91] daemon is not started [2022-03-05T15:20:47.931Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T15:20:49.308Z] check_test.go:195: [d30a44e7225e0] daemon is not started [2022-03-05T15:20:49.308Z] docker_cli_swarm_test.go:1797: [d4d708f63b336] joining swarm manager [da2f0b0cbf741]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:20:49.308Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T15:20:50.287Z] check_test.go:195: [d05b78bde2416] daemon is not started [2022-03-05T15:20:50.287Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T15:20:50.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T15:20:50.312Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T15:20:50.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T15:20:50.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T15:20:50.312Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T15:20:50.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T15:20:50.312Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T15:20:50.312Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T15:20:52.826Z] check_test.go:195: [d1c2d7900a883] daemon is not started [2022-03-05T15:20:52.826Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T15:20:52.826Z] check_test.go:195: [d9d321dab05c2] daemon is not started [2022-03-05T15:20:52.826Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T15:20:53.761Z] check_test.go:195: [d00009960ad60] daemon is not started [2022-03-05T15:20:53.761Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T15:20:54.019Z] check_test.go:195: [d9e54c8acde3e] daemon is not started [2022-03-05T15:20:54.019Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T15:20:54.277Z] check_test.go:195: [d993938a93f34] daemon is not started [2022-03-05T15:20:54.277Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T15:20:54.536Z] check_test.go:195: [d6c6d1275bd4b] daemon is not started [2022-03-05T15:20:54.536Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T15:20:54.795Z] check_test.go:195: [d24e557a50543] daemon is not started [2022-03-05T15:20:54.795Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T15:20:55.363Z] check_test.go:195: [d644e550efdea] daemon is not started [2022-03-05T15:20:55.363Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T15:20:55.363Z] check_test.go:195: [d32b12e020562] daemon is not started [2022-03-05T15:20:55.363Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T15:20:56.297Z] check_test.go:195: [d308b236c93ea] daemon is not started [2022-03-05T15:20:56.297Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T15:20:57.674Z] check_test.go:195: [dbb3bf7af2aae] daemon is not started [2022-03-05T15:20:57.674Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T15:20:58.610Z] check_test.go:195: [dfeb89b9beb8b] daemon is not started [2022-03-05T15:20:58.610Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T15:20:59.546Z] check_test.go:195: [d8d1e26187d3b] daemon is not started [2022-03-05T15:20:59.546Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T15:21:00.479Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T15:21:00.737Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite (44.62s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.10s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.99s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.46s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.94s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.33s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.29s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.06s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.98s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.05s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.03s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.90s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.98s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.85s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.80s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.29s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.04s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.30s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.04s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.01s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.31s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.95s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.33s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.44s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.34s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.76s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-03-05T15:21:01.304Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-05T15:21:01.304Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T15:21:01.304Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T15:21:01.304Z] check_test.go:222: [de16042a0c699] daemon is not started [2022-03-05T15:21:01.304Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T15:21:04.587Z] check_test.go:222: [d64a9d81fe883] daemon is not started [2022-03-05T15:21:04.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T15:21:08.773Z] check_test.go:222: [d6ebd825b875d] daemon is not started [2022-03-05T15:21:08.773Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T15:21:08.773Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-05T15:21:10.045Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T15:21:10.169Z] check_test.go:222: [df692e525da9d] daemon is not started [2022-03-05T15:21:10.169Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T15:21:10.169Z] check_test.go:222: [de73cf5f1ed87] daemon is not started [2022-03-05T15:21:10.169Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T15:21:11.030Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T15:21:11.030Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T15:21:11.030Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T15:21:11.544Z] docker_cli_swarm_test.go:1315: [d4912b2fb52a4] joining swarm manager [d33ecfa9c393d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:21:11.544Z] check_test.go:222: [d63a3af4c3cc1] daemon is not started [2022-03-05T15:21:11.544Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T15:21:12.110Z] check_test.go:222: [d1ebfa558f4d3] daemon is not started [2022-03-05T15:21:12.110Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T15:21:12.676Z] docker_cli_swarm_test.go:1316: [d04eb54eba8bb] joining swarm manager [d33ecfa9c393d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:21:13.244Z] check_test.go:222: [d22aee0f246f1] daemon is not started [2022-03-05T15:21:13.244Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T15:21:15.775Z] check_test.go:222: [d63f9baf523e4] daemon is not started [2022-03-05T15:21:15.775Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T15:21:16.034Z] check_test.go:222: [d9eb048b503e4] daemon is not started [2022-03-05T15:21:16.034Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T15:21:16.293Z] check_test.go:222: [d99d22feae15a] daemon is not started [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite (15.17s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.21s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.12s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.22s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.17s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.26s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.93s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.01s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.31s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2022-03-05T15:21:16.293Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-03-05T15:21:16.293Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T15:21:16.293Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T15:21:17.228Z] check_test.go:251: [de6a38a4b4e82] daemon is not started [2022-03-05T15:21:17.228Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T15:21:17.487Z] check_test.go:251: [d0324277c1efc] daemon is not started [2022-03-05T15:21:17.487Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T15:21:17.746Z] check_test.go:251: [d707ddfb73ad3] daemon is not started [2022-03-05T15:21:17.746Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T15:21:19.124Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T15:21:19.690Z] check_test.go:251: [d1b7ab5ed020e] daemon is not started [2022-03-05T15:21:19.690Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T15:21:19.948Z] check_test.go:251: [d37cb88312171] daemon is not started [2022-03-05T15:21:19.948Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T15:21:20.217Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T15:21:20.883Z] check_test.go:251: [d1b00cc2b5005] daemon is not started [2022-03-05T15:21:20.884Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T15:21:21.141Z] check_test.go:251: [d08ba5a39d395] daemon is not started [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.72s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.27s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.85s) [2022-03-05T15:21:21.141Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-05T15:21:21.141Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T15:21:21.141Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T15:21:26.023Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T15:21:26.023Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T15:21:26.402Z] check_test.go:278: [d2e9b85f97cab] daemon is not started [2022-03-05T15:21:26.402Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T15:21:26.402Z] check_test.go:278: [d7f8db914497d] daemon is not started [2022-03-05T15:21:26.402Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T15:21:26.402Z] check_test.go:278: [d20d83b0abf42] daemon is not started [2022-03-05T15:21:26.402Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T15:21:26.661Z] check_test.go:278: [d885d942a41d3] daemon is not started [2022-03-05T15:21:26.661Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T15:21:26.920Z] check_test.go:278: [dc7863d4b2fab] daemon is not started [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-05T15:21:26.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-05T15:21:26.920Z] === RUN TestDockerNetworkSuite [2022-03-05T15:21:26.920Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-05T15:21:26.984Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T15:21:26.984Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:21:27.439Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T15:21:27.855Z] docker_cli_network_unix_test.go:46: [d492b33442c2b] daemon is not started [2022-03-05T15:21:27.855Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-05T15:21:28.432Z] docker_cli_network_unix_test.go:46: [d54aca68e00a3] daemon is not started [2022-03-05T15:21:28.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-05T15:21:29.603Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T15:21:29.603Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T15:21:29.603Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T15:21:30.963Z] docker_cli_network_unix_test.go:46: [dbe45276f702a] daemon is not started [2022-03-05T15:21:31.221Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-05T15:21:32.596Z] docker_cli_network_unix_test.go:46: [d3db469fecc22] daemon is not started [2022-03-05T15:21:32.596Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-05T15:21:32.854Z] docker_cli_network_unix_test.go:1233: [d7e90e08bec13] daemon is not started [2022-03-05T15:21:35.377Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T15:21:35.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-05T15:21:36.318Z] docker_cli_network_unix_test.go:46: [d3dfee659a9bb] daemon is not started [2022-03-05T15:21:36.576Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-05T15:21:36.907Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T15:21:36.907Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T15:21:36.907Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T15:21:36.907Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T15:21:37.363Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T15:21:38.891Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T15:21:40.420Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T15:21:40.760Z] docker_cli_network_unix_test.go:46: [d31cb2f505828] daemon is not started [2022-03-05T15:21:40.875Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T15:21:41.330Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T15:21:41.693Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-05T15:21:42.292Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T15:21:43.596Z] docker_cli_network_unix_test.go:46: [d95506260ffcd] daemon is not started [2022-03-05T15:21:43.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-05T15:21:44.789Z] docker_cli_network_unix_test.go:46: [d8d2fd46e5dca] daemon is not started [2022-03-05T15:21:44.789Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-05T15:21:45.356Z] docker_cli_network_unix_test.go:46: [d190d109105a9] daemon is not started [2022-03-05T15:21:45.356Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-05T15:21:45.614Z] docker_cli_network_unix_test.go:46: [dafd56d20d5f0] daemon is not started [2022-03-05T15:21:45.873Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-05T15:21:46.440Z] docker_cli_network_unix_test.go:46: [d0854e647a194] daemon is not started [2022-03-05T15:21:46.698Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-05T15:21:47.265Z] docker_cli_network_unix_test.go:46: [dfdf1f32bc422] daemon is not started [2022-03-05T15:21:47.530Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-05T15:21:47.530Z] docker_cli_network_unix_test.go:46: [d459729a61e12] daemon is not started [2022-03-05T15:21:47.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-05T15:21:48.064Z] docker_cli_network_unix_test.go:46: [dd1df572ee5ff] daemon is not started [2022-03-05T15:21:48.064Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-05T15:21:48.323Z] docker_cli_network_unix_test.go:46: [d911f1bd33af9] daemon is not started [2022-03-05T15:21:48.581Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-05T15:21:48.840Z] docker_cli_network_unix_test.go:46: [d9c8a89d7fbfb] daemon is not started [2022-03-05T15:21:48.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-05T15:21:48.840Z] docker_cli_network_unix_test.go:46: [d7f5193df41c2] daemon is not started [2022-03-05T15:21:48.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-05T15:21:49.101Z] docker_cli_network_unix_test.go:46: [d54df50754a15] daemon is not started [2022-03-05T15:21:49.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-05T15:21:49.343Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T15:21:50.038Z] docker_cli_network_unix_test.go:46: [d3cdbab2ce96b] daemon is not started [2022-03-05T15:21:50.038Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-05T15:21:50.296Z] docker_cli_network_unix_test.go:46: [da90d6539a0aa] daemon is not started [2022-03-05T15:21:50.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-05T15:21:50.910Z] docker_cli_network_unix_test.go:46: [d31c466be42c5] daemon is not started [2022-03-05T15:21:50.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-05T15:21:51.169Z] docker_cli_network_unix_test.go:46: [dc55559460b37] daemon is not started [2022-03-05T15:21:51.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-05T15:21:51.169Z] docker_cli_network_unix_test.go:46: [d7867cfa7029e] daemon is not started [2022-03-05T15:21:51.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-05T15:21:51.729Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-05T15:21:51.729Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-05T15:21:51.729Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-05T15:21:51.729Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-05T15:21:51.729Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-05T15:21:51.729Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-05T15:21:51.729Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-05T15:21:51.729Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-05T15:21:51.729Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-05T15:21:51.729Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T15:21:51.729Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-05T15:21:52.236Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T15:21:52.236Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T15:21:52.236Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T15:21:52.545Z] docker_cli_network_unix_test.go:968: [d4a80af575252] daemon is not started [2022-03-05T15:21:52.718Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-05T15:21:53.196Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T15:21:53.196Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T15:21:53.196Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T15:21:53.480Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-05T15:21:54.157Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T15:21:54.857Z] docker_cli_network_unix_test.go:46: [debbb361a178f] daemon is not started [2022-03-05T15:21:54.857Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-05T15:21:55.679Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-05T15:21:55.679Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T15:21:55.679Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-05T15:21:55.679Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T15:21:55.679Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-05T15:21:55.679Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T15:21:55.679Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-05T15:21:55.679Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T15:21:55.679Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-05T15:21:57.045Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T15:21:57.393Z] docker_cli_network_unix_test.go:1116: [df6118cb3a4f0] daemon is not started [2022-03-05T15:21:58.574Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T15:21:59.029Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T15:21:59.029Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T15:21:59.029Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T15:21:59.474Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-05T15:21:59.474Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T15:21:59.474Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-05T15:21:59.474Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T15:21:59.474Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-05T15:21:59.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-05T15:21:59.992Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T15:22:00.185Z] docker_cli_network_unix_test.go:46: [d61f08e56c90c] daemon is not started [2022-03-05T15:22:00.185Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-05T15:22:00.952Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T15:22:00.952Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T15:22:00.952Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T15:22:00.952Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T15:22:00.952Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T15:22:01.120Z] docker_cli_network_unix_test.go:46: [d674364da5f6d] daemon is not started [2022-03-05T15:22:01.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-05T15:22:01.120Z] docker_cli_network_unix_test.go:46: [d8237fe83f2b8] daemon is not started [2022-03-05T15:22:01.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-05T15:22:01.120Z] docker_cli_network_unix_test.go:46: [d4f37a74a8e47] daemon is not started [2022-03-05T15:22:01.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-05T15:22:01.377Z] docker_cli_network_unix_test.go:46: [d7658bca3a025] daemon is not started [2022-03-05T15:22:01.377Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-05T15:22:01.377Z] docker_cli_network_unix_test.go:46: [d98f9d44ab48c] daemon is not started [2022-03-05T15:22:01.377Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-05T15:22:01.377Z] docker_cli_network_unix_test.go:46: [dbcc8cf86ad96] daemon is not started [2022-03-05T15:22:01.377Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-05T15:22:03.280Z] docker_cli_network_unix_test.go:46: [d5f0526edfe55] daemon is not started [2022-03-05T15:22:03.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-05T15:22:03.848Z] docker_cli_network_unix_test.go:46: [d8ca6609cf91a] daemon is not started [2022-03-05T15:22:03.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-05T15:22:03.848Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-05T15:22:03.848Z] docker_cli_network_unix_test.go:46: [d3b9a192130a1] daemon is not started [2022-03-05T15:22:03.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-05T15:22:04.414Z] docker_cli_network_unix_test.go:46: [d84246e7d3692] daemon is not started [2022-03-05T15:22:04.673Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-05T15:22:07.956Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-05T15:22:07.991Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T15:22:08.152Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-05T15:22:09.334Z] docker_cli_network_unix_test.go:1084: [d066db6c3bebf] daemon is not started [2022-03-05T15:22:11.233Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-05T15:22:11.233Z] docker_cli_network_unix_test.go:46: [d27cd8a30063a] daemon is not started [2022-03-05T15:22:11.233Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-05T15:22:11.492Z] docker_cli_network_unix_test.go:46: [dc288fde20e42] daemon is not started [2022-03-05T15:22:11.734Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T15:22:11.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-05T15:22:13.127Z] docker_cli_network_unix_test.go:46: [d3b28f4a07091] daemon is not started [2022-03-05T15:22:13.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-05T15:22:13.386Z] docker_cli_network_unix_test.go:46: [d4903a8f5f710] daemon is not started [2022-03-05T15:22:13.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-05T15:22:13.645Z] docker_cli_network_unix_test.go:46: [d5847e1d01081] daemon is not started [2022-03-05T15:22:13.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-05T15:22:13.946Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T15:22:14.413Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T15:22:14.472Z] docker_cli_network_unix_test.go:46: [d0bbd6896a7cd] daemon is not started [2022-03-05T15:22:14.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-05T15:22:15.039Z] docker_cli_network_unix_test.go:46: [d53410668cc32] daemon is not started [2022-03-05T15:22:15.298Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-05T15:22:21.884Z] docker_cli_network_unix_test.go:46: [d7fabf47b6da0] daemon is not started [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite (54.29s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.02s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.72s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.44s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.44s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.04s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.19s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.09s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.04s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.09s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.12s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.23s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-05T15:22:21.884Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.32s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.97s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.54s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2022-03-05T15:22:21.884Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.69s) [2022-03-05T15:22:21.884Z] === RUN TestDockerHubPullSuite [2022-03-05T15:22:21.884Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-05T15:22:22.819Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-05T15:22:25.346Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-05T15:22:25.604Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-05T15:22:26.976Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-05T15:22:26.976Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite (6.02s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.62s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.64s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.31s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-03-05T15:22:27.238Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-05T15:22:27.238Z] PASS [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === Skipped [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-05T15:22:27.238Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T15:22:27.238Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-05T15:22:27.238Z] docker_cli_network_unix_test.go:46: [d3b9a192130a1] daemon is not started [2022-03-05T15:22:27.238Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] DONE 1265 tests, 51 skipped in 1420.931s [2022-03-05T15:22:27.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T15:22:27.238Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T15:22:27.238Z] +++ kill 8370 [2022-03-05T15:22:27.238Z] +++ /etc/init.d/apparmor stop [2022-03-05T15:22:27.238Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] Unloading profiles will leave already running processes permanently [2022-03-05T15:22:27.238Z] unconfined, which can lead to unexpected situations. [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.238Z] To set a process to complain mode, use the command line tool [2022-03-05T15:22:27.238Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T15:22:27.238Z] +++ true [2022-03-05T15:22:27.238Z] exiting test-integration [2022-03-05T15:22:27.238Z] ++ exit 0 [2022-03-05T15:22:27.238Z] [2022-03-05T15:22:27.497Z] + for job in $(jobs -p) [2022-03-05T15:22:27.497Z] + wait 7628 [2022-03-05T15:22:35.648Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T15:22:48.144Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T15:22:58.603Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T15:22:58.603Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T15:22:58.603Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T15:22:59.562Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T15:22:59.562Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T15:23:00.522Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T15:23:00.522Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T15:23:00.522Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T15:23:00.522Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T15:23:00.636Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T15:23:00.977Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T15:23:01.432Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T15:23:01.432Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T15:23:01.432Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T15:23:23.705Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-05T15:23:25.617Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-05T15:23:30.741Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T15:23:31.321Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T15:23:32.174Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-05T15:23:32.281Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T15:23:32.281Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T15:23:32.739Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T15:23:37.565Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-05T15:23:39.464Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-05T15:23:43.247Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T15:23:43.649Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-05T15:23:45.549Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-05T15:23:48.830Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-05T15:23:48.830Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-05T15:23:48.830Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-05T15:23:53.669Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T15:23:54.096Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-05T15:23:54.355Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-05T15:23:55.296Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-05T15:23:57.207Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-05T15:23:57.973Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T15:23:57.973Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T15:23:58.933Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T15:24:03.637Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T15:24:07.351Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T15:24:12.015Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T15:24:35.316Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-05T15:24:35.316Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T15:24:35.316Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-05T15:24:35.316Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-05T15:24:35.316Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-05T15:24:38.274Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-05T15:24:39.263Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-05T15:24:39.263Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T15:24:39.263Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-05T15:24:39.263Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T15:24:39.263Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-05T15:24:39.263Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T15:24:39.263Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-05T15:24:39.733Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-05T15:24:40.722Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-05T15:24:45.499Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-05T15:24:47.067Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-05T15:24:47.067Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T15:24:47.067Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-05T15:24:47.067Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T15:24:47.067Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-05T15:24:47.067Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-05T15:24:50.865Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-05T15:24:53.415Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-05T15:24:53.415Z] docker_cli_swarm_test.go:1180: [dac14da7df262] joining swarm manager [debb5636d0584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:24:59.971Z] docker_cli_swarm_test.go:1189: [dab5bbd4078c9] joining swarm manager [debb5636d0584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:25:05.805Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-05T15:25:10.577Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-05T15:25:12.144Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-05T15:25:12.144Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T15:25:12.144Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-05T15:25:15.956Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-05T15:25:17.525Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T15:25:19.946Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T15:25:19.946Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T15:25:19.946Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T15:25:19.946Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T15:25:23.398Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-05T15:25:23.398Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T15:25:23.398Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-05T15:25:23.398Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T15:25:23.868Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-05T15:25:23.868Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T15:25:23.868Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-05T15:25:23.868Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T15:25:23.868Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-05T15:25:24.030Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T15:25:24.030Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T15:25:24.030Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T15:25:24.030Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T15:25:24.337Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-05T15:25:25.810Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T15:25:28.757Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T15:25:34.622Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T15:25:34.622Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T15:25:34.622Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T15:25:34.622Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T15:25:34.622Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T15:25:34.622Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T15:25:38.407Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T15:25:38.407Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:25:38.407Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T15:25:38.407Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:25:38.407Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T15:25:38.407Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:25:38.407Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T15:25:39.391Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T15:25:45.277Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T15:25:46.633Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-05T15:25:53.187Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-05T15:25:57.374Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-05T15:25:58.747Z] docker_cli_swarm_test.go:1112: [de78e840cda20] joining swarm manager [d9201b5df226c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:26:00.123Z] docker_cli_swarm_test.go:1113: [d5b43f07e02b8] joining swarm manager [d9201b5df226c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T15:26:03.088Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T15:26:03.088Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T15:26:03.088Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T15:26:03.088Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T15:26:03.088Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T15:26:03.088Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T15:26:04.073Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T15:26:04.073Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T15:26:11.226Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T15:26:17.095Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T15:26:25.004Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-05T15:26:25.004Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T15:26:25.004Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-05T15:26:25.004Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T15:26:25.004Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-05T15:26:25.757Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T15:26:31.623Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T15:26:32.609Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T15:26:36.054Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T15:26:36.054Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T15:26:36.054Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T15:26:38.473Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T15:26:38.473Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T15:26:38.945Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T15:26:39.413Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T15:26:40.398Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T15:26:40.398Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T15:26:40.398Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T15:26:50.822Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T15:26:50.822Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:26:50.822Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T15:26:55.125Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-05T15:26:55.125Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T15:26:55.125Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-05T15:26:56.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-05T15:27:01.141Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T15:27:03.316Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T15:27:03.784Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T15:27:04.803Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-05T15:27:04.803Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T15:27:05.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-05T15:27:06.036Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T15:27:06.036Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T15:27:06.036Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T15:27:07.026Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T15:27:07.026Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T15:27:11.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-05T15:27:11.782Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T15:27:12.767Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T15:27:13.755Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T15:27:14.742Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T15:27:15.211Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T15:27:15.913Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T15:27:16.776Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T15:27:18.339Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T15:27:21.541Z] docker_cli_swarm_test.go:1166: [dd07becabea7a] joining swarm manager [d9201b5df226c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-05T15:27:24.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-05T15:27:24.209Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T15:27:24.209Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T15:27:24.677Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T15:27:24.677Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T15:27:24.677Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T15:27:24.677Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T15:27:24.677Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T15:27:24.677Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T15:27:25.145Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T15:27:25.614Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T15:27:26.081Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T15:27:28.268Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T15:27:31.951Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T15:27:32.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-05T15:27:32.852Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T15:27:33.321Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-05T15:27:45.823Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-05T15:27:45.823Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T15:27:45.823Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-05T15:27:45.823Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T15:27:45.823Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-05T15:27:49.768Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T15:27:49.768Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T15:27:49.768Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T15:27:51.982Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T15:27:52.990Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-05T15:27:52.990Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T15:27:52.990Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-05T15:27:53.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-05T15:27:53.460Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T15:27:53.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-05T15:27:53.460Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T15:27:53.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-05T15:28:00.247Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-05T15:28:00.247Z] docker_cli_swarm_test.go:1447: [d6ecfdf5a425f] joining swarm manager [d984ce24a5df4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:28:00.247Z] docker_cli_swarm_test.go:1448: [d43d6973e1596] joining swarm manager [d984ce24a5df4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-05T15:28:03.903Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T15:28:12.599Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-05T15:28:12.599Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-05T15:28:12.599Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-05T15:28:12.599Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-05T15:28:12.599Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-05T15:28:12.858Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-05T15:28:15.386Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-05T15:28:18.675Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-05T15:28:18.681Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T15:28:20.576Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-05T15:28:22.478Z] docker_cli_swarm_unix_test.go:63: [db74c24992edf] joining swarm manager [d417ae5b57dd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:28:31.035Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T15:28:34.685Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T15:28:44.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-05T15:28:45.105Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T15:28:45.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-05T15:28:45.940Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T15:28:46.410Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-05T15:28:46.410Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:28:46.879Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-05T15:28:49.101Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-05T15:28:49.101Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T15:28:49.101Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-05T15:28:50.970Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T15:28:54.976Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-05T15:28:55.968Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-05T15:28:55.968Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T15:28:55.968Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-05T15:28:55.968Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T15:28:55.968Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-05T15:28:58.194Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-05T15:28:59.647Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T15:28:59.764Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-05T15:29:00.233Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-05T15:29:01.223Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-05T15:29:01.692Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-05T15:29:04.399Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T15:29:08.862Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-05T15:29:11.082Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-05T15:29:11.082Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T15:29:11.082Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-05T15:29:12.656Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-05T15:29:12.656Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T15:29:12.656Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-05T15:29:13.126Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-05T15:29:16.089Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-05T15:29:16.559Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-05T15:29:17.548Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-05T15:29:17.548Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T15:29:17.548Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-05T15:29:18.539Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-05T15:29:18.716Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-05T15:29:18.716Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-05T15:29:18.716Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-05T15:29:19.527Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-05T15:29:19.527Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T15:29:19.527Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-05T15:29:19.527Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T15:29:19.527Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-05T15:29:20.092Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-05T15:29:22.215Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T15:29:22.215Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T15:29:22.215Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T15:29:23.376Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-05T15:29:25.906Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-05T15:29:27.805Z] docker_api_swarm_test.go:962: [d638fb7dbca12] joining swarm manager [d06db2282209d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-05T15:29:30.872Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T15:29:31.860Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T15:29:31.860Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T15:29:31.860Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T15:29:31.860Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T15:29:31.860Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T15:29:32.035Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-05T15:29:35.678Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T15:29:40.435Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T15:29:43.393Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T15:29:43.861Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T15:29:43.861Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T15:29:45.877Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-05T15:29:46.808Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T15:29:47.795Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T15:29:49.359Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T15:29:58.102Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-05T15:29:59.035Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-05T15:29:59.781Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T15:30:01.347Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T15:30:01.570Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-05T15:30:04.107Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-05T15:30:11.767Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T15:30:12.218Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T15:30:12.225Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T15:30:12.225Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T15:30:12.225Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T15:30:12.225Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T15:30:12.680Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T15:30:14.764Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-05T15:30:14.764Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-05T15:30:14.764Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-05T15:30:15.500Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-05T15:30:16.519Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T15:30:17.724Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-05T15:30:17.724Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T15:30:18.029Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-05T15:30:18.193Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-05T15:30:18.193Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T15:30:18.661Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-05T15:30:18.661Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T15:30:18.661Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-05T15:30:19.131Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-05T15:30:19.131Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T15:30:19.131Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-05T15:30:20.594Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-05T15:30:22.492Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-05T15:30:25.022Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-05T15:30:25.027Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T15:30:25.179Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T15:30:28.305Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-05T15:30:29.743Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T15:30:30.205Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-05T15:30:31.047Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T15:30:35.511Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T15:30:35.511Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T15:30:35.511Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T15:30:35.511Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T15:30:35.804Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T15:30:35.966Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T15:30:35.966Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T15:30:35.966Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T15:30:35.966Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T15:30:35.966Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T15:30:35.966Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T15:30:35.966Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T15:30:37.370Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T15:30:37.370Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T15:30:37.370Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T15:30:37.370Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T15:30:37.370Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T15:30:39.587Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T15:30:39.587Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T15:30:39.587Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T15:30:40.630Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T15:30:40.630Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:30:40.630Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T15:30:40.630Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:30:40.630Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T15:30:40.630Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:30:40.630Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T15:30:41.594Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T15:30:48.642Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T15:30:55.010Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-05T15:30:55.010Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-05T15:30:55.010Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T15:30:55.010Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-05T15:31:06.292Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T15:31:06.748Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T15:31:06.748Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T15:31:06.748Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T15:31:06.748Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T15:31:06.748Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T15:31:06.748Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T15:31:10.467Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T15:31:10.467Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T15:31:19.015Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T15:31:26.411Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-05T15:31:27.558Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T15:31:30.462Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T15:31:30.890Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-05T15:31:30.890Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-05T15:31:30.890Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-05T15:31:34.693Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-05T15:31:36.099Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T15:31:37.650Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-05T15:31:41.314Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-05T15:31:41.488Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-05T15:31:43.179Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T15:31:44.706Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T15:31:48.277Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T15:31:51.761Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T15:31:51.761Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T15:31:51.761Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T15:31:52.723Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T15:31:53.178Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T15:31:53.178Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T15:31:53.634Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite (1654.27s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.95s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.98s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.94s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.34s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.48s) [2022-03-05T15:31:56.180Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.53s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.78s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.26s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.03s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.37s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.43s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.47s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.53s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.14s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.01s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.51s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.21s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.25s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.85s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.89s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.99s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.70s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.41s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.45s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.33s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.58s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.09s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.54s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.32s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.37s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.76s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.84s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.43s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.96s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.52s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.45s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.58s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.36s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.15s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.99s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.67s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.31s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.00s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.82s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.04s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.47s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.13s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.08s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.03s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.48s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.20s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.05s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.03s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.34s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.60s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.37s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.70s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.58s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.81s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.78s) [2022-03-05T15:31:56.180Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.80s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.37s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.53s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.32s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.17s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.52s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.85s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.16s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.42s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.78s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.19s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.16s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (133.30s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.40s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.66s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.81s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.16s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.81s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.57s) [2022-03-05T15:31:56.181Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.93s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.99s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.85s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.14s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (120.53s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.25s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.18s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.22s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.13s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.28s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.13s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.19s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.07s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.49s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.12s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.27s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.77s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.34s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.41s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.48s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.44s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.90s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.25s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.82s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.16s) [2022-03-05T15:31:56.181Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s) [2022-03-05T15:31:56.181Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T15:31:56.181Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-05T15:31:56.746Z] docker_cli_external_volume_driver_test.go:52: [d9670254dac75] daemon is not started [2022-03-05T15:32:05.982Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T15:32:05.982Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:32:05.982Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T15:32:06.089Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T15:32:08.304Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T15:32:08.304Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T15:32:08.304Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T15:32:08.304Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T15:32:08.773Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T15:32:10.341Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T15:32:14.816Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-05T15:32:15.100Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T15:32:18.893Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T15:32:20.752Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T15:32:20.752Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T15:32:23.647Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T15:32:23.647Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T15:32:23.647Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T15:32:23.649Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T15:32:24.609Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T15:32:24.609Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T15:32:31.667Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T15:32:31.667Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T15:32:32.629Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T15:32:33.591Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T15:32:34.552Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T15:32:35.520Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T15:32:37.685Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T15:32:41.466Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T15:32:41.937Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T15:32:42.923Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T15:32:44.730Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T15:32:44.730Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T15:32:44.730Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T15:32:44.731Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T15:32:44.731Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T15:32:44.731Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T15:32:44.731Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T15:32:44.731Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T15:32:44.731Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T15:32:45.692Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T15:32:46.653Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T15:32:53.348Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T15:32:53.348Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T15:32:53.702Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T15:32:58.102Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T15:32:58.102Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T15:33:02.858Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T15:33:14.748Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T15:33:14.748Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T15:33:14.748Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T15:33:16.275Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T15:33:22.493Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-05T15:33:23.096Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-05T15:33:23.096Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-05T15:33:23.096Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T15:33:23.096Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-05T15:33:24.093Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T15:33:24.093Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T15:33:24.093Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T15:33:27.886Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T15:33:28.876Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T15:33:29.046Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-05T15:33:34.737Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T15:33:39.487Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T15:33:39.487Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T15:33:39.487Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T15:33:39.487Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T15:33:39.487Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T15:33:39.487Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T15:33:39.487Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T15:33:43.278Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T15:33:43.910Z] docker_cli_external_volume_driver_test.go:52: [dda725890ca5a] daemon is not started [2022-03-05T15:33:44.265Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T15:33:47.213Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T15:33:47.213Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T15:33:47.213Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T15:33:47.213Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T15:33:47.213Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T15:33:58.774Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-05T15:34:06.911Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T15:34:12.498Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T15:34:12.498Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T15:34:16.847Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-05T15:34:19.256Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T15:34:22.921Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T15:34:27.672Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T15:34:27.672Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T15:34:27.793Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T15:34:28.139Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T15:34:28.139Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T15:34:28.139Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T15:34:31.088Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T15:34:31.088Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:34:31.556Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T15:34:31.727Z] docker_cli_external_volume_driver_test.go:52: [dd82a68df5d48] daemon is not started [2022-03-05T15:34:36.334Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T15:34:43.380Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T15:34:44.049Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T15:34:46.600Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-05T15:34:46.600Z] docker_cli_external_volume_driver_test.go:52: [d2b6faa706461] daemon is not started [2022-03-05T15:34:48.799Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T15:34:48.799Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T15:35:01.464Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-05T15:35:03.756Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T15:35:03.756Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T15:35:04.225Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T15:35:04.225Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T15:35:04.591Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-05T15:35:04.591Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-05T15:35:04.591Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-05T15:35:04.692Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T15:35:04.692Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T15:35:04.692Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T15:35:05.678Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T15:35:08.468Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T15:35:08.468Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T15:35:08.468Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T15:35:14.335Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T15:35:15.901Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T15:35:15.901Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T15:35:16.370Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T15:35:16.370Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T15:35:16.370Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T15:35:16.370Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:35:16.370Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T15:35:18.745Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T15:35:18.745Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T15:35:18.745Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T15:35:18.745Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T15:35:18.745Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T15:35:18.745Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T15:35:19.321Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T15:35:22.461Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T15:35:25.196Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T15:35:28.223Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T15:35:29.891Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-05T15:35:29.950Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T15:35:31.936Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T15:35:31.936Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T15:35:32.392Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T15:35:33.546Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-05T15:35:35.426Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T15:35:35.815Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T15:35:35.815Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T15:35:35.815Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T15:35:36.387Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T15:35:37.917Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T15:35:42.450Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-05T15:35:42.977Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T15:35:42.977Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:35:42.977Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T15:35:48.410Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-05T15:35:50.271Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T15:35:51.642Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T15:35:51.799Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T15:35:56.398Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T15:35:56.398Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T15:35:56.398Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T15:35:56.398Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T15:35:56.398Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T15:35:56.398Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T15:35:56.398Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T15:35:56.398Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T15:36:03.275Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-05T15:36:03.712Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-05T15:36:04.141Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T15:36:05.066Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T15:36:09.906Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T15:36:12.230Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T15:36:12.230Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:36:12.230Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T15:36:14.443Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T15:36:14.443Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T15:36:14.443Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T15:36:14.443Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:36:14.443Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T15:36:14.443Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T15:36:14.911Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T15:36:17.863Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T15:36:17.863Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T15:36:17.863Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T15:36:17.863Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T15:36:20.077Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T15:36:20.077Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T15:36:20.077Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T15:36:20.077Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T15:36:20.077Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T15:36:20.077Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T15:36:20.077Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T15:36:20.077Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T15:36:20.184Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T15:36:23.864Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T15:36:26.078Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T15:36:27.224Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T15:36:28.291Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T15:36:28.291Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T15:36:28.291Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T15:36:28.291Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T15:36:30.506Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T15:36:30.506Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T15:36:33.461Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T15:36:33.461Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:36:33.461Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T15:36:33.461Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:36:33.461Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T15:36:34.262Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T15:36:35.224Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T15:36:35.224Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T15:36:35.224Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T15:36:35.224Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T15:36:35.224Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T15:36:36.415Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T15:36:36.415Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T15:36:38.629Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T15:36:38.629Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T15:36:38.629Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T15:36:38.935Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T15:36:38.935Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T15:36:38.935Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T15:36:41.579Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T15:36:41.579Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T15:36:44.530Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T15:36:49.288Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T15:36:49.929Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-05T15:36:53.074Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T15:36:53.074Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T15:36:53.074Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T15:36:53.074Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T15:36:53.545Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T15:36:55.759Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T15:36:55.759Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T15:36:55.759Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T15:36:58.708Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T15:36:58.708Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T15:36:58.708Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T15:37:00.924Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T15:37:00.924Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T15:37:04.367Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-05T15:37:05.684Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T15:37:07.905Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T15:37:07.905Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T15:37:07.905Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T15:37:07.905Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T15:37:07.905Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T15:37:07.905Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T15:37:08.014Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-05T15:37:10.122Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T15:37:10.122Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T15:37:13.074Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T15:37:16.024Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T15:37:18.238Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T15:37:19.317Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-05T15:37:21.185Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00008e060_} [2022-03-05T15:37:24.133Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11894192024_c:\foo_false____} [2022-03-05T15:37:26.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11894192024_c:\foo_true____} [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T15:37:29.304Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T15:37:29.304Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T15:37:29.771Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T15:37:29.771Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T15:37:29.771Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T15:37:29.771Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T15:37:29.771Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T15:37:29.771Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T15:37:32.723Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T15:37:32.723Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T15:37:32.723Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T15:37:32.723Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:37:32.723Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T15:37:32.723Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:37:32.723Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T15:37:32.723Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T15:37:33.192Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T15:37:33.192Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:37:33.192Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T15:37:36.142Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T15:37:36.142Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T15:37:36.142Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T15:37:36.142Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T15:37:37.140Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-05T15:37:39.090Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T15:37:39.090Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T15:37:39.090Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T15:37:39.090Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T15:37:39.090Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T15:37:39.090Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T15:37:39.090Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T15:37:39.471Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T15:37:40.075Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-05T15:37:43.840Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T15:37:46.786Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T15:37:46.786Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:37:46.786Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T15:37:46.786Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T15:37:46.786Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T15:37:57.111Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T15:37:57.209Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T15:37:57.209Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T15:37:57.209Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T15:37:57.209Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:37:57.209Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T15:38:07.623Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T15:38:07.623Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T15:38:07.623Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T15:38:07.623Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T15:38:07.623Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T15:38:09.837Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T15:38:09.837Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T15:38:09.837Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T15:38:09.837Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T15:38:09.837Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T15:38:12.130Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T15:38:12.786Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T15:38:12.786Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T15:38:12.786Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T15:38:12.786Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T15:38:12.786Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T15:38:13.253Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T15:38:14.745Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T15:38:15.464Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T15:38:16.910Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T15:38:16.910Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T15:38:17.369Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T15:38:17.369Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T15:38:17.678Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T15:38:17.824Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T15:38:18.145Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T15:38:18.145Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T15:38:19.349Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T15:38:20.361Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T15:38:20.828Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T15:38:21.295Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T15:38:21.295Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T15:38:21.295Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T15:38:21.763Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T15:38:21.763Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:38:21.763Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T15:38:21.763Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T15:38:22.231Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T15:38:25.121Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T15:38:27.003Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-05T15:38:29.813Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T15:38:32.658Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T15:38:32.658Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T15:38:32.658Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T15:38:35.581Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T15:38:35.607Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T15:38:35.607Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T15:38:35.607Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T15:38:35.607Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T15:38:38.557Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T15:38:38.557Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:38:38.557Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T15:38:39.025Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T15:38:39.025Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T15:38:39.025Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T15:38:39.025Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T15:38:39.025Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T15:38:39.025Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T15:38:39.025Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T15:38:39.025Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T15:38:41.976Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T15:38:44.926Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T15:38:45.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-05T15:38:45.077Z] docker_cli_external_volume_driver_test.go:484: [de43beed6d8c2] daemon is not started [2022-03-05T15:38:47.877Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T15:38:56.635Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T15:38:57.598Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T15:38:58.295Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T15:38:58.560Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T15:38:59.941Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-05T15:38:59.941Z] docker_cli_external_volume_driver_test.go:52: [dace84546ed5c] daemon is not started [2022-03-05T15:39:03.051Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T15:39:10.211Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T15:39:10.911Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T15:39:10.911Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T15:39:12.426Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T15:39:12.895Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite (437.00s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-03-05T15:39:14.804Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-03-05T15:39:14.805Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-03-05T15:39:14.805Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.64s) [2022-03-05T15:39:14.805Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-03-05T15:39:14.805Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-05T15:39:14.805Z] PASS [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] === Skipped [2022-03-05T15:39:14.805Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T15:39:14.805Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-05T15:39:14.805Z] check_test.go:308: [dd54a39d277fb] daemon is not started [2022-03-05T15:39:14.805Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-05T15:39:14.805Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-05T15:39:14.805Z] check_test.go:308: [d7d7fc2f5867e] daemon is not started [2022-03-05T15:39:14.805Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-05T15:39:14.805Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-05T15:39:14.805Z] check_test.go:308: [d766c26f06de0] daemon is not started [2022-03-05T15:39:14.805Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-05T15:39:14.805Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-05T15:39:14.805Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T15:39:14.805Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-05T15:39:14.805Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] DONE 271 tests, 5 skipped in 2429.438s [2022-03-05T15:39:14.805Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-05T15:39:14.805Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d77f2b29f6c80/docker.pid [2022-03-05T15:39:14.805Z] +++ kill 6378 [2022-03-05T15:39:14.805Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6378 is not a child of this shell [2022-03-05T15:39:14.805Z] warning: PID 6378 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d77f2b29f6c80/docker.pid had a nonzero exit code [2022-03-05T15:39:14.805Z] ++++ cat bundles/test-integration/docker.pid [2022-03-05T15:39:14.805Z] +++ kill 8355 [2022-03-05T15:39:14.805Z] +++ /etc/init.d/apparmor stop [2022-03-05T15:39:14.805Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] Unloading profiles will leave already running processes permanently [2022-03-05T15:39:14.805Z] unconfined, which can lead to unexpected situations. [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] To set a process to complain mode, use the command line tool [2022-03-05T15:39:14.805Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-05T15:39:14.805Z] +++ true [2022-03-05T15:39:14.805Z] exiting test-integration [2022-03-05T15:39:14.805Z] ++ exit 0 [2022-03-05T15:39:14.805Z] [2022-03-05T15:39:14.805Z] + exit 0 [2022-03-05T15:39:14.805Z] ++ jobs -p [2022-03-05T15:39:14.805Z] + pids= [2022-03-05T15:39:14.805Z] + echo 'Remaining pids to kill: []' [2022-03-05T15:39:14.805Z] Remaining pids to kill: [] [2022-03-05T15:39:14.805Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-05T15:39:14.821Z] Recording test results [2022-03-05T15:39:16.584Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-05T15:39:16.680Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T15:39:16.680Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T15:39:16.911Z] + echo Ensuring container killed. [2022-03-05T15:39:16.911Z] Ensuring container killed. [2022-03-05T15:39:16.911Z] + docker ps -aq -f name=docker-pr8-* [2022-03-05T15:39:16.911Z] + cids=96bea2e51de2 [2022-03-05T15:39:16.911Z] 4c1759ce1d89 [2022-03-05T15:39:16.911Z] c790bd2cca18 [2022-03-05T15:39:16.911Z] + [ -n 96bea2e51de2 [2022-03-05T15:39:16.911Z] 4c1759ce1d89 [2022-03-05T15:39:16.911Z] c790bd2cca18 ] [2022-03-05T15:39:16.911Z] + docker rm -vf 96bea2e51de2 4c1759ce1d89 c790bd2cca18 [2022-03-05T15:39:17.649Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T15:39:17.847Z] 96bea2e51de2 [2022-03-05T15:39:17.847Z] 4c1759ce1d89 [2022-03-05T15:39:17.847Z] c790bd2cca18 [Pipeline] sh [2022-03-05T15:39:18.117Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T15:39:18.129Z] + echo Chowning /workspace to jenkins user [2022-03-05T15:39:18.129Z] Chowning /workspace to jenkins user [2022-03-05T15:39:18.129Z] + id -u [2022-03-05T15:39:18.129Z] + id -g [2022-03-05T15:39:18.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43300:/workspace busybox chown -R 1000:1000 /workspace [2022-03-05T15:39:18.129Z] Unable to find image 'busybox:latest' locally [2022-03-05T15:39:18.388Z] latest: Pulling from library/busybox [2022-03-05T15:39:18.388Z] 7e5209d2300f: Pulling fs layer [2022-03-05T15:39:18.388Z] 7e5209d2300f: Download complete [2022-03-05T15:39:18.388Z] 7e5209d2300f: Pull complete [2022-03-05T15:39:18.388Z] Digest: sha256:966b716a398a975eb9d1487204ae24622ccb785c4a8fad60a977c22ba689dd5c [2022-03-05T15:39:18.388Z] Status: Downloaded newer image for busybox:latest [2022-03-05T15:39:19.679Z] === RUN TestDockerSuite/TestEventsFilters [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-05T15:39:21.217Z] + bundleName=amd64 [2022-03-05T15:39:21.218Z] + echo Creating amd64-bundles.tar.gz [2022-03-05T15:39:21.218Z] Creating amd64-bundles.tar.gz [2022-03-05T15:39:21.218Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-05T15:39:21.218Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-05T15:39:22.164Z] Archiving artifacts [2022-03-05T15:39:23.725Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T15:39:24.024Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T15:39:24.332Z] + make clean [2022-03-05T15:39:24.332Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T15:39:24.590Z] docker-dev-cache [2022-03-05T15:39:24.590Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T15:39:25.541Z] === RUN TestDockerSuite/TestEventsFormat [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T15:39:30.299Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T15:39:30.299Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T15:39:30.768Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T15:39:30.768Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:39:30.768Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T15:39:30.768Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T15:39:30.768Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T15:39:30.768Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T15:39:30.768Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T15:39:31.751Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T15:39:31.751Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T15:39:31.751Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T15:39:34.712Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T15:39:43.372Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T15:39:46.320Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T15:39:48.534Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T15:39:48.813Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T15:39:48.814Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T15:39:49.775Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T15:39:54.397Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T15:39:54.397Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T15:39:54.397Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T15:39:54.442Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T15:39:55.408Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T15:39:56.607Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T15:40:01.359Z] === RUN TestDockerSuite/TestExec [2022-03-05T15:40:01.359Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:40:01.359Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T15:40:01.359Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T15:40:01.359Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T15:40:02.457Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T15:40:03.572Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-05T15:40:04.308Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-05T15:40:04.308Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-05T15:40:04.308Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-05T15:40:04.308Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-05T15:40:05.784Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T15:40:05.784Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:40:05.784Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T15:40:05.784Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:40:05.784Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T15:40:05.784Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T15:40:05.784Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T15:40:07.268Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-05T15:40:07.997Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T15:40:08.233Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T15:40:08.233Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T15:40:08.233Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T15:40:08.233Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T15:40:08.233Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T15:40:08.233Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T15:40:08.233Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T15:40:10.356Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T15:40:12.569Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T15:40:13.135Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-05T15:40:13.135Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T15:40:13.135Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-05T15:40:13.135Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T15:40:13.135Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-05T15:40:13.135Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T15:40:13.135Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-05T15:40:13.135Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T15:40:13.607Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-05T15:40:13.607Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T15:40:13.607Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-05T15:40:14.001Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T15:40:14.001Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T15:40:14.780Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T15:40:18.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-05T15:40:18.368Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:40:18.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-05T15:40:18.368Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:40:18.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-05T15:40:18.368Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:40:18.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-05T15:40:18.673Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T15:40:18.673Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T15:40:18.673Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T15:40:18.673Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T15:40:18.673Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T15:40:19.533Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T15:40:19.533Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T15:40:19.533Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T15:40:19.533Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:40:19.533Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T15:40:19.533Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T15:40:19.533Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T15:40:19.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-05T15:40:22.479Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T15:40:25.817Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T15:40:27.227Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T15:40:27.227Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T15:40:27.227Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T15:40:27.227Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T15:40:27.227Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T15:40:27.227Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T15:40:30.177Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T15:40:30.177Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T15:40:30.177Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T15:40:30.177Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T15:40:30.177Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T15:40:30.177Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T15:40:32.459Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T15:40:32.459Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T15:40:32.459Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T15:40:38.326Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T15:40:38.326Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T15:40:38.326Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T15:40:38.326Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T15:40:38.326Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T15:40:38.326Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T15:40:38.326Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T15:40:45.476Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-05T15:40:47.196Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-05T15:40:47.196Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-05T15:40:47.196Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-05T15:40:47.196Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-05T15:40:47.196Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T15:40:47.196Z] === RUN TestDockerSuite/TestBuildFails [2022-03-05T15:40:48.571Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T15:40:48.571Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T15:40:51.336Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T15:40:53.077Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-05T15:40:53.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-05T15:40:54.283Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T15:40:58.851Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T15:41:01.439Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestHealth [2022-03-05T15:41:01.439Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T15:41:01.439Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T15:41:04.613Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T15:41:04.613Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T15:41:05.574Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T15:41:05.574Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T15:41:05.574Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T15:41:06.048Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-05T15:41:06.188Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T15:41:06.188Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T15:41:06.188Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T15:41:06.188Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T15:41:06.188Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T15:41:06.188Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T15:41:06.656Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T15:41:07.124Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T15:41:07.124Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T15:41:07.124Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T15:41:08.687Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T15:41:08.687Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T15:41:09.289Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T15:41:09.289Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:41:09.743Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T15:41:10.251Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T15:41:10.718Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T15:41:11.918Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-05T15:41:12.930Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T15:41:16.718Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T15:41:16.718Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T15:41:16.719Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T15:41:16.719Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T15:41:20.506Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T15:41:20.506Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T15:41:20.506Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T15:41:20.506Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T15:41:20.975Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T15:41:20.975Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T15:41:20.975Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T15:41:20.975Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T15:41:20.975Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T15:41:20.975Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T15:41:20.975Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:41:20.975Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T15:41:23.923Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T15:41:24.425Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-05T15:41:26.134Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T15:41:26.134Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:41:26.134Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T15:41:26.134Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T15:41:26.134Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T15:41:26.602Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T15:41:26.602Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T15:41:26.602Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T15:41:27.382Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T15:41:29.553Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T15:41:29.553Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T15:41:31.601Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-05T15:41:32.044Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T15:41:32.499Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T15:41:32.501Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T15:41:32.501Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T15:41:32.501Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T15:41:32.501Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T15:41:32.501Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T15:41:32.501Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T15:41:32.501Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T15:41:33.817Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-05T15:41:34.714Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T15:41:40.579Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T15:41:40.579Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:41:40.579Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T15:41:40.579Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:41:40.579Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T15:41:40.579Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:41:40.579Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T15:41:40.994Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-05T15:41:40.994Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T15:41:40.994Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-05T15:41:40.994Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-05T15:41:41.463Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-05T15:41:41.463Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T15:41:41.463Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-05T15:41:42.792Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T15:41:45.004Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T15:41:45.472Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T15:41:48.424Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T15:41:50.127Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T15:41:50.127Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T15:41:50.127Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T15:41:50.127Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T15:41:50.584Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T15:41:50.584Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T15:41:50.584Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T15:41:50.635Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T15:41:50.635Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T15:41:50.635Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T15:41:50.635Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T15:41:52.109Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T15:41:52.849Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T15:41:56.635Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T15:41:59.290Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-05T15:41:59.290Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:41:59.290Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-05T15:42:01.387Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T15:42:02.393Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T15:42:03.599Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T15:42:05.278Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T15:42:05.278Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T15:42:05.278Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T15:42:05.278Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T15:42:05.278Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T15:42:05.278Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:42:05.733Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T15:42:06.551Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T15:42:07.899Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T15:42:07.899Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T15:42:07.899Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T15:42:08.768Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T15:42:10.983Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T15:42:11.792Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-05T15:42:12.262Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-05T15:42:13.934Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T15:42:15.041Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T15:42:15.219Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-05T15:42:15.219Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T15:42:15.219Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-05T15:42:15.687Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-05T15:42:16.155Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T15:42:16.888Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T15:42:16.888Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.888Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T15:42:16.889Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T15:42:16.889Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T15:42:17.356Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T15:42:17.356Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T15:42:19.568Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T15:42:20.910Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-05T15:42:20.913Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T15:42:20.913Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T15:42:20.913Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-05T15:42:21.780Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T15:42:22.479Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-05T15:42:23.468Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-05T15:42:24.458Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-05T15:42:25.458Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-05T15:42:26.444Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-05T15:42:27.638Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T15:42:28.669Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-05T15:42:30.586Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T15:42:30.586Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T15:42:30.586Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T15:42:31.341Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T15:42:31.341Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:42:31.341Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T15:42:32.802Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T15:42:32.802Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T15:42:35.833Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-05T15:42:35.833Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T15:42:35.833Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-05T15:42:35.833Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T15:42:36.301Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-05T15:42:36.301Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-05T15:42:36.301Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-05T15:42:36.301Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-05T15:42:36.770Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-05T15:42:37.239Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-05T15:42:38.227Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-05T15:42:39.969Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T15:42:40.001Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T15:42:44.099Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T15:42:45.866Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T15:42:45.866Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T15:42:45.866Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T15:42:45.866Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T15:42:45.866Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T15:42:45.866Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T15:42:45.866Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T15:42:45.866Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T15:42:47.122Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T15:42:52.982Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T15:42:55.930Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T15:42:56.289Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T15:42:58.147Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T15:42:58.148Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T15:42:58.615Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T15:43:01.562Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T15:43:04.508Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T15:43:05.067Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T15:43:05.067Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:43:05.067Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T15:43:08.856Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T15:43:08.856Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T15:43:08.856Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T15:43:08.856Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:43:08.856Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T15:43:08.856Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T15:43:08.856Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T15:43:09.397Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-05T15:43:09.397Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T15:43:09.397Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-05T15:43:09.866Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-05T15:43:11.807Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T15:43:11.807Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T15:43:11.807Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T15:43:11.807Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T15:43:14.923Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T15:43:14.924Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T15:43:14.924Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T15:43:14.924Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T15:43:14.924Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T15:43:15.603Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T15:43:15.603Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T15:43:15.603Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T15:43:15.603Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T15:43:15.603Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T15:43:15.603Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T15:43:15.603Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T15:43:15.603Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T15:43:16.490Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T15:43:19.439Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T15:43:19.456Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T15:43:22.391Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T15:43:22.391Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T15:43:22.391Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T15:43:22.391Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T15:43:22.391Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T15:43:22.391Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T15:43:22.391Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T15:43:22.391Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T15:43:22.391Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T15:43:22.391Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T15:43:22.391Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T15:43:22.391Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T15:43:22.391Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T15:43:22.391Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T15:43:22.391Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T15:43:22.391Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPortList [2022-03-05T15:43:22.391Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T15:43:22.391Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T15:43:23.244Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T15:43:27.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T15:43:27.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T15:43:27.038Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T15:43:27.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T15:43:28.254Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T15:43:28.254Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T15:43:28.254Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T15:43:31.795Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T15:43:31.795Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T15:43:34.114Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T15:43:34.114Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T15:43:34.114Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T15:43:34.747Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T15:43:34.747Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:43:34.747Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T15:43:34.747Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:43:34.747Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T15:43:38.551Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T15:43:38.551Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T15:43:42.343Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T15:43:42.343Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T15:43:42.343Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T15:43:42.773Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T15:43:42.773Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T15:43:42.773Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T15:43:46.140Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T15:43:46.140Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T15:43:49.899Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T15:43:53.191Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T15:43:56.949Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T15:44:00.760Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-05T15:44:04.000Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T15:44:04.000Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T15:44:04.000Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T15:44:04.000Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T15:44:04.000Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T15:44:06.892Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T15:44:06.892Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T15:44:06.892Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T15:44:09.783Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T15:44:09.783Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T15:44:09.783Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T15:44:11.001Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T15:44:11.001Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T15:44:11.001Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T15:44:11.001Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T15:44:14.461Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T15:44:14.461Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T15:44:20.231Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T15:44:23.125Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T15:44:23.125Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T15:44:23.125Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T15:44:23.125Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T15:44:23.125Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T15:44:23.125Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T15:44:23.489Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T15:44:26.017Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T15:44:26.017Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T15:44:26.057Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-05T15:44:26.442Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T15:44:28.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T15:44:29.852Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-05T15:44:32.624Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T15:44:35.104Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T15:44:36.341Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T15:44:37.027Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-05T15:44:39.237Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0007fd938_} [2022-03-05T15:44:39.857Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T15:44:40.324Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T15:44:40.324Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T15:44:40.324Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T15:44:40.324Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T15:44:42.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12367489746_c:\foo_false____} [2022-03-05T15:44:44.192Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-05T15:44:45.850Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12367489746_c:\foo_true____} [2022-03-05T15:44:46.200Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T15:44:46.200Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:44:46.200Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T15:44:46.200Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T15:44:46.200Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T15:44:46.200Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T15:44:46.200Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T15:44:46.200Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T15:44:46.200Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T15:44:49.566Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T15:44:49.566Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T15:44:49.566Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T15:44:49.566Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T15:44:49.566Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T15:44:49.566Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T15:44:50.022Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T15:44:50.022Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T15:44:50.022Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T15:44:53.743Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T15:44:53.743Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T15:44:53.743Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:44:53.743Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T15:44:54.856Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T15:44:54.856Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T15:44:54.856Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T15:44:55.841Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T15:44:55.841Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T15:44:55.841Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T15:44:57.402Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T15:44:57.459Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T15:44:57.459Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T15:44:57.459Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T15:44:57.459Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T15:44:57.869Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T15:44:57.869Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T15:44:57.869Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T15:45:01.177Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T15:45:01.177Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T15:45:01.177Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T15:45:01.177Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T15:45:01.177Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T15:45:01.177Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T15:45:01.177Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T15:45:02.620Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T15:45:06.949Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T15:45:07.376Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T15:45:09.505Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-05T15:45:09.505Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T15:45:09.505Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-05T15:45:10.325Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T15:45:10.664Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T15:45:10.664Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:45:10.664Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T15:45:10.664Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T15:45:10.664Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T15:45:24.461Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-05T15:45:24.461Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-05T15:45:24.461Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T15:45:24.461Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-05T15:45:24.461Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T15:45:24.461Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-05T15:45:25.437Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T15:45:25.437Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T15:45:25.437Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T15:45:25.437Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:45:25.437Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T15:45:27.430Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-05T15:45:35.614Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T15:45:35.614Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:45:35.614Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T15:45:37.781Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T15:45:37.781Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T15:45:37.781Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T15:45:37.781Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T15:45:37.781Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T15:45:37.870Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-05T15:45:40.371Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T15:45:40.371Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T15:45:40.371Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T15:45:40.667Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T15:45:40.667Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T15:45:40.667Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T15:45:40.667Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T15:45:40.667Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T15:45:41.356Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T15:45:44.382Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T15:45:44.382Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:45:44.382Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T15:45:44.382Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T15:45:44.382Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T15:45:44.382Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T15:45:44.382Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T15:45:44.382Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T15:45:44.382Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T15:45:44.839Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T15:45:44.839Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T15:45:46.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-05T15:45:46.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-05T15:45:46.539Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-05T15:45:47.217Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T15:45:47.723Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T15:45:48.761Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-05T15:45:50.332Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-05T15:45:51.437Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T15:45:51.437Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T15:45:51.437Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T15:45:51.906Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-05T15:45:51.972Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T15:45:51.972Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:45:51.972Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T15:45:55.150Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T15:45:55.604Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T15:45:55.604Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T15:45:55.604Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T15:45:55.604Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T15:45:56.059Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T15:45:56.059Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:45:56.059Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T15:45:56.515Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T15:45:56.728Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T15:45:56.728Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T15:45:56.971Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T15:45:57.196Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T15:46:07.248Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T15:46:07.703Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T15:46:08.160Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T15:46:09.732Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-05T15:46:09.732Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-05T15:46:11.882Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T15:46:12.336Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T15:46:12.336Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T15:46:12.336Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T15:46:15.008Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T15:46:15.995Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T15:46:16.050Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T15:46:16.050Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T15:46:16.050Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T15:46:16.050Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T15:46:16.050Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T15:46:16.050Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T15:46:16.050Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T15:46:16.050Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T15:46:16.464Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T15:46:19.761Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T15:46:22.236Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-05T15:46:23.473Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T15:46:23.618Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T15:46:27.189Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T15:46:29.406Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-05T15:46:29.486Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T15:46:39.530Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T15:46:39.851Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-05T15:46:39.907Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T15:46:42.858Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T15:46:43.844Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T15:46:45.292Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T15:46:46.794Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T15:46:47.026Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-05T15:46:51.786Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-05T15:46:53.360Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-05T15:46:53.360Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T15:46:53.360Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-05T15:46:53.360Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T15:46:53.360Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-05T15:46:53.820Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T15:46:55.982Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T15:46:56.316Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-05T15:46:56.316Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T15:46:56.316Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-05T15:46:56.943Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T15:47:02.710Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T15:47:03.166Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T15:47:04.611Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T15:47:04.690Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T15:47:07.568Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T15:47:11.733Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T15:47:12.696Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T15:47:13.682Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T15:47:13.682Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T15:47:14.150Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T15:47:14.150Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T15:47:16.367Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T15:47:16.367Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T15:47:16.367Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T15:47:16.367Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T15:47:16.367Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T15:47:18.771Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T15:47:18.771Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T15:47:18.771Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T15:47:18.771Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T15:47:19.735Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T15:47:19.735Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T15:47:19.735Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T15:47:22.236Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T15:47:23.466Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T15:47:24.451Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T15:47:27.501Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T15:47:29.715Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T15:47:32.665Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T15:47:32.665Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T15:47:38.533Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T15:47:38.533Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T15:47:41.486Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T15:47:41.486Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T15:47:41.486Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T15:47:45.277Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T15:47:45.277Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T15:47:45.277Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T15:47:45.277Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T15:47:45.277Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T15:47:47.232Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T15:47:48.230Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T15:47:48.230Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T15:47:50.445Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T15:47:53.401Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T15:47:55.619Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T15:47:55.619Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T15:47:55.619Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T15:47:55.619Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T15:47:55.619Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T15:47:55.619Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T15:47:55.619Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T15:47:58.571Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T15:47:58.571Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T15:47:58.571Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T15:47:58.571Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T15:47:58.571Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T15:47:58.571Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T15:47:58.571Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T15:47:58.571Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T15:47:58.571Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T15:47:59.092Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T15:48:00.784Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T15:48:01.259Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T15:48:05.036Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T15:48:06.653Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T15:48:06.653Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T15:48:08.871Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T15:48:08.871Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T15:48:08.871Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T15:48:09.339Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T15:48:09.339Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T15:48:09.339Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T15:48:12.076Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T15:48:12.076Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T15:48:12.076Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T15:48:12.292Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T15:48:14.238Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T15:48:14.506Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T15:48:14.506Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T15:48:14.974Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T15:48:17.924Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T15:48:17.924Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T15:48:17.924Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T15:48:17.924Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T15:48:17.924Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T15:48:17.924Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T15:48:17.924Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T15:48:20.000Z] === RUN TestDockerSuite/TestExec [2022-03-05T15:48:20.000Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:48:20.000Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T15:48:20.000Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T15:48:20.000Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T15:48:20.140Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T15:48:22.887Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T15:48:23.094Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T15:48:23.103Z] === RUN TestDockerSuite/TestBuildRm [2022-03-05T15:48:26.048Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T15:48:26.604Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T15:48:26.604Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:48:26.604Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T15:48:26.604Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:48:26.604Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T15:48:26.604Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T15:48:26.604Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T15:48:28.999Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T15:48:28.999Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T15:48:31.264Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T15:48:33.757Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T15:48:33.757Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T15:48:33.757Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T15:48:33.757Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T15:48:33.757Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T15:48:33.757Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T15:48:34.979Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T15:48:38.044Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-05T15:48:38.697Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T15:48:40.917Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T15:48:40.917Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T15:48:40.917Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T15:48:42.812Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-05T15:48:42.812Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T15:48:42.812Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-05T15:48:42.812Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T15:48:42.812Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-05T15:48:43.131Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T15:48:43.132Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.132Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T15:48:43.132Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.359Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T15:48:43.600Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T15:48:43.600Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T15:48:44.383Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-05T15:48:49.142Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-05T15:48:50.399Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T15:48:50.399Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T15:48:50.399Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T15:48:50.399Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:48:50.399Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T15:48:50.399Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T15:48:50.399Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T15:48:52.257Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T15:48:52.257Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T15:48:52.257Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T15:48:52.257Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T15:48:52.257Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T15:48:52.257Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T15:48:52.257Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T15:48:52.935Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-05T15:48:54.111Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T15:48:58.117Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T15:48:59.870Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T15:48:59.871Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T15:48:59.871Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T15:48:59.871Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T15:48:59.871Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T15:48:59.871Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T15:48:59.871Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T15:48:59.871Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T15:48:59.871Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T15:48:59.871Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T15:48:59.871Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T15:49:02.871Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T15:49:02.871Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T15:49:03.368Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-05T15:49:04.432Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T15:49:04.875Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T15:49:04.875Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T15:49:04.875Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T15:49:04.875Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T15:49:04.875Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T15:49:04.875Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T15:49:06.002Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T15:49:08.214Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T15:49:09.624Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T15:49:09.625Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T15:49:09.625Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T15:49:09.775Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T15:49:11.986Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T15:49:12.453Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T15:49:12.453Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T15:49:17.207Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T15:49:17.207Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T15:49:17.207Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T15:49:17.207Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T15:49:17.207Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T15:49:17.207Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T15:49:20.699Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T15:49:20.699Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T15:49:20.699Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T15:49:20.699Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T15:49:20.699Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T15:49:20.699Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T15:49:20.699Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T15:49:27.625Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T15:49:27.625Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T15:49:27.625Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T15:49:29.188Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T15:49:30.377Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T15:49:33.488Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-05T15:49:33.488Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-05T15:49:33.957Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-05T15:49:35.046Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T15:49:37.995Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T15:49:39.291Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T15:49:40.208Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T15:49:42.426Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T15:49:44.116Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T15:49:45.375Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T15:49:45.375Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T15:49:45.375Z] === RUN TestDockerSuite/TestRunState [2022-03-05T15:49:45.375Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T15:49:45.375Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T15:49:48.324Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T15:49:48.324Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T15:49:48.324Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T15:49:48.897Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-05T15:49:48.897Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T15:49:51.272Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T15:49:51.272Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T15:49:51.272Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T15:49:51.272Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T15:49:52.643Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestHealth [2022-03-05T15:49:52.643Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T15:49:52.643Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T15:49:53.660Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-05T15:49:53.660Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T15:49:57.144Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T15:49:57.144Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T15:49:58.406Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T15:49:58.406Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T15:49:58.406Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T15:49:58.406Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T15:49:58.406Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T15:49:58.406Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T15:49:58.417Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-05T15:49:58.861Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T15:49:59.317Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T15:49:59.317Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T15:49:59.317Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T15:49:59.359Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T15:49:59.359Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T15:49:59.359Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T15:50:00.841Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T15:50:00.842Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T15:50:02.307Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T15:50:02.307Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T15:50:02.307Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T15:50:02.307Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T15:50:02.307Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T15:50:03.007Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T15:50:03.007Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T15:50:05.978Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T15:50:06.094Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T15:50:09.691Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T15:50:09.691Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T15:50:09.691Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T15:50:09.691Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T15:50:14.354Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T15:50:14.354Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T15:50:14.354Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T15:50:14.354Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T15:50:14.354Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T15:50:14.354Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T15:50:14.354Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T15:50:14.354Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T15:50:14.354Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T15:50:14.354Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:50:14.354Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T15:50:14.753Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T15:50:18.068Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T15:50:19.511Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T15:50:21.793Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T15:50:21.793Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:50:21.793Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T15:50:21.793Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T15:50:21.793Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T15:50:21.793Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T15:50:21.793Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T15:50:21.793Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T15:50:23.711Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-05T15:50:23.711Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T15:50:23.711Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-05T15:50:25.505Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T15:50:25.505Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T15:50:26.663Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T15:50:26.663Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T15:50:26.663Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T15:50:26.663Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T15:50:28.390Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T15:50:28.390Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T15:50:28.391Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T15:50:28.391Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T15:50:28.391Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T15:50:28.391Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T15:50:28.846Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T15:50:30.451Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T15:50:32.376Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-05T15:50:32.568Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T15:50:32.662Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T15:50:32.845Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T15:50:35.612Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T15:50:35.612Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T15:50:38.332Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T15:50:38.332Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:50:38.332Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T15:50:38.332Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:50:38.332Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T15:50:38.332Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:50:38.332Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T15:50:38.716Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-05T15:50:40.361Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T15:50:41.220Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T15:50:41.347Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T15:50:43.561Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T15:50:44.598Z] === RUN TestDockerSuite/TestBuildUser [2022-03-05T15:50:44.598Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T15:50:44.598Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-05T15:50:44.598Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T15:50:44.598Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-05T15:50:44.598Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T15:50:44.598Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-05T15:50:45.886Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T15:50:45.886Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T15:50:48.771Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T15:50:49.423Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T15:50:49.423Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T15:50:49.423Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T15:50:49.423Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T15:50:49.423Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T15:50:49.423Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T15:50:49.423Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T15:50:50.469Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-05T15:50:50.469Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-05T15:50:51.632Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T15:50:52.098Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T15:50:52.098Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T15:50:52.565Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T15:50:53.433Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T15:50:53.433Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T15:50:53.433Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T15:50:53.433Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T15:50:54.126Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T15:50:54.126Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T15:50:54.262Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-05T15:50:54.262Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T15:50:54.262Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-05T15:50:54.262Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T15:50:54.262Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-05T15:50:57.076Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T15:50:57.146Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T15:51:00.023Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T15:51:00.862Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T15:51:02.236Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T15:51:02.236Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:51:02.236Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T15:51:09.395Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T15:51:12.651Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T15:51:12.651Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T15:51:12.651Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T15:51:13.106Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T15:51:15.992Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T15:51:16.437Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T15:51:16.437Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T15:51:16.437Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T15:51:16.437Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T15:51:16.437Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T15:51:16.437Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T15:51:16.437Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T15:51:16.437Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T15:51:16.437Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T15:51:20.655Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T15:51:23.540Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T15:51:24.380Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-05T15:51:24.380Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T15:51:25.092Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T15:51:25.092Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T15:51:26.078Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T15:51:27.259Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T15:51:29.029Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T15:51:29.029Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T15:51:29.029Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T15:51:30.145Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T15:51:30.145Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T15:51:30.145Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T15:51:30.145Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T15:51:30.600Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T15:51:30.600Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T15:51:31.241Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T15:51:31.241Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T15:51:31.241Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T15:51:31.241Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T15:51:31.241Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T15:51:31.241Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T15:51:31.241Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T15:51:31.553Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-05T15:51:34.312Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T15:51:37.197Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T15:51:44.064Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-05T15:51:44.064Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T15:51:44.064Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-05T15:51:44.064Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T15:51:44.064Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-05T15:51:44.240Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T15:51:47.018Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-05T15:51:47.018Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:51:47.126Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T15:51:47.126Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T15:51:47.126Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T15:51:47.488Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T15:51:49.041Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T15:51:49.041Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T15:51:50.602Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T15:51:50.602Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T15:51:51.788Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T15:51:51.788Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T15:51:54.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T15:51:54.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T15:51:54.861Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T15:51:54.861Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T15:51:54.861Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T15:52:00.386Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T15:52:02.438Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-05T15:52:05.382Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T15:52:05.383Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:52:05.383Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T15:52:05.383Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T15:52:05.383Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T15:52:05.383Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T15:52:05.383Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T15:52:06.235Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-05T15:52:06.703Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-05T15:52:07.454Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T15:52:14.040Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T15:52:14.040Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T15:52:14.040Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T15:52:14.612Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T15:52:19.490Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T15:52:24.458Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T15:52:24.458Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T15:52:24.458Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T15:52:25.359Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T15:52:25.360Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T15:52:25.360Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite (2468.65s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.78s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.72s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.00s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.19s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.33s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.77s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.19s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.80s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (89.89s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.08s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.04s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.96s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.39s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.72s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.32s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.03s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.56s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.19s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.34s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.84s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.66s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.84s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.51s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.65s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.53s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.08s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.72s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.61s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.57s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.97s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.69s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.93s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.01s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.57s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.82s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.58s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.73s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.10s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCmd (0.66s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.64s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.06s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.57s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.46s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.61s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.12s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.07s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.64s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.00s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.13s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.60s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.73s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.69s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.69s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.18s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.64s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.17s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.09s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.28s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.36s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignore (54.66s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.64s) [2022-03-05T15:52:26.022Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (60.52s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.78s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.90s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.28s) [2022-03-05T15:52:26.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.99s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.41s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.45s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.86s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (83.23s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.50s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.21s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.72s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.32s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.05s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.17s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.11s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.13s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.74s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.71s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFails (2.71s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.54s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.67s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.33s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.57s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.48s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.99s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.89s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildHistory (12.66s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.17s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.11s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.83s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.92s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabel (1.08s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.73s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.05s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.30s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.73s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.26s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.37s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.51s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.23s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.62s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.71s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.64s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.77s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.54s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.09s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.97s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.23s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.45s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.23s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.79s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.34s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.38s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.41s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.35s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.08s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.44s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.52s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.26s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.79s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildRm (18.65s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.71s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.64s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.23s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.16s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.94s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.34s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.99s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.79s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.33s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.18s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildStderr (4.69s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.68s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.85s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.54s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.92s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.45s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.05s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.61s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.31s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.67s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.05s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.69s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.96s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.85s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.80s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.85s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.49s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.87s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.24s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.16s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.67s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.28s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitChange (5.49s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.21s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.80s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitTTY (7.84s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.05s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.89s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.94s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.64s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.70s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.71s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.37s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.15s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.29s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.44s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.87s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.80s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.18s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.08s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.28s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.83s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.20s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.33s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.13s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.96s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.44s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.73s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.29s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.18s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.72s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.79s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.67s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.68s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00008e060_} (2.81s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11894192024_c:\foo_false____} (2.70s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11894192024_c:\foo_true____} (2.77s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T15:52:26.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-03-05T15:52:26.023Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.00s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.80s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.75s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.11s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.84s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.09s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.09s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToDot (2.47s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCpToStdout (3.04s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.23s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.38s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.94s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.79s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateRM (0.48s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.13s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.33s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.84s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.92s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.90s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.10s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.85s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsCopy (5.18s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.25s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.73s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.70s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.74s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.05s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFilters (5.54s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFormat (5.50s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.10s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsRename (3.03s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsResize (8.24s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.76s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.63s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.15s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.74s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.19s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.16s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.16s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.28s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.18s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.22s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.29s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.44s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecInspectID (4.83s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.65s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.51s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.11s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.27s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.22s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.17s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.23s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.10s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.69s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.15s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.89s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.51s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.22s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.87s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.69s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.69s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.73s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.74s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectDefault (2.68s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectHistory (5.13s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.86s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.32s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.89s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.23s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectStatus (3.47s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.76s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.44s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.78s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.18s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.70s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.77s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.78s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.14s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.10s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.96s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.78s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.32s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.92s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.77s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.67s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.66s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.80s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.88s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.81s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsSince (9.35s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsTail (3.05s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.87s) [2022-03-05T15:52:26.024Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.76s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T15:52:26.024Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.69s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.53s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsByOrder (8.83s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.83s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.32s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.16s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.42s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.24s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.95s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.81s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.53s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.00s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.87s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.96s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.65s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.89s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.00s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.04s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.21s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.37s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.34s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.38s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.88s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.75s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.21s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.36s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiTag (0.71s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.79s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.84s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.05s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.35s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.32s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.23s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.33s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.87s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.64s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.41s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.83s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.99s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.92s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.89s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.43s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.13s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.80s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.65s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.80s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.39s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.94s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.78s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.79s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.72s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunExitCode (2.69s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.75s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.81s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.82s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.75s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.40s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.25s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.12s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.58s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.06s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.04s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.55s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.24s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.56s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunRm (2.80s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.81s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.74s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.68s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.28s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.92s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.76s) [2022-03-05T15:52:26.025Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T15:52:26.025Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.62s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.08s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.89s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.65s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.51s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.21s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.52s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.66s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.96s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.75s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.73s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.97s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.75s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.98s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.39s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.75s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.18s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.64s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.76s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.77s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.92s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.88s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.53s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.24s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.50s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.29s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.97s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.38s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.16s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.64s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.06s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.72s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.38s) [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T15:52:26.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T15:52:26.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.026Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.026Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T15:52:26.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T15:52:26.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T15:52:26.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T15:52:26.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T15:52:26.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T15:52:26.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerDaemonSuite [2022-03-05T15:52:26.027Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T15:52:26.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T15:52:26.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T15:52:26.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerSwarmSuite [2022-03-05T15:52:26.027Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T15:52:26.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T15:52:26.027Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerNetworkSuite [2022-03-05T15:52:26.027Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T15:52:26.027Z] === RUN TestDockerHubPullSuite [2022-03-05T15:52:26.027Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T15:52:26.027Z] PASS [2022-03-05T15:52:26.027Z] ok github.com/docker/docker/integration-cli 2469.061s [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === Skipped [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T15:52:26.027Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.027Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.027Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T15:52:26.027Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T15:52:26.027Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-05T15:52:26.027Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2022-03-05T15:52:26.027Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.43s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.90s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.027Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-05T15:52:26.027Z] [2022-03-05T15:52:26.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T15:52:26.027Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-05T15:52:26.028Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.42s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.50s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.39s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-05T15:52:26.028Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.028Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.45s) [2022-03-05T15:52:26.028Z] [2022-03-05T15:52:26.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-05T15:52:26.028Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.54s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T15:52:26.498Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T15:52:26.498Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T15:52:26.498Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T15:52:26.498Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-05T15:52:26.498Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.498Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T15:52:26.498Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.498Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T15:52:26.498Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T15:52:26.499Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-05T15:52:26.499Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-05T15:52:26.499Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T15:52:26.499Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T15:52:26.499Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T15:52:26.499Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.499Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T15:52:26.499Z] [2022-03-05T15:52:26.499Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T15:52:26.499Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-05T15:52:26.500Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T15:52:26.500Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T15:52:26.500Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T15:52:26.500Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.03s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T15:52:26.500Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-05T15:52:26.500Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T15:52:26.500Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T15:52:26.500Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T15:52:26.500Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.500Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T15:52:26.500Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.500Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-05T15:52:26.500Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T15:52:26.501Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.501Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.501Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T15:52:26.501Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.501Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T15:52:26.501Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.502Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T15:52:26.502Z] [2022-03-05T15:52:26.502Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T15:52:26.502Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-05T15:52:26.503Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T15:52:26.503Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T15:52:26.503Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.503Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T15:52:26.503Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.503Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T15:52:26.503Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T15:52:26.504Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.504Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T15:52:26.504Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T15:52:26.974Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] DONE 1088 tests, 539 skipped in 2480.772s [2022-03-05T15:52:26.974Z] INFO: Integration tests ended at 03/05/2022 15:52:26. Duration:00:41:20.9360730 [2022-03-05T15:52:26.974Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T15:52:26.974Z] [2022-03-05T15:52:26.974Z] Containers: 2 [2022-03-05T15:52:26.974Z] Running: 0 [2022-03-05T15:52:26.974Z] Paused: 0 [2022-03-05T15:52:26.974Z] Stopped: 2 [2022-03-05T15:52:26.974Z] Images: 18 [2022-03-05T15:52:26.975Z] Server Version: 0.0.0-dev [2022-03-05T15:52:26.975Z] Storage Driver: windowsfilter [2022-03-05T15:52:26.975Z] Windows: [2022-03-05T15:52:26.975Z] Logging Driver: json-file [2022-03-05T15:52:26.975Z] Plugins: [2022-03-05T15:52:26.975Z] Volume: local [2022-03-05T15:52:26.975Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T15:52:26.975Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T15:52:26.975Z] Swarm: inactive [2022-03-05T15:52:26.975Z] Default Isolation: process [2022-03-05T15:52:26.975Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T15:52:26.975Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T15:52:26.975Z] OSType: windows [2022-03-05T15:52:26.975Z] Architecture: x86_64 [2022-03-05T15:52:26.975Z] CPUs: 4 [2022-03-05T15:52:26.975Z] Total Memory: 32GiB [2022-03-05T15:52:26.975Z] Name: azwin-2-f8ea61 [2022-03-05T15:52:26.975Z] ID: EKED:424M:RQWZ:O7LP:JQTD:75OS:67EZ:SBZR:WVJ2:M7J7:E6SI:T6BL [2022-03-05T15:52:26.975Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T15:52:26.975Z] Debug Mode (client): false [2022-03-05T15:52:26.975Z] Debug Mode (server): true [2022-03-05T15:52:26.975Z] File Descriptors: -1 [2022-03-05T15:52:26.975Z] Goroutines: 17 [2022-03-05T15:52:26.975Z] System Time: 2022-03-05T15:52:26.5938914Z [2022-03-05T15:52:26.975Z] EventsListeners: 0 [2022-03-05T15:52:26.975Z] Registry: https://index.docker.io/v1/ [2022-03-05T15:52:26.975Z] Labels: [2022-03-05T15:52:26.975Z] Experimental: false [2022-03-05T15:52:26.975Z] Insecure Registries: [2022-03-05T15:52:26.975Z] 127.0.0.0/8 [2022-03-05T15:52:26.975Z] Live Restore Enabled: false [2022-03-05T15:52:26.975Z] [2022-03-05T15:52:26.975Z] [2022-03-05T15:52:26.975Z] INFO: Stopping daemon under test [2022-03-05T15:52:26.975Z] SUCCESS: The process with PID 5956 (child process of PID 6112) has been terminated. [2022-03-05T15:52:26.975Z] SUCCESS: The process with PID 6112 (child process of PID 3492) has been terminated. [2022-03-05T15:52:26.975Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T15:52:26.975Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 15:52:26. [2022-03-05T15:52:26.975Z] INFO: Tidying up at end of run [2022-03-05T15:52:26.975Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.out) to bundles\CIDUT.out [2022-03-05T15:52:26.975Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.err) to bundles\CIDUT.err [2022-03-05T15:52:26.975Z] INFO: Saving containerd logs to bundles [2022-03-05T15:52:26.975Z] INFO: Nuke-Everything... [2022-03-05T15:52:26.975Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T15:52:27.442Z] bef5ffef6482 [2022-03-05T15:52:27.442Z] 0a48bf9fcbf0 [2022-03-05T15:52:27.442Z] INFO: Tidying pidfile d:\CI\PR-43300\8\docker.pid [2022-03-05T15:52:27.442Z] INFO: Nuking d:\CI [2022-03-05T15:52:27.953Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-05T15:52:27.953Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T15:52:27.953Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-05T15:52:27.953Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T15:52:27.953Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-05T15:52:27.953Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T15:52:27.953Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-05T15:52:28.309Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T15:52:29.520Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-05T15:52:32.101Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T15:52:39.952Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-05T15:52:41.520Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-05T15:52:41.520Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T15:52:41.990Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-05T15:52:41.990Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T15:52:41.990Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-05T15:52:41.990Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T15:52:41.990Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-05T15:52:42.527Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T15:52:42.527Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T15:52:42.527Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T15:52:42.527Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T15:52:42.527Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T15:52:44.945Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-05T15:52:46.361Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T15:52:49.318Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T15:52:50.834Z] === RUN TestDockerSuite/TestCommitChange [2022-03-05T15:52:52.740Z] INFO: Zapped successfully [2022-03-05T15:52:52.740Z] [2022-03-05T15:52:52.740Z] INFO: executeCI.ps1 exiting at Sat Mar 5 15:52:51 CUT 2022. Duration 01:06:24.5180221 [2022-03-05T15:52:52.740Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T15:52:52.993Z] Recording test results [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T15:52:53.108Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T15:52:53.108Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T15:52:53.108Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T15:52:53.108Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T15:52:53.108Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T15:52:53.108Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T15:52:53.108Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T15:52:53.108Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T15:52:53.108Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T15:52:53.108Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T15:52:53.108Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T15:52:53.108Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T15:52:53.108Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T15:52:53.108Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T15:52:53.108Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T15:52:53.108Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPortList [2022-03-05T15:52:53.108Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T15:52:53.108Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T15:52:56.708Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-05T15:52:59.926Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T15:53:00.266Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T15:53:00.266Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T15:53:00.266Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T15:53:01.451Z] Creating win-2022-integration-bundles.zip [2022-03-05T15:53:01.468Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-05T15:53:01.468Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T15:53:01.468Z] === RUN TestDockerSuite/TestCommitNewFile [Pipeline] archiveArtifacts [2022-03-05T15:53:03.234Z] Archiving artifacts [2022-03-05T15:53:07.421Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T15:53:07.421Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T15:53:07.421Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T15:53:16.409Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-05T15:53:16.409Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T15:53:16.409Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-05T15:53:17.621Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T15:53:18.573Z] + make clean [2022-03-05T15:53:20.139Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T15:53:20.139Z] docker-dev-cache [2022-03-05T15:53:20.139Z] docker-mod-cache [Pipeline] deleteDir [2022-03-05T15:53:22.509Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T15:53:22.509Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T15:53:22.509Z] === RUN TestDockerSuite/TestPsListContainersBase [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T15:53:28.917Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-05T15:53:33.681Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-05T15:53:33.681Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-05T15:53:33.681Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-05T15:53:33.681Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-05T15:53:33.681Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-05T15:53:33.681Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-05T15:53:33.681Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-05T15:53:33.681Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-05T15:53:35.003Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T15:53:42.350Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-05T15:53:54.853Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-05T15:53:54.853Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T15:53:54.853Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-05T15:53:56.247Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T15:53:56.247Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T15:53:56.247Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T15:53:56.247Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T15:53:56.247Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T15:53:56.247Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T15:54:02.015Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T15:54:02.020Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-05T15:54:02.020Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T15:54:02.020Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-05T15:54:02.020Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T15:54:02.020Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-05T15:54:02.020Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T15:54:02.020Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-05T15:54:04.239Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-05T15:54:04.239Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T15:54:04.239Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-05T15:54:04.239Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-05T15:54:07.201Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-05T15:54:07.201Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-05T15:54:07.201Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T15:54:07.201Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-05T15:54:07.201Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T15:54:07.201Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-05T15:54:07.201Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T15:54:07.201Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-05T15:54:10.161Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-05T15:54:12.322Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T15:54:13.115Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-05T15:54:15.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-05T15:54:15.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-05T15:54:15.335Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T15:54:15.335Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-05T15:54:18.293Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-05T15:54:18.293Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-05T15:54:19.375Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T15:54:19.375Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T15:54:19.375Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T15:54:19.375Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T15:54:19.375Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T15:54:21.254Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-05T15:54:21.254Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T15:54:21.254Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-05T15:54:21.254Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:54:21.254Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-05T15:54:24.209Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-05T15:54:24.209Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-05T15:54:26.435Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-05T15:54:26.435Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T15:54:26.435Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-05T15:54:27.924Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T15:54:27.924Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:54:27.924Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T15:54:27.924Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T15:54:27.924Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T15:54:27.924Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T15:54:27.924Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T15:54:27.924Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T15:54:27.924Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T15:54:29.387Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-05T15:54:29.856Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-05T15:54:37.021Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-05T15:54:38.219Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T15:54:38.219Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T15:54:38.219Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T15:54:40.403Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T15:54:40.403Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T15:54:40.403Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T15:54:41.391Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T15:54:41.795Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-05T15:54:42.352Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T15:54:42.353Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T15:54:42.353Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T15:54:46.567Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-05T15:54:47.036Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-05T15:54:47.036Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-05T15:54:47.036Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-05T15:54:47.036Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-05T15:54:49.262Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-05T15:54:49.262Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T15:54:49.262Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-05T15:54:49.408Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-05T15:54:52.214Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-05T15:54:52.214Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T15:54:52.214Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-05T15:54:55.166Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-05T15:54:55.166Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-05T15:54:56.522Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T15:54:59.412Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T15:54:59.925Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-05T15:55:02.143Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-05T15:55:02.143Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-05T15:55:02.143Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-05T15:55:02.143Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-05T15:55:02.143Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T15:55:02.143Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-05T15:55:04.362Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-05T15:55:04.362Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-05T15:55:07.320Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-05T15:55:10.274Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-05T15:55:19.033Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-05T15:55:20.600Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006a94a0_} [2022-03-05T15:55:23.555Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12143203012_c:\foo_false____} [2022-03-05T15:55:26.514Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12143203012_c:\foo_true____} [2022-03-05T15:55:29.353Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T15:55:29.353Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:55:29.353Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-05T15:55:35.184Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-05T15:55:35.184Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-05T15:55:35.184Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-05T15:55:35.184Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-05T15:55:35.184Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-05T15:55:35.184Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T15:55:35.184Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-05T15:55:37.892Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-05T15:55:38.139Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-05T15:55:38.139Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-05T15:55:38.139Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T15:55:38.139Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-05T15:55:38.347Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T15:55:38.803Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T15:55:39.764Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T15:55:46.812Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-05T15:55:46.812Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-05T15:55:46.812Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T15:55:46.812Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-05T15:55:49.029Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-05T15:55:49.029Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T15:55:49.029Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-05T15:55:49.029Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T15:55:49.029Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-05T15:55:49.029Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T15:55:49.029Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-05T15:55:50.112Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T15:55:57.241Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T15:55:57.241Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:55:57.241Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T15:55:59.469Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-05T15:56:01.687Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-05T15:56:01.687Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T15:56:01.687Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-05T15:56:01.687Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T15:56:01.687Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-05T15:56:07.781Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T15:56:07.781Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T15:56:08.794Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T15:56:19.527Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-05T15:56:19.527Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T15:56:19.527Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-05T15:56:19.527Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T15:56:19.527Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-05T15:56:34.122Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T15:56:34.479Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-05T15:56:34.479Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T15:56:34.479Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-05T15:56:34.479Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T15:56:34.479Z] === RUN TestDockerSuite/TestCpToDot [2022-03-05T15:56:35.471Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-05T15:56:35.471Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T15:56:35.471Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-05T15:56:35.471Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T15:56:35.471Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-05T15:56:36.398Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T15:56:37.391Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-05T15:56:44.146Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-05T15:56:44.146Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-05T15:56:44.146Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-05T15:56:44.146Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-05T15:56:44.146Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-05T15:56:46.370Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-05T15:56:47.683Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T15:56:49.327Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-05T15:56:49.327Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-05T15:56:49.327Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-05T15:56:51.545Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-05T15:56:52.535Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-05T15:56:53.004Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-05T15:56:53.004Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T15:56:53.004Z] === RUN TestDockerSuite/TestCreateRM [2022-03-05T15:56:53.473Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-05T15:56:53.473Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T15:56:53.473Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-05T15:56:53.473Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-05T15:56:53.941Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-05T15:56:54.879Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T15:57:07.336Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T15:57:12.025Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T15:57:12.025Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T15:57:15.182Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-05T15:57:15.182Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-05T15:57:15.182Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-05T15:57:15.741Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T15:57:17.404Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-05T15:57:17.876Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-05T15:57:17.876Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T15:57:17.876Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-05T15:57:20.838Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-05T15:57:20.838Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T15:57:20.838Z] === RUN TestDockerSuite/TestDockerFails [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-05T15:57:21.308Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-05T15:57:21.308Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-05T15:57:21.308Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-05T15:57:21.308Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-05T15:57:21.308Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T15:57:21.308Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-05T15:57:24.263Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-05T15:57:27.218Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-05T15:57:30.179Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-05T15:57:38.848Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-05T15:57:45.641Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T15:57:46.019Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-05T15:57:46.639Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T15:57:53.683Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T15:57:54.651Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T15:57:54.651Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T15:57:54.651Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T15:57:54.651Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T15:57:54.651Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T15:57:54.651Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T15:57:54.651Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T15:57:54.651Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T15:57:55.107Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T15:57:55.107Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T15:57:55.107Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T15:57:55.107Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T15:57:55.107Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T15:57:55.107Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T15:57:55.107Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T15:57:56.449Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-05T15:57:58.665Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-05T15:57:58.918Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T15:57:58.918Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T15:57:58.918Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T15:57:58.918Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T15:57:58.918Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T15:57:59.653Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-05T15:58:04.411Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-05T15:58:05.398Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-05T15:58:06.060Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T15:58:06.389Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-05T15:58:10.729Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T15:58:12.263Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-05T15:58:14.698Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-05T15:58:18.133Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-05T15:58:18.133Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-05T15:58:18.133Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T15:58:18.133Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-05T15:58:18.420Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T15:58:19.120Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-05T15:58:19.120Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T15:58:19.120Z] === RUN TestDockerSuite/TestEventsRename [2022-03-05T15:58:21.321Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T15:58:21.321Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T15:58:22.078Z] === RUN TestDockerSuite/TestEventsResize [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T15:58:28.369Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T15:58:28.369Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T15:58:30.742Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-05T15:58:32.109Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T15:58:32.109Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T15:58:32.109Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T15:58:32.968Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-05T15:58:35.922Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-05T15:58:36.787Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T15:58:36.787Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T15:58:36.787Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T15:58:36.787Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T15:58:36.787Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T15:58:39.677Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T15:58:39.677Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T15:58:42.633Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T15:58:45.564Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T15:58:46.352Z] === RUN TestDockerSuite/TestEventsTop [2022-03-05T15:58:46.352Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T15:58:46.352Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-05T15:58:49.284Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T15:58:49.284Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T15:58:49.284Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T15:58:49.284Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T15:58:49.284Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T15:58:49.284Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T15:58:49.284Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T15:58:49.314Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-05T15:58:52.999Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T15:58:52.999Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T15:58:52.999Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T15:58:52.999Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T15:58:52.999Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T15:58:52.999Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T15:58:52.999Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T15:58:52.999Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T15:58:52.999Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T15:58:54.070Z] === RUN TestDockerSuite/TestExec [2022-03-05T15:58:54.070Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:58:54.070Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-05T15:58:54.070Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T15:58:54.070Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-05T15:58:54.526Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T15:58:55.635Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-05T15:58:58.593Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-05T15:58:58.593Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T15:58:58.593Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-05T15:58:58.593Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T15:58:58.593Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-05T15:58:58.593Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T15:58:58.593Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-05T15:59:00.810Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T15:59:01.645Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T15:59:01.645Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T15:59:03.030Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-05T15:59:05.542Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T15:59:05.542Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T15:59:05.542Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T15:59:05.542Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T15:59:05.542Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T15:59:05.542Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T15:59:05.985Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-05T15:59:08.204Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-05T15:59:10.318Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T15:59:13.207Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T15:59:13.207Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T15:59:13.207Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T15:59:14.074Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-05T15:59:14.075Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T15:59:14.075Z] === RUN TestDockerSuite/TestExecEnv [2022-03-05T15:59:14.075Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T15:59:14.075Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-05T15:59:14.075Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T15:59:14.075Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-05T15:59:16.294Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-05T15:59:16.929Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T15:59:16.929Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T15:59:16.929Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T15:59:16.929Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T15:59:16.929Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T15:59:16.929Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T15:59:16.929Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T15:59:19.820Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-05T15:59:21.054Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-05T15:59:21.054Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecParseError [2022-03-05T15:59:21.054Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-05T15:59:21.054Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-05T15:59:21.054Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T15:59:21.054Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-05T15:59:23.539Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-05T15:59:24.008Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-05T15:59:24.008Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-05T15:59:24.008Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-05T15:59:24.008Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-05T15:59:24.008Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T15:59:24.008Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-05T15:59:26.962Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-05T15:59:26.962Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T15:59:26.962Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-05T15:59:27.313Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T15:59:30.202Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T15:59:30.202Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T15:59:37.254Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T15:59:37.254Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T15:59:37.254Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T15:59:37.254Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T15:59:37.254Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.254Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T15:59:37.392Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-05T15:59:37.392Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.392Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-05T15:59:37.392Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.392Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-05T15:59:37.392Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T15:59:37.392Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-05T15:59:43.263Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-05T15:59:45.793Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T15:59:45.793Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T15:59:45.793Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T15:59:47.321Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T15:59:47.321Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.321Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T15:59:47.321Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.321Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T15:59:47.321Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.321Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T15:59:47.321Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.321Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T15:59:47.321Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T15:59:47.781Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T15:59:47.781Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T15:59:49.133Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-05T15:59:52.091Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-05T15:59:58.067Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T15:59:58.067Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T15:59:58.067Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T15:59:58.067Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T15:59:58.067Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T15:59:58.067Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T15:59:58.067Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-05T15:59:59.252Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestHealth [2022-03-05T15:59:59.252Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-05T15:59:59.252Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-05T16:00:05.128Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-05T16:00:05.128Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-05T16:00:05.128Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T16:00:05.128Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-05T16:00:05.128Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-05T16:00:05.128Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-05T16:00:05.161Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T16:00:05.598Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-05T16:00:06.585Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-05T16:00:06.585Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T16:00:06.585Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-05T16:00:07.579Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-05T16:00:08.048Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-05T16:00:10.267Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-05T16:00:10.736Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T16:00:12.397Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T16:00:12.397Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T16:00:12.853Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T16:00:13.705Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-05T16:00:14.381Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T16:00:16.552Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T16:00:18.721Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T16:00:19.682Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T16:00:22.382Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-05T16:00:22.382Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-05T16:00:22.382Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:00:22.382Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T16:00:23.432Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T16:00:23.432Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-05T16:00:26.178Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportFile [2022-03-05T16:00:26.178Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-05T16:00:26.178Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-05T16:00:26.178Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-05T16:00:26.178Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-05T16:00:26.178Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-05T16:00:26.178Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-05T16:00:26.178Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-05T16:00:26.178Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-05T16:00:26.178Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:00:26.178Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T16:00:28.186Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T16:00:28.186Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T16:00:28.186Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T16:00:28.186Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T16:00:28.186Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T16:00:28.186Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T16:00:29.132Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-05T16:00:32.088Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-05T16:00:32.088Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T16:00:32.088Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-05T16:00:32.088Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T16:00:32.088Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-05T16:00:32.088Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-05T16:00:32.088Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T16:00:32.088Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-05T16:00:39.257Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-05T16:00:39.257Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-05T16:00:40.677Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T16:00:40.678Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T16:00:40.678Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T16:00:42.215Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-05T16:00:42.215Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T16:00:42.215Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-05T16:00:42.215Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T16:00:42.215Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-05T16:00:42.215Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T16:00:42.215Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-05T16:00:42.891Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T16:00:45.178Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-05T16:00:49.938Z] === RUN TestDockerSuite/TestInspectImage [2022-03-05T16:00:49.938Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:00:50.044Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T16:00:50.406Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-05T16:00:50.406Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:00:50.406Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-05T16:00:50.406Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:00:50.406Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-05T16:00:52.992Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T16:00:53.363Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-05T16:00:55.580Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-05T16:00:55.943Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T16:00:56.049Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-05T16:00:59.007Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-05T16:01:00.697Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T16:01:00.697Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T16:01:00.697Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T16:01:00.697Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T16:01:00.697Z] === RUN TestDockerSuite/TestRunState [2022-03-05T16:01:00.697Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T16:01:00.697Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T16:01:01.223Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-05T16:01:01.223Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T16:01:01.223Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-05T16:01:01.223Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-05T16:01:03.646Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T16:01:03.646Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T16:01:03.646Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T16:01:04.114Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T16:01:04.114Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T16:01:04.114Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T16:01:04.114Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T16:01:04.177Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-05T16:01:07.972Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T16:01:11.349Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T16:01:11.349Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T16:01:12.734Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-05T16:01:14.298Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T16:01:14.298Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T16:01:14.298Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T16:01:15.687Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-05T16:01:17.248Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T16:01:17.248Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T16:01:17.248Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T16:01:17.248Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T16:01:17.716Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T16:01:18.643Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-05T16:01:21.510Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T16:01:21.598Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-05T16:01:23.815Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-05T16:01:26.774Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-05T16:01:28.997Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-05T16:01:29.467Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-05T16:01:29.467Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-05T16:01:29.467Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T16:01:29.467Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-05T16:01:29.936Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-05T16:01:29.936Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-05T16:01:31.931Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T16:01:32.158Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-05T16:01:34.374Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-05T16:01:39.087Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T16:01:41.536Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-05T16:01:43.754Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-05T16:01:43.754Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T16:01:43.754Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-05T16:01:46.718Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-05T16:01:47.188Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-05T16:01:47.753Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T16:01:47.753Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T16:01:47.753Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T16:01:47.753Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T16:01:52.510Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T16:01:55.461Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T16:01:57.629Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-05T16:01:59.254Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T16:01:59.255Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T16:01:59.255Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T16:02:06.340Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T16:02:06.455Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-05T16:02:07.869Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T16:02:10.035Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T16:02:15.132Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T16:02:17.081Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T16:02:17.081Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T16:02:17.081Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T16:02:17.081Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T16:02:17.081Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T16:02:17.081Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T16:02:17.081Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T16:02:18.096Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-05T16:02:19.970Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T16:02:19.970Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T16:02:20.426Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T16:02:20.882Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T16:02:21.890Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-05T16:02:21.890Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T16:02:21.890Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-05T16:02:22.409Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T16:02:22.409Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T16:02:26.237Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T16:02:29.051Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-05T16:02:29.135Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T16:02:32.009Z] === RUN TestDockerSuite/TestLogsSince [2022-03-05T16:02:32.852Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T16:02:32.852Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:02:32.852Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T16:02:42.446Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-05T16:02:42.446Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T16:02:42.446Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-05T16:02:42.446Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T16:02:42.446Z] === RUN TestDockerSuite/TestLogsTail [2022-03-05T16:02:45.198Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T16:02:45.198Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:02:45.198Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T16:02:46.242Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-05T16:02:49.201Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-05T16:02:49.880Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T16:02:49.880Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T16:02:49.880Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T16:02:49.880Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T16:02:49.880Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T16:02:49.880Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T16:02:49.880Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T16:02:49.880Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T16:02:49.880Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-05T16:02:52.154Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-05T16:02:52.154Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestNetHostname [2022-03-05T16:02:52.154Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-05T16:02:52.154Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-05T16:02:52.154Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-05T16:02:52.154Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPluginActive [2022-03-05T16:02:52.154Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-05T16:02:52.154Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-05T16:02:52.154Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.154Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-05T16:02:52.155Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-05T16:02:52.155Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-05T16:02:52.155Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-05T16:02:52.155Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-05T16:02:52.155Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-05T16:02:52.155Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-05T16:02:52.155Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPortList [2022-03-05T16:02:52.155Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T16:02:52.155Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-05T16:02:58.029Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-05T16:02:58.029Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T16:02:58.029Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T16:03:00.167Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:03:00.167Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T16:03:03.058Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T16:03:03.908Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-05T16:03:03.908Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T16:03:03.908Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-05T16:03:07.725Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T16:03:07.725Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T16:03:07.725Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T16:03:11.440Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T16:03:11.440Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T16:03:11.440Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T16:03:11.440Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T16:03:11.440Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T16:03:11.440Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:03:11.440Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T16:03:14.358Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-05T16:03:14.358Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T16:03:14.358Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-05T16:03:26.869Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-05T16:03:29.081Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T16:03:29.082Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T16:03:29.082Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T16:03:31.972Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T16:03:31.972Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T16:03:35.687Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T16:03:36.143Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T16:03:36.598Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T16:03:36.598Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T16:03:37.054Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T16:03:44.697Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-05T16:03:44.697Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-05T16:03:44.697Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T16:03:44.697Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-05T16:03:49.403Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T16:03:49.403Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:03:49.403Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T16:03:49.403Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T16:03:49.403Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T16:03:49.403Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T16:03:49.403Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T16:03:57.240Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-05T16:03:59.688Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T16:03:59.688Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T16:03:59.688Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T16:04:02.024Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-05T16:04:12.070Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T16:04:12.070Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T16:04:12.070Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T16:04:12.464Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite (2996.34s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.73s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (91.14s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.04s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.57s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.55s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.03s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (96.33s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.48s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.60s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.05s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.09s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.61s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.73s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.41s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (15.00s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.47s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.26s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.46s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.87s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.27s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s) [2022-03-05T16:04:14.234Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.42s) [2022-03-05T16:04:14.234Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.84s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.68s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.60s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.23s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.64s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.36s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.43s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.61s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.72s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.86s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.22s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.70s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (6.05s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.66s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.78s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.21s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCmd (0.68s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.69s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.68s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.07s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.71s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.38s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.20s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.15s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.63s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.00s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.58s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.82s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.74s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.75s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.85s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.85s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.16s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.91s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.94s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.88s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignore (62.63s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.79s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.98s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.27s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.00s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.22s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.56s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.43s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.01s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.94s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (97.37s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.59s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.71s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.28s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.62s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.64s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (12.13s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.61s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.88s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.50s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.17s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.49s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.73s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.78s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFails (3.45s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.06s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.90s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.32s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.52s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.03s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.67s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.68s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildHistory (13.77s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.22s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.33s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.00s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.05s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabel (1.17s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.76s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.12s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.71s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabels (1.20s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.83s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.89s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.71s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.84s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.89s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (43.14s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.79s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.53s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.98s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.74s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.55s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.50s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.05s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.73s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.66s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.19s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.67s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.08s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.18s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.24s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.80s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.39s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.49s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.43s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (52.08s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.38s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildRm (17.22s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.87s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.76s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.95s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.07s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.95s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (21.24s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.08s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.78s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.89s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (6.62s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildStderr (6.19s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (26.29s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.46s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.51s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildTagEvent (6.18s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.34s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.27s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.94s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.42s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.12s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.32s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.93s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.98s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.71s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.21s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.23s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.42s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.55s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.43s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.36s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCommitChange (6.60s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.13s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.67s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCommitTTY (9.45s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.99s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.19s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.70s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.29s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-05T16:04:14.235Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:04:14.235Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.38s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.38s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.06s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (4.04s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.67s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (4.13s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.56s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.51s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.48s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.16s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.36s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.46s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.57s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.69s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.33s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.41s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (4.17s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.16s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.47s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.79s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.50s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.32s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.37s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.43s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.42s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0007fd938_} (3.38s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12367489746_c:\foo_false____} (3.26s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12367489746_c:\foo_true____} (3.29s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.11s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.54s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.49s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.49s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.36s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.53s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.94s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.46s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToDot (3.69s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCpToStdout (3.60s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateArgs (0.26s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.27s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.64s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.21s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.89s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateLabels (0.24s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.24s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.46s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.44s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.44s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.21s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.64s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.16s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.75s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.87s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsCopy (6.62s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.50s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.35s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.97s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.91s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.47s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.14s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFilters (7.04s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFormat (6.66s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsRename (3.76s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsResize (34.05s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.46s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.16s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.79s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.38s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.42s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:04:14.236Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.16s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (4.19s) [2022-03-05T16:04:14.236Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.93s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (4.06s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.11s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.14s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecInspectID (4.87s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.72s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.12s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.62s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.72s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetContainerStats (10.13s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (9.35s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (5.13s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.56s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.00s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.71s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.16s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.05s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.48s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.96s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.22s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.40s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.65s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.38s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-03-05T16:04:14.334Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.36s) [2022-03-05T16:04:14.334Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectDefault (3.35s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectHistory (5.89s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.41s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.92s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.41s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.94s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.98s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectStatus (4.13s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.35s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.10s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.32s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (4.09s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.35s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.38s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.35s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.34s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.53s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.59s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.37s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.14s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.67s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.87s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.58s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (5.05s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.93s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.57s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.55s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsSince (10.07s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsTail (4.05s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.53s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.32s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.57s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.75s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsByOrder (14.18s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersBase (14.26s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.40s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.39s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.29s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.63s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.82s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.13s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.20s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.29s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.58s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.89s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.81s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.33s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.97s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (9.41s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.05s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (10.54s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiBlank (0.23s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.65s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.46s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (5.37s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.03s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.58s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (7.35s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.25s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.82s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiTag (0.75s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.44s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (27.17s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.97s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.71s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.48s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (7.65s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.22s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (4.47s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.29s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.32s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.74s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.37s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T16:04:14.335Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.56s) [2022-03-05T16:04:14.335Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.98s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.05s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.70s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.53s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.31s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.43s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.03s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.65s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.66s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.07s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.25s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (4.45s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.35s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.27s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunExitCode (3.32s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.36s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.46s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.52s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.95s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.33s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.65s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.96s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.21s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.27s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.47s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.37s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.17s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.28s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.14s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.42s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.64s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunRm (3.36s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.33s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.29s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.31s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.09s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.41s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.49s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (6.11s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.48s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.38s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.15s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.13s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.49s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.33s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.21s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.30s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.40s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.45s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.13s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.75s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.19s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.56s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.47s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.27s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.78s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.18s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.42s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.28s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.47s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.80s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestStartAttachSilent (6.17s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.32s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.10s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.10s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (4.00s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.64s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.18s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.68s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (9.75s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.10s) [2022-03-05T16:04:14.336Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:04:14.336Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.85s) [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T16:04:14.336Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.336Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T16:04:14.337Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerRegistrySuite (0.16s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T16:04:14.337Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T16:04:14.337Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T16:04:14.337Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T16:04:14.337Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T16:04:14.337Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T16:04:14.337Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T16:04:14.337Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerDaemonSuite [2022-03-05T16:04:14.337Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T16:04:14.337Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T16:04:14.337Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T16:04:14.337Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerSwarmSuite [2022-03-05T16:04:14.337Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T16:04:14.337Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T16:04:14.337Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerNetworkSuite [2022-03-05T16:04:14.337Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T16:04:14.337Z] === RUN TestDockerHubPullSuite [2022-03-05T16:04:14.337Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T16:04:14.337Z] PASS [2022-03-05T16:04:14.337Z] ok github.com/docker/docker/integration-cli 2996.759s [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === Skipped [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T16:04:14.337Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:04:14.337Z] [2022-03-05T16:04:14.337Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:04:14.337Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.337Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:04:14.338Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.338Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.338Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-05T16:04:14.338Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T16:04:14.338Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.04s) [2022-03-05T16:04:14.338Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.04s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T16:04:14.338Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-05T16:04:14.338Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.338Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.52s) [2022-03-05T16:04:14.338Z] [2022-03-05T16:04:14.338Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-03-05T16:04:14.338Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.00s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.796Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:04:14.796Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.796Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:04:14.796Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.00s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T16:04:14.797Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.49s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.52s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.61s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.03s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-05T16:04:14.797Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.52s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.51s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.48s) [2022-03-05T16:04:14.797Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.48s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T16:04:14.797Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:04:14.797Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-05T16:04:14.797Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.797Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-05T16:04:14.797Z] [2022-03-05T16:04:14.797Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:04:14.797Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-05T16:04:14.798Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-05T16:04:14.798Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T16:04:14.798Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.798Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:04:14.798Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T16:04:14.798Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:04:14.798Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:04:14.798Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.798Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:04:14.798Z] [2022-03-05T16:04:14.798Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:04:14.798Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:04:14.799Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:04:14.799Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:04:14.799Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.799Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:04:14.799Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-05T16:04:14.799Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:04:14.799Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-05T16:04:14.799Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:04:14.799Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.12s) [2022-03-05T16:04:14.799Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.12s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:04:14.799Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-05T16:04:14.799Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-05T16:04:14.799Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:04:14.799Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-05T16:04:14.799Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.03s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T16:04:14.799Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T16:04:14.799Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.799Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:04:14.799Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.799Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:04:14.799Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:04:14.800Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:04:14.800Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T16:04:14.800Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.800Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.800Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T16:04:14.800Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.800Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-05T16:04:14.800Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.03s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.05s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.05s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.07s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.07s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:04:14.801Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T16:04:14.801Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.801Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-05T16:04:14.801Z] [2022-03-05T16:04:14.801Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.802Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:04:14.802Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.802Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:04:14.802Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-05T16:04:14.803Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T16:04:14.803Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:04:14.803Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:14.803Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:04:14.803Z] [2022-03-05T16:04:14.803Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:04:14.803Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:04:15.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.259Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:04:15.259Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T16:04:15.260Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] DONE 1088 tests, 544 skipped in 3009.026s [2022-03-05T16:04:15.260Z] INFO: Integration tests ended at 03/05/2022 16:04:14. Duration:00:50:09.1760346 [2022-03-05T16:04:15.260Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] Containers: 2 [2022-03-05T16:04:15.260Z] Running: 0 [2022-03-05T16:04:15.260Z] Paused: 0 [2022-03-05T16:04:15.260Z] Stopped: 2 [2022-03-05T16:04:15.260Z] Images: 18 [2022-03-05T16:04:15.260Z] Server Version: 0.0.0-dev [2022-03-05T16:04:15.260Z] Storage Driver: windowsfilter [2022-03-05T16:04:15.260Z] Windows: [2022-03-05T16:04:15.260Z] Logging Driver: json-file [2022-03-05T16:04:15.260Z] Plugins: [2022-03-05T16:04:15.260Z] Volume: local [2022-03-05T16:04:15.260Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T16:04:15.260Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T16:04:15.260Z] Swarm: inactive [2022-03-05T16:04:15.260Z] Default Isolation: process [2022-03-05T16:04:15.260Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-05T16:04:15.260Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-05T16:04:15.260Z] OSType: windows [2022-03-05T16:04:15.260Z] Architecture: x86_64 [2022-03-05T16:04:15.260Z] CPUs: 4 [2022-03-05T16:04:15.260Z] Total Memory: 32GiB [2022-03-05T16:04:15.260Z] Name: azwin-2-f8ea60 [2022-03-05T16:04:15.260Z] ID: GBHB:ECVM:OKQJ:6NXW:4N3L:FHKF:HV5M:VNTB:U5OP:ZCK5:DEF6:D46U [2022-03-05T16:04:15.260Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T16:04:15.260Z] Debug Mode (client): false [2022-03-05T16:04:15.260Z] Debug Mode (server): true [2022-03-05T16:04:15.260Z] File Descriptors: -1 [2022-03-05T16:04:15.260Z] Goroutines: 46 [2022-03-05T16:04:15.260Z] System Time: 2022-03-05T16:04:14.930804Z [2022-03-05T16:04:15.260Z] EventsListeners: 0 [2022-03-05T16:04:15.260Z] Registry: https://index.docker.io/v1/ [2022-03-05T16:04:15.260Z] Labels: [2022-03-05T16:04:15.260Z] Experimental: false [2022-03-05T16:04:15.260Z] Insecure Registries: [2022-03-05T16:04:15.260Z] 127.0.0.0/8 [2022-03-05T16:04:15.260Z] Live Restore Enabled: false [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] [2022-03-05T16:04:15.260Z] INFO: Stopping daemon under test [2022-03-05T16:04:15.260Z] SUCCESS: The process with PID 3716 (child process of PID 5380) has been terminated. [2022-03-05T16:04:15.260Z] SUCCESS: The process with PID 5380 (child process of PID 1272) has been terminated. [2022-03-05T16:04:15.260Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T16:04:15.260Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 16:04:15. [2022-03-05T16:04:15.260Z] INFO: Tidying up at end of run [2022-03-05T16:04:15.260Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.out) to bundles\CIDUT.out [2022-03-05T16:04:15.260Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.err) to bundles\CIDUT.err [2022-03-05T16:04:15.260Z] INFO: Saving containerd logs to bundles [2022-03-05T16:04:15.260Z] INFO: Nuke-Everything... [2022-03-05T16:04:15.718Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T16:04:15.718Z] a5f5cf6da4b5 [2022-03-05T16:04:15.718Z] 5e8e659d3e82 [2022-03-05T16:04:16.175Z] INFO: Tidying pidfile d:\CI\PR-43300\8\docker.pid [2022-03-05T16:04:16.175Z] INFO: Killing containerd with PID 2944 [2022-03-05T16:04:16.175Z] INFO: Nuking d:\CI [2022-03-05T16:04:21.143Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-05T16:04:21.612Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T16:04:21.612Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-05T16:04:21.612Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T16:04:21.612Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-05T16:04:27.494Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-05T16:04:27.494Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T16:04:27.494Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-05T16:04:27.494Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T16:04:27.494Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-05T16:04:27.494Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T16:04:27.494Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-05T16:04:27.494Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T16:04:27.494Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-05T16:04:37.933Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-05T16:04:37.933Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T16:04:37.933Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-05T16:04:38.402Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-05T16:04:38.402Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T16:04:38.402Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-05T16:04:39.389Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-05T16:04:40.377Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-05T16:04:40.377Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T16:04:40.377Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-05T16:04:46.187Z] INFO: Zapped successfully [2022-03-05T16:04:46.188Z] [2022-03-05T16:04:46.188Z] INFO: executeCI.ps1 exiting at Sat Mar 5 16:04:43 CUT 2022. Duration 01:17:31.7723297 [2022-03-05T16:04:46.188Z] [2022-03-05T16:04:46.254Z] === RUN TestDockerSuite/TestRestartContainerSuccess [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T16:04:46.426Z] Recording test results [2022-03-05T16:04:51.013Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-05T16:04:53.969Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-05T16:04:55.106Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T16:04:56.573Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-05T16:04:58.945Z] Archiving artifacts [2022-03-05T16:05:13.983Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T16:05:14.970Z] + make clean [2022-03-05T16:05:16.498Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T16:05:16.498Z] docker-dev-cache [2022-03-05T16:05:16.498Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-05T16:05:29.847Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-05T16:05:29.847Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:05:29.847Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-05T16:05:35.725Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-05T16:05:36.195Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-05T16:05:36.665Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-05T16:05:37.657Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-05T16:05:43.536Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-05T16:05:48.297Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-05T16:05:48.297Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:05:48.297Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-05T16:05:53.056Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-05T16:05:53.056Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-05T16:05:53.526Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-05T16:06:11.357Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-05T16:06:15.152Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-05T16:06:15.622Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-05T16:06:24.299Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-05T16:06:36.810Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-05T16:06:45.488Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-05T16:06:51.362Z] === RUN TestDockerSuite/TestRmiTag [2022-03-05T16:06:52.352Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-05T16:06:55.310Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-05T16:07:16.562Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-05T16:07:25.232Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-05T16:07:31.111Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-05T16:07:32.681Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T16:07:32.681Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-05T16:07:35.638Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-05T16:07:35.638Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T16:07:35.638Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-05T16:07:35.638Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T16:07:35.638Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-05T16:07:41.510Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-05T16:07:44.467Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-05T16:07:47.425Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-05T16:07:56.100Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-05T16:07:57.667Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-05T16:07:57.667Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-05T16:08:03.538Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T16:08:03.538Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-05T16:08:06.493Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-05T16:08:06.493Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T16:08:06.493Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-05T16:08:10.298Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-05T16:08:10.298Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T16:08:10.298Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-05T16:08:10.298Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T16:08:10.298Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-05T16:08:13.259Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T16:08:13.259Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-05T16:08:16.226Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-05T16:08:18.444Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-05T16:08:21.412Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-05T16:08:21.412Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T16:08:21.412Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-05T16:08:21.412Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T16:08:21.412Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-05T16:08:21.412Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T16:08:21.412Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-05T16:08:24.371Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-05T16:08:24.371Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T16:08:24.371Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-05T16:08:24.371Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T16:08:24.371Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-05T16:08:24.371Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T16:08:24.371Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-05T16:08:24.371Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T16:08:24.371Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-05T16:08:27.327Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.208Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-05T16:08:33.208Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T16:08:33.678Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-05T16:08:36.633Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-05T16:08:36.633Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T16:08:36.633Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-05T16:08:36.633Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-05T16:08:36.633Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T16:08:36.633Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-05T16:08:39.595Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-05T16:08:46.771Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-05T16:08:46.771Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T16:08:46.771Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-05T16:08:49.728Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-05T16:08:49.728Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T16:08:49.728Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-05T16:08:49.728Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T16:08:49.728Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-05T16:08:49.728Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T16:08:49.728Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-05T16:08:52.686Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-05T16:08:55.644Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-05T16:08:58.600Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-05T16:09:05.767Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T16:09:05.767Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-05T16:09:10.539Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-05T16:09:10.539Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-05T16:09:10.539Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-05T16:09:10.539Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-05T16:09:10.539Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:09:10.539Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-05T16:09:23.143Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-05T16:09:23.143Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T16:09:23.143Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunMount [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T16:09:24.717Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-05T16:09:24.717Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T16:09:25.189Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-05T16:09:25.189Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T16:09:25.189Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-05T16:09:25.189Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T16:09:25.189Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-05T16:09:33.872Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-05T16:09:33.872Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T16:09:34.342Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-05T16:09:34.342Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T16:09:34.342Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-05T16:09:34.342Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T16:09:34.342Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-05T16:09:40.219Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-05T16:09:46.106Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-05T16:09:46.106Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-05T16:09:47.099Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-05T16:09:50.060Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-05T16:09:53.020Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-05T16:09:54.010Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-05T16:09:56.230Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-05T16:09:56.700Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T16:09:56.700Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-05T16:10:00.509Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-05T16:10:00.509Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-05T16:10:00.509Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-05T16:10:00.509Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-05T16:10:00.509Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T16:10:00.509Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-05T16:10:15.464Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-05T16:10:15.464Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T16:10:15.464Z] === RUN TestDockerSuite/TestRunRm [2022-03-05T16:10:17.684Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-05T16:10:23.563Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-05T16:10:32.244Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-05T16:10:34.462Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-05T16:10:37.417Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-05T16:10:40.375Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-05T16:10:40.375Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T16:10:40.375Z] === RUN TestDockerSuite/TestRunState [2022-03-05T16:10:40.375Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T16:10:40.375Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-05T16:10:43.329Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-05T16:10:43.329Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T16:10:43.329Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-05T16:10:46.287Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-05T16:10:46.287Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-05T16:10:46.287Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T16:10:46.287Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-05T16:10:52.170Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T16:10:52.170Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-05T16:10:54.390Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-05T16:10:54.390Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T16:10:54.390Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-05T16:10:57.346Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-05T16:10:57.346Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T16:10:57.346Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-05T16:10:57.346Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T16:10:57.346Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-05T16:11:01.144Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-05T16:11:11.582Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-05T16:11:16.359Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-05T16:11:25.025Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-05T16:11:25.025Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T16:11:25.025Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-05T16:11:25.025Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-05T16:11:27.246Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-05T16:11:30.211Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-05T16:11:33.167Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T16:11:33.167Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-05T16:11:39.049Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-05T16:11:40.627Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-05T16:11:42.845Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-05T16:11:48.726Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-05T16:11:48.726Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T16:11:48.726Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-05T16:11:48.726Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-05T16:11:48.727Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-05T16:11:48.727Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-05T16:11:48.727Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-05T16:11:48.727Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T16:11:48.727Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-05T16:11:51.685Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-05T16:11:52.154Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-05T16:11:52.623Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-05T16:11:52.623Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-05T16:11:54.843Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-05T16:11:54.843Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-05T16:11:57.806Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-05T16:12:06.487Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-05T16:12:08.056Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-05T16:12:08.057Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:12:08.057Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-05T16:12:18.486Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-05T16:12:18.486Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:12:18.486Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-05T16:12:23.251Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-05T16:12:23.251Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T16:12:23.251Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-05T16:12:23.251Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T16:12:23.251Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-05T16:12:23.251Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T16:12:23.251Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-05T16:12:23.251Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T16:12:23.251Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-05T16:12:33.418Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:12:33.418Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-05T16:12:36.377Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-05T16:12:39.337Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-05T16:12:39.337Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T16:12:39.337Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-05T16:12:42.298Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-05T16:12:42.298Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-05T16:12:42.298Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-05T16:12:42.298Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-05T16:12:42.298Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-05T16:12:42.298Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:12:42.298Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-05T16:13:00.157Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-05T16:13:00.157Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-05T16:13:03.120Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-05T16:13:03.120Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-05T16:13:06.923Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-05T16:13:06.923Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-05T16:13:07.913Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-05T16:13:07.913Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-05T16:13:07.913Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-05T16:13:18.360Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-05T16:13:18.360Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:13:18.360Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-05T16:13:18.360Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-05T16:13:18.830Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-05T16:13:18.830Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T16:13:18.830Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-05T16:13:27.524Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-05T16:13:27.525Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-05T16:13:27.994Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-05T16:13:40.503Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-05T16:13:40.503Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T16:13:40.503Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite (3243.68s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-05T16:13:40.503Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-05T16:13:40.503Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.33s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.81s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (120.71s) [2022-03-05T16:13:40.503Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.42s) [2022-03-05T16:13:40.973Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:13:40.973Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:13:40.973Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.24s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T16:13:40.973Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.66s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.56s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.64s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.87s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (138.73s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.99s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.95s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.06s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.14s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.85s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.58s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.01s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.00s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.36s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.54s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.00s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.09s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.66s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddTar (59.37s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (30.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.76s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.51s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.98s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.16s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.05s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.92s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.10s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.73s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (46.60s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.62s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.77s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.46s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.74s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.17s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.22s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCmd (0.74s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.76s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.69s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.38s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.81s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.57s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.70s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.34s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.14s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.68s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.13s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.88s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (11.30s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.68s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.84s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.34s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.68s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.94s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (35.07s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.11s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.03s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.30s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.30s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.47s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignore (92.09s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.68s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (92.75s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.07s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.08s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.33s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.97s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (21.53s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (52.55s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (22.03s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (17.29s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (136.82s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.69s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.75s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.43s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.65s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.73s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.50s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.98s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.84s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.86s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.31s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.00s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.11s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.81s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFails (7.43s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (11.55s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.69s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.42s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.74s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.46s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.71s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.20s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildHistory (14.24s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.30s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.34s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.97s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.14s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabel (1.36s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.83s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.25s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabels (1.27s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.99s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.31s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.72s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.15s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (22.83s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (46.23s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.01s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.34s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.65s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.83s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (24.72s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.38s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.89s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.33s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (10.21s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.79s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.29s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.75s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.69s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.05s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.87s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (9.17s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.28s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.12s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.78s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.52s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.43s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (36.80s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildRm (15.65s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.25s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-05T16:13:40.974Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.92s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.29s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.22s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellInherited (10.26s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (28.69s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.17s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.82s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.78s) [2022-03-05T16:13:40.974Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.86s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildStderr (5.38s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.50s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (8.62s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.73s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.41s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.39s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.11s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.21s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.07s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.28s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.23s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.73s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.08s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.16s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.54s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.60s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (20.34s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.58s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.55s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.56s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.61s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.31s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitChange (5.86s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.29s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitNewFile (12.96s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitTTY (13.16s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.68s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.85s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.85s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (7.47s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.62s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.81s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.04s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.65s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.57s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.85s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.78s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.80s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.39s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.04s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.44s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.76s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.80s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.22s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.95s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.72s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.79s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.40s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.18s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (29.92s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.82s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.86s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.80s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.86s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006a94a0_} (2.81s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12143203012_c:\foo_false____} (2.86s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12143203012_c:\foo_true____} (7.85s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.94s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.78s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.76s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToCaseA (10.23s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.80s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToCaseE (15.22s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToCaseH (15.51s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToDot (2.86s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCpToStdout (7.79s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.29s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.82s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.34s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.87s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.43s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (19.00s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.65s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.82s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestDockerFails (0.10s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.78s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.79s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.97s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.16s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsCopy (6.11s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.89s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.76s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.53s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.05s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.26s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFilters (5.44s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFormat (5.39s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.09s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsRename (2.74s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsResize (8.30s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.74s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.27s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (10.13s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsUntag (2.83s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.52s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.32s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.37s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:13:40.975Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.27s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.60s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.69s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.67s) [2022-03-05T16:13:40.975Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.07s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.84s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestExecInspectID (4.31s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.93s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.80s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.24s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.47s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.44s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.43s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.45s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.10s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.52s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.11s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.11s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.43s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.81s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.35s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.34s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.34s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.78s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.89s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.21s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.78s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.53s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.11s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (7.44s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.62s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectDefault (2.66s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectHistory (5.38s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.72s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.72s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.74s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.69s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.81s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectStatus (3.24s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.37s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.88s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.73s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.70s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.64s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.63s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.76s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.41s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.43s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.29s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.05s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.97s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (9.18s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (9.39s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.80s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.62s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.30s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (7.76s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.09s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsSince (10.00s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsTail (3.46s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.23s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.83s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.42s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.56s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsByOrder (10.57s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.39s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.78s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.60s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.04s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.78s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (10.36s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.87s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.10s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.34s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.17s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.25s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.22s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.35s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.35s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.35s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.00s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.23s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.06s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.27s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiBlank (0.10s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.72s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.49s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.01s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.46s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (11.67s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.72s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.59s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiTag (0.95s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.10s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.22s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (8.14s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.43s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.59s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.56s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:13:40.976Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.46s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.59s) [2022-03-05T16:13:40.976Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.78s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.61s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.76s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.67s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.72s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.95s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.46s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.82s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.84s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.71s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.89s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.49s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.43s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.80s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.74s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunEchoStdout (7.58s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.73s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunExitCode (2.78s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.77s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.94s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.54s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunExposePort (0.10s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.64s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.42s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.48s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.05s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (9.09s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.10s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.07s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.69s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.67s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.43s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.49s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.04s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (14.23s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunRm (2.76s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.35s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.85s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.81s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.89s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.13s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.85s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.49s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.23s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.36s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.77s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.81s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.76s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.37s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.54s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.78s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.37s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.78s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.77s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.93s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.12s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.68s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.56s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.61s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.93s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (13.38s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.84s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (7.71s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.81s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.66s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.93s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.38s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.04s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.87s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.03s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:13:40.977Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.04s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:13:40.977Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T16:13:40.978Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.42s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.22s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.29s) [2022-03-05T16:13:40.978Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.44s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.39s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.21s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.29s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.79s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.53s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.60s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.25s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.56s) [2022-03-05T16:13:40.978Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.82s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.27s) [2022-03-05T16:13:40.978Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.45s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.41s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.37s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.90s) [2022-03-05T16:13:40.978Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:13:40.978Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.80s) [2022-03-05T16:13:40.978Z] === RUN TestDockerRegistrySuite [2022-03-05T16:13:40.978Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-05T16:13:40.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-05T16:13:41.447Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.447Z] --- PASS: TestDockerRegistrySuite (0.25s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:41.447Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-05T16:13:41.448Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-05T16:13:41.448Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-05T16:13:41.448Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-05T16:13:41.448Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-05T16:13:41.448Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-05T16:13:41.448Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-05T16:13:41.448Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerDaemonSuite [2022-03-05T16:13:41.448Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-05T16:13:41.448Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-05T16:13:41.448Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-05T16:13:41.448Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerSwarmSuite [2022-03-05T16:13:41.448Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-05T16:13:41.448Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerExternalVolumeSuite [2022-03-05T16:13:41.448Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerNetworkSuite [2022-03-05T16:13:41.448Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-05T16:13:41.448Z] === RUN TestDockerHubPullSuite [2022-03-05T16:13:41.448Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-05T16:13:41.448Z] PASS [2022-03-05T16:13:41.448Z] ok github.com/docker/docker/integration-cli 3244.267s [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === Skipped [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T16:13:41.448Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.448Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:13:41.448Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T16:13:41.448Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T16:13:41.448Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:13:41.448Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-03-05T16:13:41.448Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-05T16:13:41.448Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2022-03-05T16:13:41.448Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.93s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.29s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.95s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.50s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-05T16:13:41.449Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.52s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.47s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.45s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.12s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-05T16:13:41.449Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s) [2022-03-05T16:13:41.449Z] [2022-03-05T16:13:41.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:13:41.449Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.449Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.51s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.51s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T16:13:41.450Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-05T16:13:41.450Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:13:41.450Z] docker_cli_sni_test.go:18: Flakey test [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:13:41.450Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.03s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.450Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-05T16:13:41.450Z] [2022-03-05T16:13:41.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:13:41.450Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.03s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:13:41.451Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-05T16:13:41.451Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:41.451Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:13:41.451Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-05T16:13:41.451Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:13:41.451Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-05T16:13:41.451Z] [2022-03-05T16:13:41.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:13:41.451Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.451Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:13:41.921Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:13:41.921Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:13:41.921Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:13:41.921Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:41.921Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.03s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:13:41.921Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T16:13:41.921Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.921Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-05T16:13:41.921Z] [2022-03-05T16:13:41.921Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:13:41.922Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-05T16:13:41.922Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-05T16:13:41.922Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T16:13:41.922Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-05T16:13:41.922Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:13:41.922Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T16:13:41.922Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-03-05T16:13:41.922Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-03-05T16:13:41.922Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:13:41.922Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-05T16:13:41.922Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T16:13:41.922Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-05T16:13:41.922Z] [2022-03-05T16:13:41.922Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-05T16:13:41.922Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.922Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:13:41.923Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:13:41.923Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.923Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-05T16:13:41.923Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.923Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.03s) [2022-03-05T16:13:41.923Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.05s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.05s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunMount (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.04s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.04s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T16:13:41.924Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.924Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-05T16:13:41.924Z] [2022-03-05T16:13:41.924Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.04s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.04s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T16:13:41.925Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:13:41.925Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:41.925Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:13:41.925Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:41.925Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-05T16:13:41.925Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-05T16:13:42.394Z] [2022-03-05T16:13:42.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:13:42.394Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.394Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:13:42.395Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.395Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-05T16:13:42.395Z] [2022-03-05T16:13:42.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-05T16:13:42.396Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] DONE 1088 tests, 539 skipped in 3258.295s [2022-03-05T16:13:42.396Z] INFO: Integration tests ended at 03/05/2022 16:13:42. Duration:00:54:18.5069341 [2022-03-05T16:13:42.396Z] INFO: Docker info of the daemon under test at end of run [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] Containers: 2 [2022-03-05T16:13:42.396Z] Running: 0 [2022-03-05T16:13:42.396Z] Paused: 0 [2022-03-05T16:13:42.396Z] Stopped: 2 [2022-03-05T16:13:42.396Z] Images: 18 [2022-03-05T16:13:42.396Z] Server Version: 0.0.0-dev [2022-03-05T16:13:42.396Z] Storage Driver: windowsfilter [2022-03-05T16:13:42.396Z] Windows: [2022-03-05T16:13:42.396Z] Logging Driver: json-file [2022-03-05T16:13:42.396Z] Plugins: [2022-03-05T16:13:42.396Z] Volume: local [2022-03-05T16:13:42.396Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-05T16:13:42.396Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-05T16:13:42.396Z] Swarm: inactive [2022-03-05T16:13:42.396Z] Default Isolation: process [2022-03-05T16:13:42.396Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-05T16:13:42.396Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-05T16:13:42.396Z] OSType: windows [2022-03-05T16:13:42.396Z] Architecture: x86_64 [2022-03-05T16:13:42.396Z] CPUs: 4 [2022-03-05T16:13:42.396Z] Total Memory: 32GiB [2022-03-05T16:13:42.396Z] Name: azwin-2-d94b30 [2022-03-05T16:13:42.396Z] ID: QAL2:HXKY:Z3MT:E5QQ:SH2H:QW4N:B4XC:3AS6:ZUZT:GEPU:NC6R:DQII [2022-03-05T16:13:42.396Z] Docker Root Dir: D:\CI\PR-43300\8\daemon [2022-03-05T16:13:42.396Z] Debug Mode (client): false [2022-03-05T16:13:42.396Z] Debug Mode (server): true [2022-03-05T16:13:42.396Z] File Descriptors: -1 [2022-03-05T16:13:42.396Z] Goroutines: 17 [2022-03-05T16:13:42.396Z] System Time: 2022-03-05T16:13:42.1591665Z [2022-03-05T16:13:42.396Z] EventsListeners: 0 [2022-03-05T16:13:42.396Z] Registry: https://index.docker.io/v1/ [2022-03-05T16:13:42.396Z] Labels: [2022-03-05T16:13:42.396Z] Experimental: false [2022-03-05T16:13:42.396Z] Insecure Registries: [2022-03-05T16:13:42.396Z] 127.0.0.0/8 [2022-03-05T16:13:42.396Z] Live Restore Enabled: false [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] [2022-03-05T16:13:42.396Z] INFO: Stopping daemon under test [2022-03-05T16:13:42.869Z] SUCCESS: The process with PID 2492 (child process of PID 1208) has been terminated. [2022-03-05T16:13:42.869Z] SUCCESS: The process with PID 1208 (child process of PID 2424) has been terminated. [2022-03-05T16:13:42.869Z] INFO: Stop tailing logs of the daemon under tests [2022-03-05T16:13:42.869Z] INFO: executeCI.ps1 Completed successfully at 03/05/2022 16:13:42. [2022-03-05T16:13:42.869Z] INFO: Tidying up at end of run [2022-03-05T16:13:42.869Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.out) to bundles\CIDUT.out [2022-03-05T16:13:42.869Z] INFO: Saving daemon under test log (d:\CI\PR-43300\8\dut.err) to bundles\CIDUT.err [2022-03-05T16:13:42.869Z] INFO: Saving containerd logs to bundles [2022-03-05T16:13:42.869Z] INFO: Nuke-Everything... [2022-03-05T16:13:43.338Z] INFO: Container count on control daemon to delete is 2 [2022-03-05T16:13:43.338Z] 53eb1ba2cdc9 [2022-03-05T16:13:43.338Z] 39fcad8670f5 [2022-03-05T16:13:43.807Z] INFO: Tidying pidfile d:\CI\PR-43300\8\docker.pid [2022-03-05T16:13:43.807Z] INFO: Nuking d:\CI [2022-03-05T16:14:26.558Z] INFO: Zapped successfully [2022-03-05T16:14:26.558Z] [2022-03-05T16:14:26.558Z] INFO: executeCI.ps1 exiting at Sat Mar 5 16:14:24 CUT 2022. Duration 01:27:21.4030808 [2022-03-05T16:14:26.558Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-05T16:14:26.820Z] Recording test results [2022-03-05T16:14:34.867Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-05T16:14:36.999Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-05T16:14:39.443Z] Archiving artifacts [2022-03-05T16:14:54.344Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43300/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-05T16:14:55.306Z] + make clean [2022-03-05T16:14:56.879Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-05T16:14:56.879Z] docker-dev-cache [2022-03-05T16:14:56.879Z] 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